Re: [Pyobjc-dev] Sockets, Files, Fun
Brought to you by:
ronaldoussoren
From: Martina O. <Ma...@Oe...> - 2003-02-01 18:31:48
|
Am Samstag, 01.02.03 um 19:25 Uhr schrieb Martina Oefelein: > I would like to try this out, but all I get is a bus error: Maybe the crash log is helpful: Date/Time: 2003-02-01 19:14:33 +0100 OS Version: 10.2.3 (Build 6G30) Host: iBook.local. Command: python PID: 2416 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000001 Thread 0 Crashed: #0 0x0046cb94 in execute_and_pythonify_objc_method (objc_support.m:1292) #1 0x00475904 in objcsel_call (selector.m:505) #2 0x00045930 in PyObject_Call #3 0x0005df64 in PyEval_GetFuncDesc #4 0x0005b32c in PyEval_EvalCode #5 0x0005c634 in PyEval_EvalCodeEx #6 0x0006d870 in PyFunction_SetClosure #7 0x00045930 in PyObject_Call #8 0x00476950 in pysel_call (selector.m:882) #9 0x00045930 in PyObject_Call #10 0x0005df64 in PyEval_GetFuncDesc #11 0x0005b32c in PyEval_EvalCode #12 0x0005c634 in PyEval_EvalCodeEx #13 0x0006d870 in PyFunction_SetClosure #14 0x00045930 in PyObject_Call #15 0x00056d74 in PyMethod_New #16 0x00045930 in PyObject_Call #17 0x0002073c in _PyObject_SlotCompare #18 0x000176a4 in _Py_ReleaseInternedStrings #19 0x00045930 in PyObject_Call #20 0x0005df64 in PyEval_GetFuncDesc #21 0x0005b32c in PyEval_EvalCode #22 0x0005c634 in PyEval_EvalCodeEx #23 0x0006d870 in PyFunction_SetClosure #24 0x00045930 in PyObject_Call #25 0x00476814 in pysel_call (selector.m:862) #26 0x00045930 in PyObject_Call #27 0x00470218 in ObjC_call_to_python (class-builder.m:1136) #28 0x004d8054 in meth_imp_208 (register.m:18306) #29 0x907eaf7c in _nsNotificationCenterCallBack #30 0x90168580 in _postNotification #31 0x90165ca0 in _CFNotificationCenterPostLocalNotification #32 0x908b83ac in _performFileHandleSource #33 0x90149534 in __CFRunLoopDoSources0 #34 0x90148918 in __CFRunLoopRun #35 0x90180fe4 in CFRunLoopRunSpecific #36 0x907f5a0c in -[NSRunLoop runMode:beforeDate:] #37 0x90809244 in -[NSRunLoop run] #38 0x9068c258 in objc_msgSendv #39 0x907ed17c in -[NSInvocation invoke] #40 0x0046cda4 in execute_and_pythonify_objc_method (objc_support.m:1341) #41 0x00475904 in objcsel_call (selector.m:505) #42 0x00045930 in PyObject_Call #43 0x0005df64 in PyEval_GetFuncDesc #44 0x0005b32c in PyEval_EvalCode #45 0x0005c634 in PyEval_EvalCodeEx #46 0x00058a80 in PyEval_EvalCode #47 0x00027e90 in PyRun_FileExFlags #48 0x00026c70 in PyRun_InteractiveOneFlags #49 0x00026a58 in PyRun_InteractiveLoopFlags #50 0x000268f0 in PyRun_AnyFileExFlags #51 0x000069f0 in Py_Main #52 0x00002970 in start #53 0x000027f0 in start Thread 1: #0 0x90000e2c in read #1 0x908b52cc in _backgroundActivity #2 0x90020d48 in _pthread_body PPC Thread State: srr0: 0x0046cb94 srr1: 0x0000f030 vrsave: 0x00000000 xer: 0x00000000 lr: 0x0046c958 ctr: 0x0046a22c mq: 0x00000000 r0: 0x00000072 r1: 0xbfffced0 r2: 0x28228244 r3: 0x00000004 r4: 0x00000000 r5: 0x00000000 r6: 0xbfffceb0 r7: 0x00002546 r8: 0x00734346 r9: 0x00000001 r10: 0x00000001 r11: 0xa00044b0 r12: 0x9005e2d8 r13: 0x00000083 r14: 0x0099144c r15: 0x00000000 r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00991454 r20: 0x0016459f r21: 0x0010b7e0 r22: 0x00000002 r23: 0x00991300 r24: 0x00000000 r25: 0x00000000 r26: 0x00000002 r27: 0x009b4a80 r28: 0xbfffd514 r29: 0x00000000 r30: 0xbfffcef0 r31: 0x0046c2c8 ciao Martina |