Whoops, I just opened up a new issue for the exact same error message (albeit for spyder 2.2.5). Has anyone found a solution in the mean time?
On Monday, February 25, 2013 6:44:20 PM UTC, David Trem wrote: > > Hello, > > I've just detected that revision 2580 introduces a segfault on > my Mac (see traceback below). This revision comment is: > " Generate the list of extension modules for Rope in a Qthread" > > Using: Python 2.7.3 64bits, Qt 4.8.4, PyQt4 (API v1) 4.9.6 on Darwin > > David > > ~ $ spyder > 2013-02-25 19:24:32.539 Python[894:5f0b] -[QNSApplication _setup:]: > unrecognized selector sent to instance 0x7fee95b8e4c0 > 2013-02-25 19:24:32.540 Python[894:5f0b] An uncaught exception was raised > 2013-02-25 19:24:32.540 Python[894:5f0b] -[QNSApplication _setup:]: > unrecognized selector sent to instance 0x7fee95b8e4c0 > 2013-02-25 19:24:32.542 Python[894:5f0b] ( > 0 CoreFoundation 0x00007fff8ecf0f56 > __exceptionPreprocess + 198 > 1 libobjc.A.dylib 0x00007fff8e412d5e > objc_exception_throw + 43 > 2 CoreFoundation 0x00007fff8ed7d1be -[NSObject > doesNotRecognizeSelector:] + 190 > 3 CoreFoundation 0x00007fff8ecdde23 > ___forwarding___ + 371 > 4 CoreFoundation 0x00007fff8ecddc38 > _CF_forwarding_prep_0 + 232 > 5 libtk8.6.dylib 0x00000001222305c8 TkpInit + > 408 > 6 libtk8.6.dylib 0x0000000122199ce8 Initialize > + 1928 > 7 _tkinter.so 0x0000000121f18122 Tcl_AppInit > + 82 > 8 _tkinter.so 0x0000000121f13b87 > Tkinter_Create + 967 > 9 Python 0x000000010f77c0ab > PyEval_EvalFrameEx + 8379 > 10 Python 0x000000010f779f94 > PyEval_EvalCodeEx + 2180 > 11 Python 0x000000010f70a1f8 > function_call + 344 > 12 Python 0x000000010f6e550f > PyObject_Call + 95 > 13 Python 0x000000010f6f1647 > instancemethod_call + 487 > 14 Python 0x000000010f6e550f > PyObject_Call + 95 > 15 Python 0x000000010f781ba9 > PyEval_CallObjectWithKeywords + 185 > 16 Python 0x000000010f6ef5da > PyInstance_New + 282 > 17 Python 0x000000010f6e550f > PyObject_Call + 95 > 18 Python 0x000000010f77c371 > PyEval_EvalFrameEx + 9089 > 19 Python 0x000000010f779f94 > PyEval_EvalCodeEx + 2180 > 20 Python 0x000000010f779706 > PyEval_EvalCode + 54 > 21 Python 0x000000010f795403 > PyImport_ExecCodeModuleEx + 243 > 22 Python 0x000000010f7986ed > load_source_module + 1293 > 23 Python 0x000000010f798940 > load_package + 368 > 24 Python 0x000000010f7991fc > import_submodule + 348 > 25 Python 0x000000010f798d10 load_next + > 256 > 26 Python 0x000000010f796ab2 > PyImport_ImportModuleLevel + 1330 > 27 Python 0x000000010f774b78 > builtin___import__ + 136 > 28 Python 0x000000010f77c0ab > PyEval_EvalFrameEx + 8379 > 29 Python 0x000000010f6ff4ab gen_send_ex > + 235 > 30 Python 0x000000010f77a80d > PyEval_EvalFrameEx + 2077 > 31 Python 0x000000010f782413 > fast_function + 195 > 32 Python 0x000000010f77c15c > PyEval_EvalFrameEx + 8556 > 33 Python 0x000000010f782413 > fast_function + 195 > 34 Python 0x000000010f77c15c > PyEval_EvalFrameEx + 8556 > 35 Python 0x000000010f779f94 > PyEval_EvalCodeEx + 2180 > 36 Python 0x000000010f70a1f8 > function_call + 344 > 37 Python 0x000000010f6e550f > PyObject_Call + 95 > 38 Python 0x000000010f6f1647 > instancemethod_call + 487 > 39 Python 0x000000010f6e550f > PyObject_Call + 95 > 40 Python 0x000000010f781ba9 > PyEval_CallObjectWithKeywords + 185 > 41 sip.so 0x0000000111bdf316 > sip_api_call_method + 200 > 42 QtCore.so 0x000000011150eaff > _Z15sipVH_QtCore_1116PyGILState_STATEPFvP17_sipSimpleWrapperES1_P7_object + > 47 > 43 QtCore.so 0x00000001115444cb > _ZN10sipQThread3runEv + 107 > 44 QtCore 0x0000000111804bc8 > _ZN14QThreadPrivate5startEPv + 504 > 45 libsystem_c.dylib 0x00007fff9a6938bf > _pthread_start + 335 > 46 libsystem_c.dylib 0x00007fff9a696b75 > thread_start + 13 > ) > 2013-02-25 19:24:32.543 Python[894:5f0b] *** Terminating app due to > uncaught exception 'NSInvalidArgumentException', reason: '-[QNSApplication > _setup:]: unrecognized selector sent to instance 0x7fee95b8e4c0' > *** First throw call stack: > ( > 0 CoreFoundation 0x00007fff8ecf0f56 > __exceptionPreprocess + 198 > 1 libobjc.A.dylib 0x00007fff8e412d5e > objc_exception_throw + 43 > 2 CoreFoundation 0x00007fff8ed7d1be -[NSObject > doesNotRecognizeSelector:] + 190 > 3 CoreFoundation 0x00007fff8ecdde23 > ___forwarding___ + 371 > 4 CoreFoundation 0x00007fff8ecddc38 > _CF_forwarding_prep_0 + 232 > 5 libtk8.6.dylib 0x00000001222305c8 TkpInit + > 408 > 6 libtk8.6.dylib 0x0000000122199ce8 Initialize > + 1928 > 7 _tkinter.so 0x0000000121f18122 Tcl_AppInit > + 82 > 8 _tkinter.so 0x0000000121f13b87 > Tkinter_Create + 967 > 9 Python 0x000000010f77c0ab > PyEval_EvalFrameEx + 8379 > 10 Python 0x000000010f779f94 > PyEval_EvalCodeEx + 2180 > 11 Python 0x000000010f70a1f8 > function_call + 344 > 12 Python 0x000000010f6e550f > PyObject_Call + 95 > 13 Python 0x000000010f6f1647 > instancemethod_call + 487 > 14 Python 0x000000010f6e550f > PyObject_Call + 95 > 15 Python 0x000000010f781ba9 > PyEval_CallObjectWithKeywords + 185 > 16 Python 0x000000010f6ef5da > PyInstance_New + 282 > 17 Python 0x000000010f6e550f > PyObject_Call + 95 > 18 Python 0x000000010f77c371 > PyEval_EvalFrameEx + 9089 > 19 Python 0x000000010f779f94 > PyEval_EvalCodeEx + 2180 > 20 Python 0x000000010f779706 > PyEval_EvalCode + 54 > 21 Python 0x000000010f795403 > PyImport_ExecCodeModuleEx + 243 > 22 Python 0x000000010f7986ed > load_source_module + 1293 > 23 Python 0x000000010f798940 > load_package + 368 > 24 Python 0x000000010f7991fc > import_submodule + 348 > 25 Python 0x000000010f798d10 load_next + > 256 > 26 Python 0x000000010f796ab2 > PyImport_ImportModuleLevel + 1330 > 27 Python 0x000000010f774b78 > builtin___import__ + 136 > 28 Python 0x000000010f77c0ab > PyEval_EvalFrameEx + 8379 > 29 Python 0x000000010f6ff4ab gen_send_ex > + 235 > 30 Python 0x000000010f77a80d > PyEval_EvalFrameEx + 2077 > 31 Python 0x000000010f782413 > fast_function + 195 > 32 Python 0x000000010f77c15c > PyEval_EvalFrameEx + 8556 > 33 Python 0x000000010f782413 > fast_function + 195 > 34 Python 0x000000010f77c15c > PyEval_EvalFrameEx + 8556 > 35 Python 0x000000010f779f94 > PyEval_EvalCodeEx + 2180 > 36 Python 0x000000010f70a1f8 > function_call + 344 > 37 Python 0x000000010f6e550f > PyObject_Call + 95 > 38 Python 0x000000010f6f1647 > instancemethod_call + 487 > 39 Python 0x000000010f6e550f > PyObject_Call + 95 > 40 Python 0x000000010f781ba9 > PyEval_CallObjectWithKeywords + 185 > 41 sip.so 0x0000000111bdf316 > sip_api_call_method + 200 > 42 QtCore.so 0x000000011150eaff > _Z15sipVH_QtCore_1116PyGILState_STATEPFvP17_sipSimpleWrapperES1_P7_object + > 47 > 43 QtCore.so 0x00000001115444cb > _ZN10sipQThread3runEv + 107 > 44 QtCore 0x0000000111804bc8 > _ZN14QThreadPrivate5startEPv + 504 > 45 libsystem_c.dylib 0x00007fff9a6938bf > _pthread_start + 335 > 46 libsystem_c.dylib 0x00007fff9a696b75 > thread_start + 13 > ) > terminate called throwing an exceptionAbort trap: 6 > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
