Hi,
When I run the GUI, the R1 test fails on my system. So there must be
differences between Mac OS X versions. The message is quite strange,
and a window appears with the title 'wxPython: stdout/sterr', and then
at the end I get a "Bus error" after the tests finish. Then after a
while a new window appears saying that python quit unexpectedly. This
is probably a GUI difference between GNU/Linux and Mac OS X which will
need to be solved :S This is the output:
----------------------
#############
# GUI tests #
#############
.E.
======================================================================
ERROR: Test the r1 analysis.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/edward/relax/branches/gui_testing/test_suite/gui_tests/rx.py",
line 108, in test_r1_analysis
analysis.field_nmr_frq.SetValue(str_to_gui('600'))
AttributeError: 'NoneType' object has no attribute 'field_nmr_frq'
----------------------------------------------------------------------
Ran 3 tests in 170.973s
FAILED (errors=1)
###################################
# Summary of the relax test suite #
###################################
# Optional packages/modules
###########################
No tests skipped due to missing modules.
# Synopsis
##########
GUI tests ....................................................... [ Failed ]
Bus error
----------------------
As for the error you see with the new analysis, that is quite strange.
I see something completely different!
----------------------
Traceback (most recent call last):
File "/Users/edward/relax/branches/gui_testing/gui/analyses/__init__.py",
line 289, in menu_new
data = self.new_wizard.run()
File "/Users/edward/relax/branches/gui_testing/gui/analyses/wizard.py",
line 60, in run
setup = self.wizard.run(modal=True)
File "/Users/edward/relax/branches/gui_testing/gui/wizard.py", line
1395, in run
self.Destroy()
File
"/var/tmp/wxWidgets/wxWidgets-13~231/2.6/DSTROOT/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_core.py",
line 14501, in __getattr__
wx._core.PyDeadObjectError: The C++ part of the Wiz_window object has
been deleted, attribute access no longer allowed.
----------------------
After this the GUI is still responsive. Without the debug flag, it
appears as if the new analysis wizard does nothing, but looking at the
relax controller reveals this message.
I can also see that there is going to be a lot of polish required to
make this look good on a Mac. The wx error dialog is missing the
graphic, so we would need to create a custom dialog for relax with
graphic. And the height of GUI elements are different so we would
need to either fix some heights with SetSize() or to centre the
elements with wx.ALIGN_CENTRE_VERTICAL.
Regards,
Edward
P. S. I need to get a copy of Mac OS X Server (personal edition) on a
VirtualBox VM to speed up this work. My Mac access is not very good
at the moment, so it's taking hours to test this properly. Fink also
takes ages just to install some basics such as gvim :S
On 22 July 2011 15:12, Sébastien Morin <[email protected]> wrote:
> Hi Ed,
>
> The gui tests (ran from "./relax --gui-test") all pass, although with this
> additional output after the relax results:
>
> =====
> 2011-07-22 15:12:20.339 Python[42505:613] *** attempt to pop an unknown
> autorelease pool (0x10334ca00)
> =====
>
> Thanks for reminding me of the "-d" option. However, for this case, since
> the gui crashes, there is no output and the only way out is to type "ctrl c"
> on the command line, thus killing the gui and its potential output... The
> only way I can get and output is when kill relax through the command "kill".
> Then, Mac OSX pops-up an error window with the text below.
>
> All the best,
>
>
> Séb :)
>
>
> ========
> Process: Python [10541]
> Path:
> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
> Identifier: org.python.python
> Version: 2.7.1 (2.7.1)
> Code Type: X86-64 (Native)
> Parent Process: bash [1542]
>
> Date/Time: 2011-07-22 15:09:43.480 +0200
> OS Version: Mac OS X 10.6.8 (10K540)
> Report Version: 6
>
> Interval Since Last Report: 263893 sec
> Crashes Since Last Report: 1
> Per-App Interval Since Last Report: 312 sec
> Per-App Crashes Since Last Report: 1
> Anonymous UUID: 6A9BB47A-F272-4B1A-AF3B-9AB7845EF229
>
> Exception Type: EXC_CRASH (SIGQUIT)
> Exception Codes: 0x0000000000000000, 0x0000000000000000
> Crashed Thread: 0 Dispatch queue: com.apple.main-thread
>
> Thread 0 Crashed: Dispatch queue: com.apple.main-thread
> 0 libSystem.B.dylib 0x00007fff862b2d7a mach_msg_trap + 10
> 1 libSystem.B.dylib 0x00007fff862b33ed mach_msg + 59
> 2 com.apple.CoreFoundation 0x00007fff89414932 __CFRunLoopRun +
> 1698
> 3 com.apple.CoreFoundation 0x00007fff89413dbf
> CFRunLoopRunSpecific + 575
> 4 com.apple.HIToolbox 0x00007fff848c67ee
> RunCurrentEventLoopInMode + 333
> 5 com.apple.HIToolbox 0x00007fff848c65f3
> ReceiveNextEventCommon + 310
> 6 com.apple.HIToolbox 0x00007fff848c64ac
> BlockUntilNextEventMatchingListInMode + 59
> 7 com.apple.AppKit 0x00007fff8345ceb2 _DPSNextEvent + 708
> 8 com.apple.AppKit 0x00007fff8345c801 -[NSApplication
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
> 9 com.apple.AppKit 0x00007fff83697dc3 -[NSApplication
> _realDoModalLoop:peek:] + 442
> 10 com.apple.AppKit 0x00007fff83695951 -[NSApplication
> runModalForWindow:] + 129
> 11 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101f15bfe
> wxModalEventLoop::DoRun() + 174
> 12 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101dec377
> wxCFEventLoop::Run() + 55
> 13 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101e5a459
> wxDialog::ShowModal() + 73
> 14 _windows_.so 0x0000000103f65976
> _wrap_Dialog_ShowModal + 102
> 15 org.python.python 0x00000001000c1332 PyEval_EvalFrameEx
> + 22626
> 16 org.python.python 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 17 org.python.python 0x00000001000c0d8a PyEval_EvalFrameEx
> + 21178
> 18 org.python.python 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 19 org.python.python 0x00000001000c0d8a PyEval_EvalFrameEx
> + 21178
> 20 org.python.python 0x00000001000c20de PyEval_EvalFrameEx
> + 26126
> 21 org.python.python 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 22 org.python.python 0x000000010003dd80 function_call + 176
> 23 org.python.python 0x000000010000c9f2 PyObject_Call + 98
> 24 org.python.python 0x000000010001eebb instancemethod_call
> + 363
> 25 org.python.python 0x000000010000c9f2 PyObject_Call + 98
> 26 org.python.python 0x00000001000ba817
> PyEval_CallObjectWithKeywords + 87
> 27 _core_.so 0x00000001019ca8f2
> wxPyCallback::EventThunker(wxEvent&) + 258
> 28 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101e1e004
> wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&,
> wxEvtHandler*, wxEvent&) + 84
> 29 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101e1ef8f
> wxEvtHandler::SearchDynamicEventTable(wxEvent&) + 111
> 30 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101e1ff9a
> wxEvtHandler::TryHereOnly(wxEvent&) + 42
> 31 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101e2000b
> wxEvtHandler::ProcessEventLocally(wxEvent&) + 59
> 32 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101e200d1
> wxEvtHandler::ProcessEvent(wxEvent&) + 161
> 33 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101e1fac6
> wxEvtHandler::SafelyProcessEvent(wxEvent&) + 22
> 34 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000102033280
> wxWindowBase::HandleWindowEvent(wxEvent&) const + 16
> 35 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101fef09a
> wxMenuBase::SendEvent(int, int) + 218
> 36 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101e86544
> wxMenu::HandleCommandProcess(wxMenuItem*, wxWindow*) + 100
> 37 com.apple.AppKit 0x00007fff835b1eda -[NSApplication
> sendAction:to:from:] + 95
> 38 com.apple.AppKit 0x00007fff835d646a -[NSMenuItem
> _corePerformAction] + 365
> 39 com.apple.AppKit 0x00007fff835d61d4 -[NSCarbonMenuImpl
> performActionWithHighlightingForItemAtIndex:] + 121
> 40 com.apple.AppKit 0x00007fff8385bcf4 -[NSMenu
> _internalPerformActionForItemAtIndex:] + 35
> 41 com.apple.AppKit 0x00007fff8370d9e9 -[NSCarbonMenuImpl
> _carbonCommandProcessEvent:handlerCallRef:] + 136
> 42 com.apple.AppKit 0x00007fff835b899c
> NSSLMMenuEventHandler + 321
> 43 com.apple.HIToolbox 0x00007fff8489f7f7
> DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) +
> 1002
> 44 com.apple.HIToolbox 0x00007fff8489ed46
> SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
> HandlerCallRec*) + 395
> 45 com.apple.HIToolbox 0x00007fff848bca81
> SendEventToEventTarget + 45
> 46 com.apple.HIToolbox 0x00007fff848ebc35
> SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned
> int, unsigned char, void const*, OpaqueEventTargetRef*,
> OpaqueEventTargetRef*, OpaqueEventRef**) + 387
> 47 com.apple.HIToolbox 0x00007fff84918a0a
> SendMenuCommandWithContextAndModifiers + 56
> 48 com.apple.HIToolbox 0x00007fff849189c2
> SendMenuItemSelectedEvent + 101
> 49 com.apple.HIToolbox 0x00007fff849188d2
> FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 150
> 50 com.apple.HIToolbox 0x00007fff848f9c27
> MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**,
> unsigned short*) + 467
> 51 com.apple.HIToolbox 0x00007fff848f937c
> _HandleMenuSelection2 + 453
> 52 com.apple.AppKit 0x00007fff83489851
> _NSHandleCarbonMenuEvent + 236
> 53 com.apple.AppKit 0x00007fff8345d362 _DPSNextEvent +
> 1908
> 54 com.apple.AppKit 0x00007fff8345c801 -[NSApplication
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
> 55 com.apple.AppKit 0x00007fff8342268f -[NSApplication
> run] + 395
> 56 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101f15c63
> wxGUIEventLoop::DoRun() + 51
> 57 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101dec377
> wxCFEventLoop::Run() + 55
> 58 ..._osx_cocoau-2.9.1.0.0.dylib 0x0000000101cad218
> wxAppConsoleBase::MainLoop() + 72
> 59 _core_.so 0x00000001019c353c wxPyApp::MainLoop()
> + 76
> 60 _core_.so 0x0000000101a0de7f
> _wrap_PyApp_MainLoop + 79
> 61 org.python.python 0x00000001000c1332 PyEval_EvalFrameEx
> + 22626
> 62 org.python.python 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 63 org.python.python 0x000000010003dd80 function_call + 176
> 64 org.python.python 0x000000010000c9f2 PyObject_Call + 98
> 65 org.python.python 0x000000010001eebb instancemethod_call
> + 363
> 66 org.python.python 0x000000010000c9f2 PyObject_Call + 98
> 67 org.python.python 0x00000001000be813 PyEval_EvalFrameEx
> + 11587
> 68 org.python.python 0x00000001000c20de PyEval_EvalFrameEx
> + 26126
> 69 org.python.python 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 70 org.python.python 0x000000010003dd80 function_call + 176
> 71 org.python.python 0x000000010000c9f2 PyObject_Call + 98
> 72 org.python.python 0x000000010001eebb instancemethod_call
> + 363
> 73 org.python.python 0x000000010000c9f2 PyObject_Call + 98
> 74 org.python.python 0x00000001000ba817
> PyEval_CallObjectWithKeywords + 87
> 75 org.python.python 0x000000010002214e PyInstance_New +
> 126
> 76 org.python.python 0x000000010000c9f2 PyObject_Call + 98
> 77 org.python.python 0x00000001000be813 PyEval_EvalFrameEx
> + 11587
> 78 org.python.python 0x00000001000c2f49 PyEval_EvalCodeEx +
> 2137
> 79 org.python.python 0x00000001000c3066 PyEval_EvalCode +
> 54
> 80 org.python.python 0x00000001000e7b2e PyRun_FileExFlags +
> 174
> 81 org.python.python 0x00000001000e7de9
> PyRun_SimpleFileExFlags + 489
> 82 org.python.python 0x00000001000fe75c Py_Main + 2940
> 83 org.python.python 0x0000000100000f14 0x100000000 + 3860
>
> Thread 1: Dispatch queue: com.apple.libdispatch-manager
> 0 libSystem.B.dylib 0x00007fff862cbc0a kevent + 10
> 1 libSystem.B.dylib 0x00007fff862cdadd
> _dispatch_mgr_invoke + 154
> 2 libSystem.B.dylib 0x00007fff862cd7b4
> _dispatch_queue_invoke + 185
> 3 libSystem.B.dylib 0x00007fff862cd2de
> _dispatch_worker_thread2 + 252
> 4 libSystem.B.dylib 0x00007fff862ccc08 _pthread_wqthread +
> 353
> 5 libSystem.B.dylib 0x00007fff862ccaa5 start_wqthread + 13
>
> Thread 0 crashed with X86 Thread State (64-bit):
> rax: 0x0000000010004005 rbx: 0x0000000000000000 rcx: 0x00007fff5fbfa5d8
> rdx: 0x0000000000000000
> rdi: 0x00007fff5fbfa710 rsi: 0x0000000007000006 rbp: 0x00007fff5fbfa630
> rsp: 0x00007fff5fbfa5d8
> r8: 0x0000000000002c03 r9: 0x0000000000000000 r10: 0x0000000000000800
> r11: 0x0000000000000206
> r12: 0x0000000000002c03 r13: 0x0000000000000800 r14: 0x00007fff5fbfa710
> r15: 0x0000000007000006
> rip: 0x00007fff862b2d7a rfl: 0x0000000000000206 cr2: 0x0000000100807000
>
> Binary Images:
> 0x100000000 - 0x100000fff +org.python.python 2.7.1 (2.7.1)
> <9FD4D128-BF5C-532C-5D86-D6CFCCBC9B4B>
> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
> 0x100003000 - 0x10016bfff +org.python.python 2.7.1, (c)
> 2004-2008 Python Software Foundation. (2.7.1)
> <B1D40343-7092-B922-B649-F20CBDC8BD2A>
> /Library/Frameworks/Python.framework/Versions/2.7/Python
> 0x1002ee000 - 0x1002f0fff +time.so ??? (???)
> <938FAE54-0299-FACF-C957-247FDC411623>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
> 0x1002f6000 - 0x1002fafff +_collections.so ??? (???)
> <97B42679-F3A5-E2D4-EE80-AE3BDD69464A>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
> 0x1004de000 - 0x1004e2ff7 +operator.so ??? (???)
> <7EEDE83B-7A43-9C46-D37D-A901A46C6DE3>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
> 0x1004e9000 - 0x1004f0fff +itertools.so ??? (???)
> <014D8304-FF1D-64D6-0186-452F286E1049>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
> 0x1004fb000 - 0x1004fbfff +_bisect.so ??? (???)
> <C1ACA058-1DD2-3A89-58A1-59F0B6183D71>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so
> 0x100680000 - 0x100681ff7 +_heapq.so ??? (???)
> <2E1E9931-1938-5660-F0AE-47B4F3276CCB>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
> 0x100685000 - 0x100689ff7 +bz2.so ??? (???)
> <AD68868C-C5EB-1525-C51B-2DC527BA2373>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/bz2.so
> 0x10068f000 - 0x10069eff7 +cPickle.so ??? (???)
> <1037828C-23CF-3BA3-42DA-B0589942FBD6>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so
> 0x1006a6000 - 0x1006a7fff +cStringIO.so ??? (???)
> <A2468032-4479-3CAA-1A69-BCDDB175FA5B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
> 0x1006ac000 - 0x1006afff7 +strop.so ??? (???)
> <6836069E-3D2F-F895-1BB6-72DA4133D1B0>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
> 0x100733000 - 0x10077bff7 +umath.so ??? (???)
> <2FE5A5EC-F113-8D1D-BC1B-A1BD60B8CCC4>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/umath.so
> 0x1007a5000 - 0x1007befff +_sort.so ??? (???)
> <37363E77-91C8-4A08-0E7E-095213357F38>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/_sort.so
> 0x1007c7000 - 0x1007cbfff +_dotblas.so ??? (???)
> <B4DE3A8F-AD05-F919-B31D-4DF57CCB365A>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/_dotblas.so
> 0x1007cf000 - 0x1007d0ff7 +_functools.so ??? (???)
> <1FED0B3E-9EF4-7F5F-BEEF-7A871C91742C>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
> 0x1007d3000 - 0x1007d8fef +math.so ??? (???)
> <5C610DB7-8D9B-A209-18B3-C3E47ED8ADAC>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
> 0x1007df000 - 0x1007e3fff +_compiled_base.so ??? (???)
> <28CC4D53-7988-CEC7-338C-AA954D553775>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/lib/_compiled_base.so
> 0x1007e7000 - 0x1007eafff +lapack_lite.so ??? (???)
> <43CA3B3C-E48A-717C-6874-2C66BDAB60FE>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so
> 0x1007ee000 - 0x1007eefff +grp.so ??? (???)
> <7E805F5C-690E-AC8B-0434-EF9CC748A5AA>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so
> 0x1007f1000 - 0x1007f9ff7 +fftpack_lite.so ??? (???)
> <3CAC227C-FD9F-64AF-5086-0231C0B05D91>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/fft/fftpack_lite.so
> 0x101000000 - 0x101100ff7 +multiarray.so ??? (???)
> <B1911EE1-E665-4DF9-EC36-3476DE81104D>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray.so
> 0x1011d4000 - 0x1011eafff +_ctypes.so ??? (???)
> <1342A5E7-87F4-2346-8629-D154A21FDD60>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
> 0x101300000 - 0x101327fff +scalarmath.so ??? (???)
> <A9793D48-7564-0D80-C4F0-70FD226ECEAF>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/scalarmath.so
> 0x1015b8000 - 0x1015f8ff7 +mtrand.so ??? (???)
> <C914BC03-AC43-ED41-855E-78CC2421C790>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/random/mtrand.so
> 0x101642000 - 0x101646fff +_struct.so ??? (???)
> <142F715D-36B2-71BC-850B-814AA3B26E45>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
> 0x10168d000 - 0x10168ffff +_locale.so ??? (???)
> <6752D7D7-760E-00A9-244B-6641A95F6A87>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
> 0x1016ea000 - 0x1016ecfff +readline.so ??? (???)
> <1F5F8C02-484E-1144-0102-AA9555746C45>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so
> 0x1016f3000 - 0x1016f4ff7 +resource.so ??? (???)
> <FEB5E91C-1E73-28D0-395E-20FD0A2343A1>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/resource.so
> 0x1016f7000 - 0x1016faff7 +zlib.so ??? (???)
> <F432C970-6919-E1EE-0C3B-E681D0D83434>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so
> 0x1019c0000 - 0x101b7cfff +_core_.so ??? (???)
> <E68853CD-70B7-9DB1-7DB8-697D7CA8FAF2>
> /usr/local/lib/wxPython-2.9.1.1/lib/python2.7/site-packages/wx-2.9.1-osx_cocoa/wx/_core_.so
> 0x101c3a000 - 0x1028c1fe7 +libwx_osx_cocoau-2.9.1.0.0.dylib ???
> (???) <B66AEA6D-2C5C-02BE-A458-718AA0915E84>
> /usr/local/lib/wxPython-2.9.1.1/lib/libwx_osx_cocoau-2.9.1.0.0.dylib
> 0x102df2000 - 0x102df2ff7 +relax_fit.so ??? (???)
> <61FD3230-7E34-3E82-7092-37154B72BB61>
> /Users/semor/Documents/pse-4/collaborations/relax/relax-1.3_gui_testing/maths_fns/relax_fit.so
> 0x102df5000 - 0x102df8fff +select.so ??? (???)
> <E0128859-3D71-4B22-0C3F-2B2108B64825>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so
> 0x102ff3000 - 0x102ff4ff7 +fcntl.so ??? (???)
> <810DE937-99C9-04F3-EAE9-E4F6F910AE12>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so
> 0x102ff7000 - 0x102ffafef +binascii.so ??? (???)
> <D38D4757-98A6-1410-D47F-79D8CADD273B>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
> 0x103af3000 - 0x103af4fff +_hashlib.so ??? (???)
> <3023BD83-037A-8F21-41C6-0A4709A61A97>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
> 0x103af8000 - 0x103af9fff +_random.so ??? (???)
> <6992947E-5956-1B59-D8B8-91BA42722ADC>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so
> 0x103c80000 - 0x103da3fff +_gdi_.so ??? (???)
> <4BEA20C8-4F5C-3FF9-D962-0B1F5610E673>
> /usr/local/lib/wxPython-2.9.1.1/lib/python2.7/site-packages/wx-2.9.1-osx_cocoa/wx/_gdi_.so
> 0x103ee8000 - 0x104000fff +_windows_.so ??? (???)
> <B9333C6E-7359-7F94-F970-0F52F09B497F>
> /usr/local/lib/wxPython-2.9.1.1/lib/python2.7/site-packages/wx-2.9.1-osx_cocoa/wx/_windows_.so
> 0x1041e3000 - 0x104366fff +_controls_.so ??? (???)
> <3402C092-A174-B5D6-0D42-68307F0EFAF6>
> /usr/local/lib/wxPython-2.9.1.1/lib/python2.7/site-packages/wx-2.9.1-osx_cocoa/wx/_controls_.so
> 0x10481c000 - 0x104956fff +_misc_.so ??? (???)
> <7FB52850-61D7-BF06-60F6-910D84B6CA85>
> /usr/local/lib/wxPython-2.9.1.1/lib/python2.7/site-packages/wx-2.9.1-osx_cocoa/wx/_misc_.so
> 0x104a7f000 - 0x104a9bfe7 libedit.2.dylib 2.11.0
> (compatibility 2.0.0) <EAF4D57B-1ADC-06CF-DAC7-72AF835140FD>
> /usr/lib/libedit.2.dylib
> 0x104aaa000 - 0x104abfff7 +_io.so ??? (???)
> <C581F2AE-B7D0-4C27-AAD2-8803F87A199C>
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
> 0x105100000 - 0x105186ff7 +_html.so ??? (???)
> <8FB19BAA-2625-FC3E-ADF0-5BA9AC3B9106>
> /usr/local/lib/wxPython-2.9.1.1/lib/python2.7/site-packages/wx-2.9.1-osx_cocoa/wx/_html.so
> 0x10531a000 - 0x1053b6fff +_grid.so ??? (???)
> <E4F16BDF-819B-5CEF-F13D-8D77B8E533CB>
> /usr/local/lib/wxPython-2.9.1.1/lib/python2.7/site-packages/wx-2.9.1-osx_cocoa/wx/_grid.so
> 0x105526000 - 0x1055f0ff7 +_stc.so ??? (???)
> <464460D9-3BE1-E4A6-2573-6685CF93004C>
> /usr/local/lib/wxPython-2.9.1.1/lib/python2.7/site-packages/wx-2.9.1-osx_cocoa/wx/_stc.so
> 0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???)
> <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
> 0x7fff80003000 - 0x7fff80138fff com.apple.audio.toolbox.AudioToolbox
> 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3>
> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> 0x7fff802c4000 - 0x7fff802c4ff7 com.apple.Cocoa 6.6 (???)
> <68B0BE46-6E24-C96F-B341-054CF9E8F3B6>
> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> 0x7fff802c5000 - 0x7fff80483fff libicucore.A.dylib 40.0.0
> (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854>
> /usr/lib/libicucore.A.dylib
> 0x7fff8048f000 - 0x7fff80495ff7 com.apple.DiskArbitration 2.3 (2.3)
> <857F6E43-1EF4-7D53-351B-10DE0A8F992A>
> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> 0x7fff804ba000 - 0x7fff805b2ff7 libiconv.2.dylib 7.0.0
> (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A>
> /usr/lib/libiconv.2.dylib
> 0x7fff805b3000 - 0x7fff805faff7 com.apple.coreui 2 (114)
> <D7645B59-0431-6283-7322-957D944DAB21>
> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> 0x7fff805fb000 - 0x7fff80611fe7
> com.apple.MultitouchSupport.framework 207.11 (207.11)
> <8233CE71-6F8D-8B3C-A0E1-E123F6406163>
> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
> 0x7fff80e4a000 - 0x7fff810d3ff7 com.apple.security 6.1.2 (55002)
> <4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6>
> /System/Library/Frameworks/Security.framework/Versions/A/Security
> 0x7fff810d4000 - 0x7fff81195fef com.apple.ColorSync 4.6.6 (4.6.6)
> <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
> 0x7fff811d4000 - 0x7fff81227ff7 com.apple.HIServices 1.8.3 (???)
> <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> 0x7fff81258000 - 0x7fff81258ff7 com.apple.Accelerate 1.6 (Accelerate
> 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 0x7fff817e0000 - 0x7fff817eeff7 libkxld.dylib ??? (???)
> <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
> 0x7fff817ef000 - 0x7fff8182efef libncurses.5.4.dylib 5.4.0
> (compatibility 5.4.0) <E1F34D53-3D62-78C0-CAD8-8AD22C110A9E>
> /usr/lib/libncurses.5.4.dylib
> 0x7fff818b7000 - 0x7fff818c2ff7
> com.apple.speech.recognition.framework 3.11.1 (3.11.1)
> <F0DDF27E-DB55-07CE-E548-C62095BE8167>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x7fff819ea000 - 0x7fff81acffef com.apple.DesktopServices 1.5.11
> (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438>
> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> 0x7fff81ad0000 - 0x7fff821ccff7 com.apple.CoreGraphics 1.545.0 (???)
> <58D597B1-EB3B-710E-0B8C-EC114D54E11B>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x7fff821cd000 - 0x7fff83207fff com.apple.WebCore 6534 (6534.50)
> <8B0BB24A-C84C-A4F2-5544-C8071A35BBC5>
> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
> 0x7fff83208000 - 0x7fff8325dff7 com.apple.framework.familycontrols
> 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7>
> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
> 0x7fff832eb000 - 0x7fff8339bfff edu.mit.Kerberos 6.5.11 (6.5.11)
> <085D80F5-C9DC-E252-C21B-03295E660C91>
> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
> 0x7fff83419000 - 0x7fff83e13ff7 com.apple.AppKit 6.6.8 (1038.36)
> <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251>
> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x7fff83ee0000 - 0x7fff83eeffff com.apple.NetFS 3.2.2 (3.2.2)
> <7CCBD70E-BF31-A7A7-DB98-230687773145>
> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
> 0x7fff83ef0000 - 0x7fff83f01ff7 libz.1.dylib 1.2.3 (compatibility
> 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
> 0x7fff83f02000 - 0x7fff83f1bfff com.apple.CFOpenDirectory 10.6
> (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207>
> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
> 0x7fff83f28000 - 0x7fff83f2ffff com.apple.OpenDirectory 10.6 (10.6)
> <4200CFB0-DBA1-62B8-7C7C-91446D89551F>
> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
> 0x7fff83f8d000 - 0x7fff83fb4ff7 libJPEG.dylib ??? (???)
> <B9AA5816-8CCB-AFCB-61FD-3820C6E8219D>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x7fff83fe5000 - 0x7fff84071fef SecurityFoundation ??? (???)
> <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D>
> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
> 0x7fff8407e000 - 0x7fff84198fef libGLProgrammability.dylib ??? (???)
> <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
> 0x7fff841f3000 - 0x7fff841f5fff libRadiance.dylib ??? (???)
> <76C1B129-6F25-E43C-1498-B1B88B37163B>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x7fff841f6000 - 0x7fff84296fff com.apple.LaunchServices 362.3
> (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x7fff84501000 - 0x7fff84506fff libGFXShared.dylib ??? (???)
> <1D0D3531-9561-632C-D620-1A8652BEF5BC>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
> 0x7fff84507000 - 0x7fff84571fe7 libvMisc.dylib 268.0.1
> (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> 0x7fff84572000 - 0x7fff84689fef libxml2.2.dylib 10.3.0
> (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B>
> /usr/lib/libxml2.2.dylib
> 0x7fff8468a000 - 0x7fff84897ff7 com.apple.JavaScriptCore 6534
> (6534.49) <1D418EF7-CDBE-3832-0157-D853073948D0>
> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
> 0x7fff84898000 - 0x7fff84b96fff com.apple.HIToolbox 1.6.5 (???)
> <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> 0x7fff84c0c000 - 0x7fff84ca6fe7 com.apple.ApplicationServices.ATS
> 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> 0x7fff84cb9000 - 0x7fff84cdcfff com.apple.opencl 12.3.6 (12.3.6)
> <42FA5783-EB80-1168-4015-B8C68F55842F>
> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
> 0x7fff8518e000 - 0x7fff8518fff7 com.apple.audio.units.AudioUnit
> 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF>
> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x7fff85302000 - 0x7fff8530dff7 com.apple.HelpData 2.0.5 (34.1.1)
> <24DC6CD3-02B7-9332-FF6D-F0C545857B55>
> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
> 0x7fff8530e000 - 0x7fff85349fff com.apple.AE 496.5 (496.5)
> <208DF391-4DE6-81ED-C697-14A2930D1BC6>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
> 0x7fff8534a000 - 0x7fff85399ff7
> com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1)
> <01B370FB-D524-F660-3826-E85B7F0D85CD>
> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
> 0x7fff85452000 - 0x7fff8548fff7 libFontRegistry.dylib ??? (???)
> <4C3293E2-851B-55CE-3BE3-29C425DD5DFF>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
> 0x7fff85490000 - 0x7fff85549fff libsqlite3.dylib 9.6.0
> (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150>
> /usr/lib/libsqlite3.dylib
> 0x7fff8554a000 - 0x7fff85d54fe7 libBLAS.dylib 219.0.0 (compatibility
> 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> 0x7fff85fc0000 - 0x7fff85ff3ff7 libTrueTypeScaler.dylib ??? (???)
> <69D4A213-45D2-196D-7FF8-B52A31DFD329>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
> 0x7fff85ff4000 - 0x7fff860aaff7 libobjc.A.dylib 227.0.0
> (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969>
> /usr/lib/libobjc.A.dylib
> 0x7fff860ab000 - 0x7fff860fafef libTIFF.dylib ??? (???)
> <5DE9F066-9B64-CBE4-976A-CC7B8DD3C31A>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x7fff86152000 - 0x7fff86182fef com.apple.shortcut 1.1 (1.1)
> <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D>
> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
> 0x7fff86183000 - 0x7fff861cffff libauto.dylib ??? (???)
> <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
> 0x7fff8625d000 - 0x7fff86260ff7 libCoreVMClient.dylib ??? (???)
> <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
> 0x7fff862b1000 - 0x7fff862b1ff7 com.apple.vecLib 3.6 (vecLib 3.6)
> <08D3D45D-908B-B86A-00BA-0F978D2702A7>
> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x7fff862b2000 - 0x7fff86473fef libSystem.B.dylib 125.2.11
> (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69>
> /usr/lib/libSystem.B.dylib
> 0x7fff86c11000 - 0x7fff86c12ff7 com.apple.TrustEvaluationAgent 1.1
> (1) <51867586-1C71-AE37-EAAD-535A58DD3550>
> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
> 0x7fff86c13000 - 0x7fff86c13ff7 com.apple.Accelerate.vecLib 3.6
> (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x7fff86c14000 - 0x7fff86c92ff7 com.apple.CoreText 151.10 (???)
> <54961997-55D8-DC0F-2634-674E452D5A8E>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
> 0x7fff86cf6000 - 0x7fff86d37fef com.apple.QD 3.36 (???)
> <5DC41E81-32C9-65B2-5528-B33E934D5BB4>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> 0x7fff86f79000 - 0x7fff86f90fff com.apple.ImageCapture 6.1 (6.1)
> <79AB2131-2A6C-F351-38A9-ED58B25534FD>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
> 0x7fff86f91000 - 0x7fff86fcbfff libcups.2.dylib 2.8.0 (compatibility
> 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
> 0x7fff8702d000 - 0x7fff87033ff7 com.apple.CommerceCore 1.0 (9.1)
> <3691E9BA-BCF4-98C7-EFEC-78DA6825004E>
> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
> 0x7fff87549000 - 0x7fff87606fff com.apple.CoreServices.OSServices
> 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> 0x7fff8760e000 - 0x7fff8760eff7 com.apple.Carbon 150 (152)
> <19B37B7B-1594-AD0A-7F14-FA2F85AD7241>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
> 0x7fff8767c000 - 0x7fff87759fff com.apple.vImage 4.1 (4.1)
> <C3F44AA9-6F71-0684-2686-D3BBC903F020>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> 0x7fff8785c000 - 0x7fff87872fef libbsm.0.dylib ??? (???)
> <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
> 0x7fff87873000 - 0x7fff87882fef com.apple.opengl 1.6.13 (1.6.13)
> <516098B3-4517-8A55-64BB-195CDAA5334D>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x7fff87883000 - 0x7fff878cbff7 libvDSP.dylib 268.0.1 (compatibility
> 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
> 0x7fff878cc000 - 0x7fff878cffff com.apple.help 1.3.2 (41.1)
> <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
> 0x7fff878d0000 - 0x7fff87913fef libtidy.A.dylib ??? (???)
> <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
> 0x7fff87aaf000 - 0x7fff87b34ff7 com.apple.print.framework.PrintCore
> 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0x7fff87b35000 - 0x7fff87ed2fe7 com.apple.QuartzCore 1.6.3 (227.37)
> <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD>
> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x7fff87ed3000 - 0x7fff88207fef com.apple.CoreServices.CarbonCore
> 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x7fff88208000 - 0x7fff8820cff7 libmathCommon.A.dylib 315.0.0
> (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5>
> /usr/lib/system/libmathCommon.A.dylib
> 0x7fff8820d000 - 0x7fff88212fff libGIF.dylib ??? (???)
> <95443F88-7D4C-1DEE-A323-A70F7A1B4B0F>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x7fff8834c000 - 0x7fff88377ff7 libxslt.1.dylib 3.24.0
> (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5>
> /usr/lib/libxslt.1.dylib
> 0x7fff8837a000 - 0x7fff8837aff7 com.apple.ApplicationServices 38
> (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> 0x7fff8837b000 - 0x7fff8838dfe7 libsasl2.2.dylib 3.15.0
> (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97>
> /usr/lib/libsasl2.2.dylib
> 0x7fff883a0000 - 0x7fff88461fff libFontParser.dylib ??? (???)
> <A00BB0A7-E46C-1D07-1391-194745566C7E>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
> 0x7fff88688000 - 0x7fff88689fff liblangid.dylib ??? (???)
> <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
> 0x7fff88694000 - 0x7fff88768fe7 com.apple.CFNetwork 454.12.4
> (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
> 0x7fff88950000 - 0x7fff8898dff7 libssl.0.9.8.dylib 0.9.8
> (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D>
> /usr/lib/libssl.0.9.8.dylib
> 0x7fff8898e000 - 0x7fff889eefe7 com.apple.framework.IOKit 2.0 (???)
> <4F071EF0-8260-01E9-C641-830E582FA416>
> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x7fff889ef000 - 0x7fff88a10fff libresolv.9.dylib 41.0.0
> (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62>
> /usr/lib/libresolv.9.dylib
> 0x7fff88a11000 - 0x7fff88a5afef libGLU.dylib ??? (???)
> <1C050088-4AB2-2BC2-62E6-C969F925A945>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x7fff88a5b000 - 0x7fff88aebfff com.apple.SearchKit 1.3.0 (1.3.0)
> <4175DC31-1506-228A-08FD-C704AC9DF642>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
> 0x7fff88aec000 - 0x7fff88f2ffef libLAPACK.dylib 219.0.0
> (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9>
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> 0x7fff89035000 - 0x7fff89035ff7 com.apple.CoreServices 44 (44)
> <DC7400FB-851E-7B8A-5BF6-6F50094302FB>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x7fff89036000 - 0x7fff89077fff com.apple.SystemConfiguration 1.10.8
> (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A>
> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x7fff89078000 - 0x7fff8912dfe7 com.apple.ink.framework 1.3.3 (107)
> <FFC46EE0-3544-A459-2AB9-94778A75E3D4>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
> 0x7fff8912e000 - 0x7fff892ecff7 com.apple.ImageIO.framework 3.0.4
> (3.0.4) <6212CA66-7B18-2AED-6AA8-45185F5D9A03>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x7fff893c8000 - 0x7fff8953ffe7 com.apple.CoreFoundation 6.6.5
> (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC>
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 0x7fff89686000 - 0x7fff896d0ff7 com.apple.Metadata 10.6.3 (507.15)
> <2EF19055-D7AE-4D77-E589-7B71B0BC1E59>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
> 0x7fff896d1000 - 0x7fff89714ff7 libRIP.A.dylib 545.0.0
> (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
> 0x7fff89715000 - 0x7fff89718ff7 com.apple.securityhi 4.0 (36638)
> <38935851-09E4-DDAB-DB1D-30ADC39F7ED0>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
> 0x7fff89719000 - 0x7fff89838fe7 libcrypto.0.9.8.dylib 0.9.8
> (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E>
> /usr/lib/libcrypto.0.9.8.dylib
> 0x7fff89aa3000 - 0x7fff89be1fff com.apple.CoreData 102.1 (251)
> <32233D4D-00B7-CE14-C881-6BF19FD05A03>
> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
> 0x7fff89be2000 - 0x7fff89bfdff7 com.apple.openscripting 1.3.1 (???)
> <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
> 0x7fff89c46000 - 0x7fff89c77fff libGLImage.dylib ??? (???)
> <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x7fff89c78000 - 0x7fff89c7eff7 IOSurface ??? (???)
> <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A>
> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
> 0x7fff89c7f000 - 0x7fff89f01fe7 com.apple.Foundation 6.6.7 (751.62)
> <6F2A5BBF-6990-D561-2928-AD61E94036D9>
> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x7fff89f02000 - 0x7fff89f27ff7 com.apple.CoreVideo 1.6.2 (45.6)
> <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288>
> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> 0x7fff89f28000 - 0x7fff89f2dff7 com.apple.CommonPanels 1.2.4 (91)
> <4D84803B-BD06-D80E-15AE-EFBE43F93605>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
> 0x7fff89f2e000 - 0x7fff89f42ff7 com.apple.speech.synthesis.framework
> 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x7fff89f43000 - 0x7fff89f47ff7 libCGXType.A.dylib 545.0.0
> (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
> 0x7fff89f48000 - 0x7fff89fc5fef libstdc++.6.dylib 7.9.0
> (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C>
> /usr/lib/libstdc++.6.dylib
> 0x7fff8a012000 - 0x7fff8a01ffe7 libCSync.A.dylib 545.0.0
> (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
> 0x7fff8a020000 - 0x7fff8a035ff7 com.apple.LangAnalysis 1.6.6 (1.6.6)
> <DC999B32-BF41-94C8-0583-27D9AB463E8B>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> 0x7fff8a06e000 - 0x7fff8a090ff7 libexpat.1.dylib 7.2.0
> (compatibility 7.0.0) <8EC31253-B585-D05E-F35D-AE3292FB790B>
> /usr/lib/libexpat.1.dylib
> 0x7fff8a192000 - 0x7fff8a1bafff com.apple.DictionaryServices 1.1.2
> (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E>
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> 0x7fff8a1c7000 - 0x7fff8a363fff com.apple.WebKit 6534 (6534.50)
> <05AEA122-3F31-0F56-4AA6-E84140C53785>
> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
> 0x7fff8a364000 - 0x7fff8a366fff com.apple.print.framework.Print 6.1
> (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157>
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
> 0x7fff8a3ea000 - 0x7fff8a407ff7 libPng.dylib ??? (???)
> <4815A8F2-24A0-E783-8A5A-7B4959F562D7>
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x7fff8a408000 - 0x7fff8a41cfff libGL.dylib ??? (???)
> <2ECE3B0F-39E1-3938-BF27-7205C6D0358B>
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x7fff8a41d000 - 0x7fff8a429fff libbz2.1.0.dylib 1.0.5
> (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9>
> /usr/lib/libbz2.1.0.dylib
> 0x7fff8a594000 - 0x7fff8a613fe7 com.apple.audio.CoreAudio 3.2.6
> (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0>
> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x7fff8a614000 - 0x7fff8a634ff7 com.apple.DirectoryService.Framework
> 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586>
> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
> 0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???)
> <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
>
> Model: MacBookPro5,3, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2
> Duo, 2.8 GHz, 4 GB, SMC 1.48f2
> Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
> Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
> Memory Module: global_name
> AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D),
> Broadcom BCM43xx 1.0 (5.10.131.42.4)
> Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
> Network Service: Ethernet, Ethernet, en0
> Network Service: AirPort, AirPort, en1
> Serial ATA Device: FUJITSU MJA2500BH FFS G1, 465.76 GB
> Serial ATA Device: MATSHITADVD-R UJ-868
> USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000 / 2
> USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403,
> 0x26500000 / 2
> USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.),
> 0x0236, 0x04600000 / 3
> USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000 / 2
> USB Device: Optical USB Mouse, 0x046d (Logitech Inc.), 0xc016, 0x06200000 /
> 3
> USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2
> USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8217,
> 0x06110000 / 4
> ========
>
>
>
>
> On 11-07-22 3:03 PM, Edward d'Auvergne wrote:
>>
>> Hi Seb,
>>
>> I now have a Mac OS X machine I can test this out out. This type of
>> bug could actually be any GUI error, so greyed out menus or a
>> unresponsive GUI doesn't say much. When testing the GUI, it is best
>> to run relax using:
>>
>> $ ./relax -gd
>>
>> This will then leave STDOUT and STDERR output to the terminal from
>> where relax was launched, rather than sending the output to the relax
>> controller. Note I have also implemented the framework for GUI tests
>> and already have 3 tests which pass on my GNU/Linux machine. To use
>> this, type:
>>
>> $ ./relax --gui-test
>>
>> These tests are run as part of the full test suite as well, so:
>>
>> $ ./relax -x
>>
>> will test everything. I haven't looked at polishing or even debugging
>> the GUI on Mac OS X or MS Windows yet, as I'm still in the fundamental
>> redesign process. It is getting close though, and the new GUI design
>> is quite different. It should give the flexibility that users
>> require. And it should make it easy to add new analyses to the GUI
>> such as the consistency testing, the reduced spectral density mapping,
>> the N-state model, and the frame order theory (as well as a custom
>> analysis where the user is free to do what ever they like. It is also
>> quite easy to create user functions windows with the infrastructure
>> now built into this branch.
>>
>> Regards,
>>
>> Edward
>>
>>
>> P. S. If you work out how to fix something on a Mac yourself, that
>> information would be quite useful ;)
>>
>>
>>
>> On 22 July 2011 13:39, Sébastien Morin<[email protected]> wrote:
>>>
>>> Hi Edward,
>>>
>>> I just updated my copy of the gui-testing branch and tried it under Mac
>>> OSX.
>>>
>>> If choosing "File / New analysis" and going through the process, after
>>> pressing "Finish", all menu times are gray and relax is unresponsive, as
>>> was
>>> observed before (see bug https://gna.org/bugs/?18197).
>>>
>>> This will prevent the use of relax under Mac OSX...
>>>
>>> Cheers,
>>>
>>>
>>> Séb :)
>>>
>>> --
>>> Sébastien Morin, Ph.D.
>>> Postdoctoral Fellow, S. Grzesiek NMR Laboratory
>>> Department of Structural Biology
>>> Biozentrum, Universität Basel
>>> Klingelbergstrasse 70
>>> 4056 Basel
>>> Switzerland
>>>
>>>
>>> _______________________________________________
>>> relax (http://nmr-relax.com)
>>>
>>> This is the relax-devel mailing list
>>> [email protected]
>>>
>>> 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://nmr-relax.com)
>>
>> This is the relax-devel mailing list
>> [email protected]
>>
>> 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
>
> --
> Sébastien Morin, Ph.D.
> Postdoctoral Fellow, S. Grzesiek NMR Laboratory
> Department of Structural Biology
> Biozentrum, Universität Basel
> Klingelbergstrasse 70
> 4056 Basel
> Switzerland
>
>
_______________________________________________
relax (http://nmr-relax.com)
This is the relax-devel mailing list
[email protected]
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