Hi, These errors are in Python itself, and I would guess wxPython. There is not a single error message from relax in there. Can you run relax in GUI mode? Another good test is to run the wx_demo files, downloadable from the wxPython website, and use these to see if wxPython actually runs correctly. This really looks like a broken Python install :S Can you run the relax system tests or unit tests? Try running this with the --time option to see if the error occurs within a specific test. This will require a lot more testing!
Regards, Edward On 2 December 2013 21:15, Troels Emtekær Linnet <tlin...@nmr-relax.com> wrote: > Hi Edward. > > I received this errors for the GUI tests, and I am now looking into them: > > tlinnet@linmac:~$ relax --gui-test > > > > ============= > > = GUI tests = > > ============= > > > 2013-12-02 21:10:52.269 Python[43701:d0b] CoreText performance note: > Client called CTFontCreateWithName() using name ".Lucida Grande UI" > and got font with PostScript name ".LucidaGrandeUI". For best > performance, only use PostScript names when calling this API. > > 2013-12-02 21:10:52.270 Python[43701:d0b] CoreText performance note: > Set a breakpoint on CTFontLogSuboptimalRequest to debug. > > 2013-12-02 21:10:57.033 Python[43701:d0b] CoreText performance note: > Client called CTFontCreateWithName() using name ".Lucida Grande UI" > and got font with PostScript name ".LucidaGrandeUI". For best > performance, only use PostScript names when calling this API. > > .....2013-12-02 21:11:06.918 Python[43701:d0b] CoreText performance > note: Client called CTFontCreateWithName() using name "Times" and got > font with PostScript name "Times-Roman". For best performance, only > use PostScript names when calling this API. > > 2013-12-02 21:11:07.272 Python[43701:d0b] CoreText performance note: > Client called CTFontCreateWithName() using name "Times" and got font > with PostScript name "Times-Roman". For best performance, only use > PostScript names when calling this API. > > 2013-12-02 21:11:08.080 Python[43701:d0b] An uncaught exception was raised > > 2013-12-02 21:11:08.081 Python[43701:d0b] *** -[__NSArrayM > objectAtIndex:]: index 18446744073709551615 beyond bounds for empty > array > > 2013-12-02 21:11:08.081 Python[43701:d0b] ( > > 0 CoreFoundation 0x00007fff87c8541c > __exceptionPreprocess + 172 > > 1 libobjc.A.dylib 0x00007fff862dae75 > objc_exception_throw + 43 > > 2 CoreFoundation 0x00007fff87b63935 > -[__NSArrayM objectAtIndex:] + 245 > > 3 AppKit 0x00007fff8e5c2a4d -[NSTabView > tabViewItemAtIndex:] + 28 > > 4 AppKit 0x00007fff8e5c2a15 -[NSTabView > selectTabViewItemAtIndex:] + 29 > > 5 libwx_osx_cocoau-2.9.5.0.0.dylib 0x0000000101cb029e > _ZN14wxCocoaTabView8SetValueEi + 94 > > 6 libwx_osx_cocoau-2.9.5.0.0.dylib 0x0000000101c11af7 > _ZN10wxNotebook12DoRemovePageEm + 311 > > 7 libwx_osx_cocoau-2.9.5.0.0.dylib 0x0000000101cd52d5 > _ZN14wxBookCtrlBase10DeletePageEm + 21 > > 8 _core_.so 0x00000001017fd2f8 > _wrap_BookCtrlBase_DeletePage + 248 > > 9 Python 0x0000000100bc0a1d > PyEval_EvalFrameEx + 17523 > > 10 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 11 Python 0x0000000100bc2d0b fast_function + 282 > > 12 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 13 Python 0x0000000100bc2ca7 fast_function + 182 > > 14 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 15 Python 0x0000000100bc2ca7 fast_function + 182 > > 16 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 17 Python 0x0000000100bc2ca7 fast_function + 182 > > 18 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 19 Python 0x0000000100bc2ca7 fast_function + 182 > > 20 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 21 Python 0x0000000100bc2ca7 fast_function + 182 > > 22 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 23 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 24 Python 0x0000000100b6368b function_call + 336 > > 25 Python 0x0000000100b45f6d PyObject_Call + 101 > > 26 Python 0x0000000100bc0af4 > PyEval_EvalFrameEx + 17738 > > 27 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 28 Python 0x0000000100b6368b function_call + 336 > > 29 Python 0x0000000100b45f6d PyObject_Call + 101 > > 30 Python 0x0000000100b509db > instancemethod_call + 174 > > 31 Python 0x0000000100b45f6d PyObject_Call + 101 > > 32 Python 0x0000000100b8af2d slot_tp_call + 61 > > 33 Python 0x0000000100b45f6d PyObject_Call + 101 > > 34 Python 0x0000000100bc0454 > PyEval_EvalFrameEx + 16042 > > 35 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 36 Python 0x0000000100b6368b function_call + 336 > > 37 Python 0x0000000100b45f6d PyObject_Call + 101 > > 38 Python 0x0000000100bc0af4 > PyEval_EvalFrameEx + 17738 > > 39 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 40 Python 0x0000000100b6368b function_call + 336 > > 41 Python 0x0000000100b45f6d PyObject_Call + 101 > > 42 Python 0x0000000100b509db > instancemethod_call + 174 > > 43 Python 0x0000000100b45f6d PyObject_Call + 101 > > 44 Python 0x0000000100b8af2d slot_tp_call + 61 > > 45 Python 0x0000000100b45f6d PyObject_Call + 101 > > 46 Python 0x0000000100bc0454 > PyEval_EvalFrameEx + 16042 > > 47 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 48 Python 0x0000000100b6368b function_call + 336 > > 49 Python 0x0000000100b45f6d PyObject_Call + 101 > > 50 Python 0x0000000100bc0af4 > PyEval_EvalFrameEx + 17738 > > 51 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 52 Python 0x0000000100b6368b function_call + 336 > > 53 Python 0x0000000100b45f6d PyObject_Call + 101 > > 54 Python 0x0000000100b509db > instancemethod_call + 174 > > 55 Python 0x0000000100b45f6d PyObject_Call + 101 > > 56 Python 0x0000000100b8af2d slot_tp_call + 61 > > 57 Python 0x0000000100b45f6d PyObject_Call + 101 > > 58 Python 0x0000000100bc0454 > PyEval_EvalFrameEx + 16042 > > 59 Python 0x0000000100bc2ca7 fast_function + 182 > > 60 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 61 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 62 Python 0x0000000100bc2d0b fast_function + 282 > > 63 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 64 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 65 Python 0x0000000100bc2d0b fast_function + 282 > > 66 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 67 Python 0x0000000100bc2ca7 fast_function + 182 > > 68 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 69 Python 0x0000000100bc2ca7 fast_function + 182 > > 70 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 71 Python 0x0000000100bc2ca7 fast_function + 182 > > 72 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 73 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 74 Python 0x0000000100bc2d0b fast_function + 282 > > 75 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 76 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 77 Python 0x0000000100bbbe14 PyEval_EvalCode + > 54 > > 78 Python 0x0000000100bdb3c4 run_mod + 53 > > 79 Python 0x0000000100bdb46b > PyRun_FileExFlags + 137 > > 80 Python 0x0000000100bdafb9 > PyRun_SimpleFileExFlags + 718 > > 81 Python 0x0000000100beba67 Py_Main + 2995 > > 82 libdyld.dylib 0x00007fff8afc85fd start + 1 > > 83 ??? 0x0000000000000003 0x0 + 3 > > ) > > 2013-12-02 21:11:08.083 Python[43701:d0b] *** Terminating app due to > uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM > objectAtIndex:]: index 18446744073709551615 beyond bounds for empty > array' > > *** First throw call stack: > > ( > > 0 CoreFoundation 0x00007fff87c8541c > __exceptionPreprocess + 172 > > 1 libobjc.A.dylib 0x00007fff862dae75 > objc_exception_throw + 43 > > 2 CoreFoundation 0x00007fff87b63935 > -[__NSArrayM objectAtIndex:] + 245 > > 3 AppKit 0x00007fff8e5c2a4d -[NSTabView > tabViewItemAtIndex:] + 28 > > 4 AppKit 0x00007fff8e5c2a15 -[NSTabView > selectTabViewItemAtIndex:] + 29 > > 5 libwx_osx_cocoau-2.9.5.0.0.dylib 0x0000000101cb029e > _ZN14wxCocoaTabView8SetValueEi + 94 > > 6 libwx_osx_cocoau-2.9.5.0.0.dylib 0x0000000101c11af7 > _ZN10wxNotebook12DoRemovePageEm + 311 > > 7 libwx_osx_cocoau-2.9.5.0.0.dylib 0x0000000101cd52d5 > _ZN14wxBookCtrlBase10DeletePageEm + 21 > > 8 _core_.so 0x00000001017fd2f8 > _wrap_BookCtrlBase_DeletePage + 248 > > 9 Python 0x0000000100bc0a1d > PyEval_EvalFrameEx + 17523 > > 10 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 11 Python 0x0000000100bc2d0b fast_function + 282 > > 12 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 13 Python 0x0000000100bc2ca7 fast_function + 182 > > 14 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 15 Python 0x0000000100bc2ca7 fast_function + 182 > > 16 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 17 Python 0x0000000100bc2ca7 fast_function + 182 > > 18 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 19 Python 0x0000000100bc2ca7 fast_function + 182 > > 20 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 21 Python 0x0000000100bc2ca7 fast_function + 182 > > 22 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 23 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 24 Python 0x0000000100b6368b function_call + 336 > > 25 Python 0x0000000100b45f6d PyObject_Call + 101 > > 26 Python 0x0000000100bc0af4 > PyEval_EvalFrameEx + 17738 > > 27 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 28 Python 0x0000000100b6368b function_call + 336 > > 29 Python 0x0000000100b45f6d PyObject_Call + 101 > > 30 Python 0x0000000100b509db > instancemethod_call + 174 > > 31 Python 0x0000000100b45f6d PyObject_Call + 101 > > 32 Python 0x0000000100b8af2d slot_tp_call + 61 > > 33 Python 0x0000000100b45f6d PyObject_Call + 101 > > 34 Python 0x0000000100bc0454 > PyEval_EvalFrameEx + 16042 > > 35 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 36 Python 0x0000000100b6368b function_call + 336 > > 37 Python 0x0000000100b45f6d PyObject_Call + 101 > > 38 Python 0x0000000100bc0af4 > PyEval_EvalFrameEx + 17738 > > 39 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 40 Python 0x0000000100b6368b function_call + 336 > > 41 Python 0x0000000100b45f6d PyObject_Call + 101 > > 42 Python 0x0000000100b509db > instancemethod_call + 174 > > 43 Python 0x0000000100b45f6d PyObject_Call + 101 > > 44 Python 0x0000000100b8af2d slot_tp_call + 61 > > 45 Python 0x0000000100b45f6d PyObject_Call + 101 > > 46 Python 0x0000000100bc0454 > PyEval_EvalFrameEx + 16042 > > 47 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 48 Python 0x0000000100b6368b function_call + 336 > > 49 Python 0x0000000100b45f6d PyObject_Call + 101 > > 50 Python 0x0000000100bc0af4 > PyEval_EvalFrameEx + 17738 > > 51 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 52 Python 0x0000000100b6368b function_call + 336 > > 53 Python 0x0000000100b45f6d PyObject_Call + 101 > > 54 Python 0x0000000100b509db > instancemethod_call + 174 > > 55 Python 0x0000000100b45f6d PyObject_Call + 101 > > 56 Python 0x0000000100b8af2d slot_tp_call + 61 > > 57 Python 0x0000000100b45f6d PyObject_Call + 101 > > 58 Python 0x0000000100bc0454 > PyEval_EvalFrameEx + 16042 > > 59 Python 0x0000000100bc2ca7 fast_function + 182 > > 60 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 61 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 62 Python 0x0000000100bc2d0b fast_function + 282 > > 63 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 64 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 65 Python 0x0000000100bc2d0b fast_function + 282 > > 66 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 67 Python 0x0000000100bc2ca7 fast_function + 182 > > 68 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 69 Python 0x0000000100bc2ca7 fast_function + 182 > > 70 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 71 Python 0x0000000100bc2ca7 fast_function + 182 > > 72 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 73 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 74 Python 0x0000000100bc2d0b fast_function + 282 > > 75 Python 0x0000000100bbfc85 > PyEval_EvalFrameEx + 14043 > > 76 Python 0x0000000100bbc480 > PyEval_EvalCodeEx + 1638 > > 77 Python 0x0000000100bbbe14 PyEval_EvalCode + > 54 > > 78 Python 0x0000000100bdb3c4 run_mod + 53 > > 79 Python 0x0000000100bdb46b > PyRun_FileExFlags + 137 > > 80 Python 0x0000000100bdafb9 > PyRun_SimpleFileExFlags + 718 > > 81 Python 0x0000000100beba67 Py_Main + 2995 > > 82 libdyld.dylib 0x00007fff8afc85fd start + 1 > > 83 ??? 0x0000000000000003 0x0 + 3 > > ) > > libc++abi.dylib: terminating with uncaught exception of type NSException > > Abort trap: 6 > > > Troels Emtekær Linnet > > _______________________________________________ > relax (http://www.nmr-relax.com) > > This is the relax-devel mailing list > relax-devel@gna.org > > To unsubscribe from this list, get a password > reminder, or change your subscription options, > visit the list information page at > https://mail.gna.org/listinfo/relax-devel _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel mailing list relax-devel@gna.org To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel