crash when loading a lib on OS X

Christoph Pingel ch.pingel at web.de
Mon Nov 22 16:06:53 EST 2004


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 
CPSProcessSerNum pid: 1230 name: python

This is form python.crash.log

------

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.python           	0x10094c4c PyErr_NewException 
+ 0x18c (errors.c:544)
1   orange.so                   	0x020223b8 
makeExceptionClass(char*, char*, _object*) + 0x94
2   orange.so                   	0x021c8c74 initorange + 0x30
3   org.python.Python.framework 	0x95fc1bc4 
_PyImport_LoadDynamicModule + 0xcc
4   org.python.Python.framework 	0x95fbf7a4 
PyImport_ExecCodeModuleEx + 0x17b8
5   org.python.Python.framework 	0x95fc08c4 
PyImport_ImportModuleEx + 0x930
6   org.python.Python.framework 	0x95fc02e0 
PyImport_ImportModuleEx + 0x34c
7   org.python.Python.framework 	0x95fbfe00 PyImport_ImportModule + 0xc8
8   org.python.Python.framework 	0x95fbffd4 
PyImport_ImportModuleEx + 0x40
9   org.python.Python.framework 	0x95f9cbf0 
_PyUnicodeUCS2_IsAlpha + 0x90
10  org.python.Python.framework 	0x95f4a8d0 PyObject_Call + 0x30
11  org.python.Python.framework 	0x95fa91ec 
PyEval_CallObjectWithKeywords + 0x100
12  org.python.Python.framework 	0x95fa6984 PyEval_EvalCode + 0x2280
13  org.python.Python.framework 	0x95fa7e30 PyEval_EvalCodeEx + 0x850
14  org.python.Python.framework 	0x95fa4734 PyEval_EvalCode + 0x30
15  org.python.Python.framework 	0x95fc85f0 PyRun_FileExFlags + 0xe4
16  org.python.Python.framework 	0x95fc7354 
PyRun_InteractiveOneFlags + 0x1f0
17  org.python.Python.framework 	0x95fc713c 
PyRun_InteractiveLoopFlags + 0x10c
18  org.python.Python.framework 	0x95fc6fd4 PyRun_AnyFileExFlags + 0x54
19  org.python.Python.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 getCPSProcessSerNum: it returned 0 results. Same at 
Apple's site...

What does CPS mean?

Thanks for any input,
best,
Christoph



More information about the Python-list mailing list