473,663 Members | 2,800 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

crash when loading a lib on OS X

Can anybody tell me what's going on here (or give me a pointer where
to start looking):

Nov 22 18:05:03 localhost crashdump: Unable to determine
CPSProcessSerNu m pid: 1230 name: python

This is form python.crash.lo g

------

Command: python
Path: /usr/bin/python
Version: ??? (???)
PID: 1230
Thread: 0

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION _FAILURE (0x0002) at 0x00000004

Thread 0 Crashed:
0 org.python.pyth on 0x10094c4c PyErr_NewExcept ion
+ 0x18c (errors.c:544)
1 orange.so 0x020223b8
makeExceptionCl ass(char*, char*, _object*) + 0x94
2 orange.so 0x021c8c74 initorange + 0x30
3 org.python.Pyth on.framework 0x95fc1bc4
_PyImport_LoadD ynamicModule + 0xcc
4 org.python.Pyth on.framework 0x95fbf7a4
PyImport_ExecCo deModuleEx + 0x17b8
5 org.python.Pyth on.framework 0x95fc08c4
PyImport_Import ModuleEx + 0x930
6 org.python.Pyth on.framework 0x95fc02e0
PyImport_Import ModuleEx + 0x34c
7 org.python.Pyth on.framework 0x95fbfe00 PyImport_Import Module + 0xc8
8 org.python.Pyth on.framework 0x95fbffd4
PyImport_Import ModuleEx + 0x40
9 org.python.Pyth on.framework 0x95f9cbf0
_PyUnicodeUCS2_ IsAlpha + 0x90
10 org.python.Pyth on.framework 0x95f4a8d0 PyObject_Call + 0x30
11 org.python.Pyth on.framework 0x95fa91ec
PyEval_CallObje ctWithKeywords + 0x100
12 org.python.Pyth on.framework 0x95fa6984 PyEval_EvalCode + 0x2280
13 org.python.Pyth on.framework 0x95fa7e30 PyEval_EvalCode Ex + 0x850
14 org.python.Pyth on.framework 0x95fa4734 PyEval_EvalCode + 0x30
15 org.python.Pyth on.framework 0x95fc85f0 PyRun_FileExFla gs + 0xe4
16 org.python.Pyth on.framework 0x95fc7354
PyRun_Interacti veOneFlags + 0x1f0
17 org.python.Pyth on.framework 0x95fc713c
PyRun_Interacti veLoopFlags + 0x10c
18 org.python.Pyth on.framework 0x95fc6fd4 PyRun_AnyFileEx Flags + 0x54
19 org.python.Pyth on.framework 0x95fd1ec0 Py_Main + 0x7cc
20 python 0x00003c78 start + 0x1bc
21 python 0x00003aec start + 0x30

------

I'm afraid that something's wrong with my system, but I had a hard
time googling for getCPSProcessSe rNum: it returned 0 results. Same at
Apple's site...

What does CPS mean?

Thanks for any input,
best,
Christoph
Jul 18 '05 #1
2 1570
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

What were you trying to do? What program were you trying to run? We need
more than a crash dump to help with this.

Christoph Pingel wrote:
| Can anybody tell me what's going on here (or give me a pointer where to
| start looking):
|
| Nov 22 18:05:03 localhost crashdump: Unable to determine
| CPSProcessSerNu m pid: 1230 name: python
|
| This is form python.crash.lo g
|
| ------
|
| Command: python
| Path: /usr/bin/python
| Version: ??? (???)
| PID: 1230
| Thread: 0
|
| Exception: EXC_BAD_ACCESS (0x0001)
| Codes: KERN_PROTECTION _FAILURE (0x0002) at 0x00000004
|
| Thread 0 Crashed:
| 0 org.python.pyth on 0x10094c4c PyErr_NewExcept ion +
| 0x18c (errors.c:544)
| 1 orange.so 0x020223b8 makeExceptionCl ass(char*,
| char*, _object*) + 0x94
| 2 orange.so 0x021c8c74 initorange + 0x30
| 3 org.python.Pyth on.framework 0x95fc1bc4
| _PyImport_LoadD ynamicModule + 0xcc
| 4 org.python.Pyth on.framework 0x95fbf7a4 PyImport_ExecCo deModuleEx
| + 0x17b8
| 5 org.python.Pyth on.framework 0x95fc08c4 PyImport_Import ModuleEx +
| 0x930
| 6 org.python.Pyth on.framework 0x95fc02e0 PyImport_Import ModuleEx +
| 0x34c
| 7 org.python.Pyth on.framework 0x95fbfe00 PyImport_Import Module +
0xc8
| 8 org.python.Pyth on.framework 0x95fbffd4 PyImport_Import ModuleEx +
| 0x40
| 9 org.python.Pyth on.framework 0x95f9cbf0 _PyUnicodeUCS2_ IsAlpha +
| 0x90
| 10 org.python.Pyth on.framework 0x95f4a8d0 PyObject_Call + 0x30
| 11 org.python.Pyth on.framework 0x95fa91ec
| PyEval_CallObje ctWithKeywords + 0x100
| 12 org.python.Pyth on.framework 0x95fa6984 PyEval_EvalCode + 0x2280
| 13 org.python.Pyth on.framework 0x95fa7e30 PyEval_EvalCode Ex + 0x850
| 14 org.python.Pyth on.framework 0x95fa4734 PyEval_EvalCode + 0x30
| 15 org.python.Pyth on.framework 0x95fc85f0 PyRun_FileExFla gs + 0xe4
| 16 org.python.Pyth on.framework 0x95fc7354 PyRun_Interacti veOneFlags
| + 0x1f0
| 17 org.python.Pyth on.framework 0x95fc713c
| PyRun_Interacti veLoopFlags + 0x10c
| 18 org.python.Pyth on.framework 0x95fc6fd4 PyRun_AnyFileEx Flags + 0x54
| 19 org.python.Pyth on.framework 0x95fd1ec0 Py_Main + 0x7cc
| 20 python 0x00003c78 start + 0x1bc
| 21 python 0x00003aec start + 0x30
|
| ------
|
| I'm afraid that something's wrong with my system, but I had a hard time
| googling for getCPSProcessSe rNum: it returned 0 results. Same at Apple's
| site...
|
| What does CPS mean?
|
| Thanks for any input,
| best,
| Christoph
- --
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:sw@wordt ech-software.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBppqqJmd Qs+6YVcoRApzqAJ 9tyPBbzKKuhjys6 YXNUxzXpNmhgQCg g3/5
lIXP9CBEGHMKF1D WW4oX83s=
=zaAL
-----END PGP SIGNATURE-----

Jul 18 '05 #2
Kevin,

thanks for picking this up. What I did was:

- Start python from the command line
- run "import orange" (orange is in site-packages)

I get a 'bus error' and python crashes.

Orange is a data mining lib for python:
http://www.ailab.si/orange/forum/index.php
I tried it with their lib, I compiled one from source on my machine,
and I tried it with an older one another user sent me. All end up
with this error.

I'm on a tiBook 668 MHz, running OS X 10.3.6

Looking at my logs, I found that other apps (that used to work)
recently also crashed with EXC_BAD_ACCESS (0x0001). Something in my
system seems broken. On a OS X forum somewhere I found someone who
experienced this kind of crashes when trying to run Logic Audio (a
MIDI/Audio software by Apple) and got it running again after
re-installing the system. However, the installer fails ('there was a
problem with the installation process. please retry.') when I try to
re-install 10.3 with the option to keep my settings. So I'm pretty
much - stuck. :-(

best regards,
Christoph
What were you trying to do? What program were you trying to run? We need
more than a crash dump to help with this.


Jul 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
2555
by: Active8 | last post by:
I put the bare essentials in a console app. http://home.earthlink.net/~mcolasono/tmp/degub.zip Opening output.fft and loading it into a vector<float> screws up, but input1.dat doesn't. It does load the vector, too. It just craps out when you return to the console, or in a Windows app, the message loop. I think it has something to do with the vector<float> going out of scope and trying to free memory, but don't know why it would do...
14
5259
by: JK Peck | last post by:
I have a fairly large Access application that ran correctly in Access 2000. After upgrading to Access 2003 (and recompiling and updating references), it reliably crashes at a certain point. If I step through the VBA code, the crash does not occur. What is different about stepping through code instead of just running it? Any idea how to find the cause? I know about where it happens, but since it is Access itself crashing, finding a...
1
1688
by: bdoyle | last post by:
python-help@python.org] Hi Python Experts, I am developing a Python interface to an existing (multithreaded) c++ api. I have it working on several platforms (linux, solaris, irix, windoze) but I am having a few problems with threading on hp-ux and aix platforms. Here is one of the problems I see.
24
2050
by: ekz | last post by:
Hi guys I have a very weird bug and will welcome gracefully any help We developed ASP.Net application that run on production server, Net Framework 1.1 , IIS 6.0, the application is huge, having hundreds of user controls and worked under massive requests load : 200-1000 connected sessions and millions of page views per day The application is stable; the only and urgent problem is that: About 10 times per day, more frequently at pick...
0
1212
by: pagates | last post by:
Hello All, I am having a problem using an ODBC connection after loading the .NET Managed Provider for Oracle from the Microsoft website. I get one of the "Send Report To Microsoft" dialogs. This happens when I try to open an ODBC connection, after setting the ConnectionString: MyConnection.ConnectionString = "Provider=OraOLEDB.Oracle; Data Source=" +
2
4303
by: scarleton | last post by:
A coworker and I have spent the last day and a half trying to track down this bug in our code. We found the solution and thought we might post it to help others out... The setup: Class FinalForm derives from Class BaseForm that derives from System.Windows.Forms. public class BaseForm : Forms {} public class FinalForm : BaseForm {}
1
1708
by: Sendil kumar | last post by:
Hi All, I have a C++ apllication which in turn loads the jvm. When the JVM is loaded it turns off my crash handler filter and sets its own filter by default, so, when ever a crash happens I was not able to get the stack trace. Can ony one tell me the options to disable the default loading of java crash handler?
1
1308
by: Vincent | last post by:
I have an impatient user who tries to click on a combo box before the bound form the control is placed on is finished loading. Every time they click on this combo box before the form is finished loading, Access crashes and prompts to perform a compact and repair. However, if they wait a couple of seconds and then click on the combo box, Access does not crash. Does anyone have any ideas why this may be occurring or ways to prevent it? ...
11
3027
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have run into a situation that if a page/tab that uses the Ajax toolkit (using .net version 3.5) is closed before the Ajax enable controls complete loading, then IE locks up. Does it in both IE7 and IE8. There is no issue when the controls are allowed to complete loading. Can you please tell me the best practice that handles this? Thanks.
0
8858
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8548
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8634
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6186
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4182
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4349
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2763
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2000
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1757
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.