Hi guys,
I’m just trying to figure out how to push the submitter machine’s environment variables to the slaves for rendering Nuke. After reading up a little online I found the PreLoad.py workflow.
I created the file in my repository’s …/plugins/Nuke folder and pased the below into it (example from the manual):
from System import *
def __main__( *args ):
LogInfo( "Setting TEST to 'test variable'" )
Environment.SetEnvironmentVariable( "EnvVar1", "test variable" )
Now when running Nuke via deadline, the slaves error out with a python error:
I assumed “LogInfo” was part of the System package, but obviously not?!
Anyway, one of my slaves crashes after a few errors (seecrash log below). That particular machine is running osx 10.6.8, Deadline Version: 6.0.0.49761 and Nuke 7.0v2
Still looking for a way to inherit environment variables but will take that one over to the general discussion forum.
Cheers,
frank
Process: mono [6234]
Path: /Applications/Thinkbox/Deadline6/DeadlineSlave.app/DeadlineSlave
Identifier: net.deadline.DeadlineSlave
Version: ??? (1.0)
Code Type: X86 (Native)
Parent Process: mono [259]
Date/Time: 2013-01-14 17:22:02.537 +1300
OS Version: Mac OS X 10.6.8 (10K549)
Report Version: 6
Interval Since Last Report: 14602608 sec
Crashes Since Last Report: 819
Per-App Interval Since Last Report: 32580 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: CFA2DAFF-F8B6-402E-8603-4E38587836AE
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 2
Application Specific Information:
abort() called
Thread 0: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0xffff0269 __spin_lock + 9
1 libSystem.B.dylib 0x91b5e3f8 pthread_cond_wait$UNIX2003 + 73
2 libpython2.6.dylib 0x02d74a5c PyThread_acquire_lock + 124
3 libpython2.6.dylib 0x02d4a1f9 PyEval_RestoreThread + 73
4 QtGui.so 0x044486aa meth_QLineEdit_setText + 186
5 libpython2.6.dylib 0x02cf1a6c PyCFunction_Call + 92
6 libpython2.6.dylib 0x02d4735d PyEval_EvalFrameEx + 14333
7 libpython2.6.dylib 0x02d49fbd PyEval_EvalCodeEx + 1965
8 libpython2.6.dylib 0x02cdfa99 function_call + 361
9 libpython2.6.dylib 0x02cb84d1 PyObject_Call + 97
10 libpython2.6.dylib 0x02cc9f2e instancemethod_call + 462
11 libpython2.6.dylib 0x02cb84d1 PyObject_Call + 97
12 libpython2.6.dylib 0x02d430be PyEval_CallObjectWithKeywords + 174
13 sip.so 0x04b199d5 sip_api_invoke_slot + 731
14 QtCore.so 0x04c4c325 PyQtProxy::invokeSlot(qpycore_slot const&, void**) + 191
15 QtCore.so 0x04c4c636 PyQtProxy::unislot(void**) + 118
16 QtCore.so 0x04c4c71b PyQtProxy::qt_metacall(QMetaObject::Call, int, void**) + 109
17 QtCore 0x0406d3ef QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1521
18 QtCore 0x040bad49 QTimer::timeout() + 49
19 QtCore.so 0x04b57559 sipQTimer::timerEvent(QTimerEvent*) + 93
20 QtCore 0x0406c788 QObject::event(QEvent*) + 60
21 QtCore.so 0x04b574c9 sipQTimer::event(QEvent*) + 93
22 QtGui 0x03426a0a QApplicationPrivate::notify_helper(QObject*, QEvent*) + 308
23 QtGui 0x03426cbe QApplication::notify(QObject*, QEvent*) + 656
24 QtGui.so 0x045d979c sipQApplication::notify(QObject*, QEvent*) + 100
25 QtCore 0x04057ee6 QCoreApplication::notifyInternal(QObject*, QEvent*) + 96
26 QtGui 0x034261c6 qt_sendSpontaneousEvent(QObject*, QEvent*) + 54
27 QtGui 0x033dda79 QEventDispatcherMacPrivate::activateTimer(__CFRunLoopTimer*, void*) + 201
28 com.apple.CoreFoundation 0x96669a3b __CFRunLoopRun + 8059
29 com.apple.CoreFoundation 0x966673c4 CFRunLoopRunSpecific + 452
30 com.apple.CoreFoundation 0x966671f1 CFRunLoopRunInMode + 97
31 com.apple.HIToolbox 0x99a5fe04 RunCurrentEventLoopInMode + 392
32 com.apple.HIToolbox 0x99a5fbb9 ReceiveNextEventCommon + 354
33 com.apple.HIToolbox 0x99a5fa3e BlockUntilNextEventMatchingListInMode + 81
34 com.apple.AppKit 0x99171595 DPSNextEvent + 847
35 com.apple.AppKit 0x99170dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
36 com.apple.AppKit 0x991331f3 -[NSApplication run] + 821
37 QtGui 0x033df1ca QEventDispatcherMac::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 956
38 QtCore 0x04055260 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 494
39 QtCore 0x04058667 QCoreApplication::exec() + 179
40 QtGui.so 0x045da55c meth_QApplication_exec + 92
41 libpython2.6.dylib 0x02cf1a6c PyCFunction_Call + 92
42 libpython2.6.dylib 0x02d4735d PyEval_EvalFrameEx + 14333
43 libpython2.6.dylib 0x02d4a100 fast_function + 176
44 libpython2.6.dylib 0x02d473fd PyEval_EvalFrameEx + 14493
45 libpython2.6.dylib 0x02d4a100 fast_function + 176
46 libpython2.6.dylib 0x02d473fd PyEval_EvalFrameEx + 14493
47 libpython2.6.dylib 0x02d49fbd PyEval_EvalCodeEx + 1965
48 libpython2.6.dylib 0x02d4a047 PyEval_EvalCode + 87
49 libpython2.6.dylib 0x02d5d273 PyImport_ExecCodeModuleEx + 243
50 libpython2.6.dylib 0x02d5dc70 PyImport_ExecCodeModule + 32
51 ??? 0x196d68c8 0 + 426600648
52 ??? 0x196d6718 0 + 426600216
53 ??? 0x196d6270 0 + 426599024
54 ??? 0x196d5acc 0 + 426597068
55 ??? 0x196d5a74 0 + 426596980
56 ??? 0x004d1150 0 + 5050704
57 ??? 0x004d2ab6 0 + 5057206
58 DeadlineSlave 0x0000d002 mono_jit_runtime_invoke + 722 (mini.c:5813)
59 DeadlineSlave 0x001a849a mono_runtime_invoke + 170 (object.c:2788)
60 DeadlineSlave 0x001aafbc mono_runtime_exec_main + 620 (object.c:3964)
61 DeadlineSlave 0x001aa221 mono_runtime_run_main + 929 (object.c:3594)
62 DeadlineSlave 0x0006a795 mono_jit_exec + 149 (driver.c:934)
63 DeadlineSlave 0x0006cd29 mono_main + 9609 (driver.c:1858)
64 DeadlineSlave 0x00001ef9 main + 553 (main.c:120)
65 DeadlineSlave 0x00001c85 start + 53
Thread 1:
0 libSystem.B.dylib 0x91b2eafa mach_msg_trap + 10
1 libSystem.B.dylib 0x91b2f267 mach_msg + 68
2 DeadlineSlave 0x000d9e0a mach_exception_thread + 90 (mini-darwin.c:129)
3 DeadlineSlave 0x0026fd68 GC_start_routine + 120 (pthread_support.c:1468)
4 libSystem.B.dylib 0x91b5c259 _pthread_start + 345
5 libSystem.B.dylib 0x91b5c0de thread_start + 34
Thread 2 Crashed:
0 libSystem.B.dylib 0x91b9c0ee __semwait_signal_nocancel + 10
1 libSystem.B.dylib 0x91b9bfd2 nanosleep$NOCANCEL$UNIX2003 + 166
2 libSystem.B.dylib 0x91c16fb2 usleep$NOCANCEL$UNIX2003 + 61
3 libSystem.B.dylib 0x91c386f0 abort + 105
4 DeadlineSlave 0x00095bd0 mono_handle_native_sigsegv + 624 (mini-exceptions.c:2156)
5 DeadlineSlave 0x00004c48 mono_sigsegv_signal_handler + 248 (mini.c:5942)
6 libSystem.B.dylib 0x91b9505b _sigtramp + 43
7 ??? 0xffffffff 0 + 4294967295
8 ??? 0x02ee9609 0 + 49190409
9 ??? 0x02cad9d1 0 + 46848465
10 ??? 0x1df5622c 0 + 502620716
11 ??? 0x1df561c4 0 + 502620612
12 ??? 0x0424cca9 0 + 69520553
13 DeadlineSlave 0x00122ee4 mono_gc_run_finalize + 964 (gc.c:227)
14 DeadlineSlave 0x00264ab3 GC_invoke_finalizers + 179 (finalize.c:789)
15 DeadlineSlave 0x000eaeb5 mono_gc_invoke_finalizers + 21 (boehm-gc.c:542)
16 DeadlineSlave 0x00125073 finalizer_thread + 579 (gc.c:1116)
17 DeadlineSlave 0x001eef61 start_wrapper_internal + 641 (threads.c:784)
18 DeadlineSlave 0x001ef057 start_wrapper + 23 (threads.c:832)
19 DeadlineSlave 0x0023599e thread_start_routine + 206 (wthreads.c:287)
20 DeadlineSlave 0x0026fd68 GC_start_routine + 120 (pthread_support.c:1468)
21 libSystem.B.dylib 0x91b5c259 _pthread_start + 345
22 libSystem.B.dylib 0x91b5c0de thread_start + 34
Thread 3: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x91b55382 kevent + 10
1 libSystem.B.dylib 0x91b55a9c _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x91b54f59 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x91b54cfe _dispatch_worker_thread2 + 240
4 libSystem.B.dylib 0x91b54781 _pthread_wqthread + 390
5 libSystem.B.dylib 0x91b545c6 start_wqthread + 30
Thread 4:
0 libSystem.B.dylib 0x91b5caa2 __semwait_signal + 10
1 libSystem.B.dylib 0x91b5c75e _pthread_cond_wait + 1191
2 libSystem.B.dylib 0x91b5c2b1 pthread_cond_timedwait$UNIX2003 + 72
3 DeadlineSlave 0x0021abfc wapi_handle_timedwait_signal_handle + 556 (handles.c:1653)
4 DeadlineSlave 0x00233335 WaitForSingleObjectEx + 693 (wait.c:205)
5 DeadlineSlave 0x001f11db mono_wait_uninterrupted + 187 (threads.c:1560)
6 DeadlineSlave 0x001f15b7 ves_icall_System_Threading_WaitHandle_WaitOne_internal + 135 (threads.c:1693)
7 ??? 0x03123f30 0 + 51527472
8 ??? 0x03123c40 0 + 51526720
9 ??? 0x03123af1 0 + 51526385
10 ??? 0x031227d3 0 + 51521491
11 ??? 0x031217b2 0 + 51517362
12 ??? 0x01ac2f41 0 + 28061505
13 DeadlineSlave 0x0000d002 mono_jit_runtime_invoke + 722 (mini.c:5813)
14 DeadlineSlave 0x001a849a mono_runtime_invoke + 170 (object.c:2788)
15 DeadlineSlave 0x001a9d12 mono_runtime_delegate_invoke + 146 (object.c:3454)
16 DeadlineSlave 0x001eefb6 start_wrapper_internal + 726 (threads.c:800)
17 DeadlineSlave 0x001ef057 start_wrapper + 23 (threads.c:832)
18 DeadlineSlave 0x0023599e thread_start_routine + 206 (wthreads.c:287)
19 DeadlineSlave 0x0026fd68 GC_start_routine + 120 (pthread_support.c:1468)
20 libSystem.B.dylib 0x91b5c259 _pthread_start + 345
21 libSystem.B.dylib 0x91b5c0de thread_start + 34
Thread 5:
0 libSystem.B.dylib 0x91b5caa2 __semwait_signal + 10
1 libSystem.B.dylib 0x91b889c5 nanosleep$UNIX2003 + 188
2 DeadlineSlave 0x00236aee SleepEx + 222 (wthreads.c:1026)
3 DeadlineSlave 0x001ea96a monitor_thread + 122 (threadpool.c:783)
4 DeadlineSlave 0x001eef61 start_wrapper_internal + 641 (threads.c:784)
5 DeadlineSlave 0x001ef057 start_wrapper + 23 (threads.c:832)
6 DeadlineSlave 0x0023599e thread_start_routine + 206 (wthreads.c:287)
7 DeadlineSlave 0x0026fd68 GC_start_routine + 120 (pthread_support.c:1468)
8 libSystem.B.dylib 0x91b5c259 _pthread_start + 345
9 libSystem.B.dylib 0x91b5c0de thread_start + 34
Thread 6:
0 libSystem.B.dylib 0x91b2eb4e semaphore_timedwait_trap + 10
1 DeadlineSlave 0x00244d5d mono_sem_timedwait + 365 (mono-semaphore.c:76)
2 DeadlineSlave 0x001ecef0 async_invoke_thread + 1504 (threadpool.c:1502)
3 DeadlineSlave 0x001eef61 start_wrapper_internal + 641 (threads.c:784)
4 DeadlineSlave 0x001ef057 start_wrapper + 23 (threads.c:832)
5 DeadlineSlave 0x0023599e thread_start_routine + 206 (wthreads.c:287)
6 DeadlineSlave 0x0026fd68 GC_start_routine + 120 (pthread_support.c:1468)
7 libSystem.B.dylib 0x91b5c259 _pthread_start + 345
8 libSystem.B.dylib 0x91b5c0de thread_start + 34
Thread 7:
0 libSystem.B.dylib 0x91b55382 kevent + 10
1 DeadlineSlave 0x001e8a41 tp_kqueue_wait + 177 (tpool-kqueue.c:99)
2 DeadlineSlave 0x001eef61 start_wrapper_internal + 641 (threads.c:784)
3 DeadlineSlave 0x001ef057 start_wrapper + 23 (threads.c:832)
4 DeadlineSlave 0x0023599e thread_start_routine + 206 (wthreads.c:287)
5 DeadlineSlave 0x0026fd68 GC_start_routine + 120 (pthread_support.c:1468)
6 libSystem.B.dylib 0x91b5c259 _pthread_start + 345
7 libSystem.B.dylib 0x91b5c0de thread_start + 34
Thread 8:
0 libSystem.B.dylib 0x91b2eb4e semaphore_timedwait_trap + 10
1 DeadlineSlave 0x00244d5d mono_sem_timedwait + 365 (mono-semaphore.c:76)
2 DeadlineSlave 0x001ecef0 async_invoke_thread + 1504 (threadpool.c:1502)
3 DeadlineSlave 0x001eef61 start_wrapper_internal + 641 (threads.c:784)
4 DeadlineSlave 0x001ef057 start_wrapper + 23 (threads.c:832)
5 DeadlineSlave 0x0023599e thread_start_routine + 206 (wthreads.c:287)
6 DeadlineSlave 0x0026fd68 GC_start_routine + 120 (pthread_support.c:1468)
7 libSystem.B.dylib 0x91b5c259 _pthread_start + 345
8 libSystem.B.dylib 0x91b5c0de thread_start + 34
Thread 9:
0 libSystem.B.dylib 0x91b39e42 open$UNIX2003 + 10
1 DeadlineSlave 0x0021b96c wapi_open + 108 (io-portability.c:43)
2 DeadlineSlave 0x0021f59a CopyFile + 538 (io.c:2069)
3 DeadlineSlave 0x00121817 ves_icall_System_IO_MonoIO_CopyFile + 103 (file-io.c:633)
4 ??? 0x1c1e424c 0 + 471745100
5 ??? 0x1c1e3d34 0 + 471743796
6 ??? 0x1c1e3ba0 0 + 471743392
7 ??? 0x1c577678 0 + 475494008
8 ??? 0x1c577128 0 + 475492648
9 ??? 0x1c577061 0 + 475492449
10 ??? 0x1df55dc4 0 + 502619588
11 ??? 0x1df55020 0 + 502616096
12 ??? 0x1dd9a928 0 + 500803880
13 ??? 0x1dd82388 0 + 500704136
14 ??? 0x1d4fa88c 0 + 491759756
15 ??? 0x031217b2 0 + 51517362
16 ??? 0x01ac2f41 0 + 28061505
17 DeadlineSlave 0x0000d002 mono_jit_runtime_invoke + 722 (mini.c:5813)
18 DeadlineSlave 0x001a849a mono_runtime_invoke + 170 (object.c:2788)
19 DeadlineSlave 0x001a9d12 mono_runtime_delegate_invoke + 146 (object.c:3454)
20 DeadlineSlave 0x001eefb6 start_wrapper_internal + 726 (threads.c:800)
21 DeadlineSlave 0x001ef057 start_wrapper + 23 (threads.c:832)
22 DeadlineSlave 0x0023599e thread_start_routine + 206 (wthreads.c:287)
23 DeadlineSlave 0x0026fd68 GC_start_routine + 120 (pthread_support.c:1468)
24 libSystem.B.dylib 0x91b5c259 _pthread_start + 345
25 libSystem.B.dylib 0x91b5c0de thread_start + 34
Thread 10:
0 libSystem.B.dylib 0x91b5caa2 __semwait_signal + 10
1 libSystem.B.dylib 0x91b889c5 nanosleep$UNIX2003 + 188
2 DeadlineSlave 0x00236aee SleepEx + 222 (wthreads.c:1026)
3 DeadlineSlave 0x001f050f ves_icall_System_Threading_Thread_Sleep_internal + 63 (threads.c:1320)
4 ??? 0x1a9dffe4 0 + 446562276
5 ??? 0x1a9dff60 0 + 446562144
6 ??? 0x1d4f8b04 0 + 491752196
7 ??? 0x031217b2 0 + 51517362
8 ??? 0x01ac2f41 0 + 28061505
9 DeadlineSlave 0x0000d002 mono_jit_runtime_invoke + 722 (mini.c:5813)
10 DeadlineSlave 0x001a849a mono_runtime_invoke + 170 (object.c:2788)
11 DeadlineSlave 0x001a9d12 mono_runtime_delegate_invoke + 146 (object.c:3454)
12 DeadlineSlave 0x001eefb6 start_wrapper_internal + 726 (threads.c:800)
13 DeadlineSlave 0x001ef057 start_wrapper + 23 (threads.c:832)
14 DeadlineSlave 0x0023599e thread_start_routine + 206 (wthreads.c:287)
15 DeadlineSlave 0x0026fd68 GC_start_routine + 120 (pthread_support.c:1468)
16 libSystem.B.dylib 0x91b5c259 _pthread_start + 345
17 libSystem.B.dylib 0x91b5c0de thread_start + 34
Thread 11:
0 libSystem.B.dylib 0x91b5caa2 __semwait_signal + 10
1 libSystem.B.dylib 0x91b889c5 nanosleep$UNIX2003 + 188
2 DeadlineSlave 0x00236aee SleepEx + 222 (wthreads.c:1026)
3 DeadlineSlave 0x001f050f ves_icall_System_Threading_Thread_Sleep_internal + 63 (threads.c:1320)
4 ??? 0x1a9dffe4 0 + 446562276
5 ??? 0x1a9dff60 0 + 446562144
6 ??? 0x1dd7f10c 0 + 500691212
7 ??? 0x031217b2 0 + 51517362
8 ??? 0x01ac2f41 0 + 28061505
9 DeadlineSlave 0x0000d002 mono_jit_runtime_invoke + 722 (mini.c:5813)
10 DeadlineSlave 0x001a849a mono_runtime_invoke + 170 (object.c:2788)
11 DeadlineSlave 0x001a9d12 mono_runtime_delegate_invoke + 146 (object.c:3454)
12 DeadlineSlave 0x001eefb6 start_wrapper_internal + 726 (threads.c:800)
13 DeadlineSlave 0x001ef057 start_wrapper + 23 (threads.c:832)
14 DeadlineSlave 0x0023599e thread_start_routine + 206 (wthreads.c:287)
15 DeadlineSlave 0x0026fd68 GC_start_routine + 120 (pthread_support.c:1468)
16 libSystem.B.dylib 0x91b5c259 _pthread_start + 345
17 libSystem.B.dylib 0x91b5c0de thread_start + 34
Thread 2 crashed with X86 Thread State (32-bit):
eax: 0x0000003c ebx: 0x91b9bf39 ecx: 0xb01823dc edx: 0x91b9c0ee
edi: 0x00001899 esi: 0xb0182438 ebp: 0xb0182418 esp: 0xb01823dc
ss: 0x0000001f efl: 0x00000247 eip: 0x91b9c0ee cs: 0x00000007
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x0065de98
Binary Images:
0x1000 - 0x319ff5 +DeadlineSlave ??? (???) <9B493D74-0822-3910-B47B-618FED595B0A> /Applications/Thinkbox/Deadline6/DeadlineSlave.app/DeadlineSlave
0x7f3000 - 0x7f6ff8 +strop.so ??? (???) <571E77A8-E79C-309A-8978-93AC7C084693> /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/strop.so
0x7fb000 - 0x7fcff5 +cStringIO.so ??? (???) /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cStringIO.so
0x1ffd000 - 0x1ffdffc +_functools.so ??? (???) <46B91D8E-A589-341D-8428-31308756EF65> /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_functools.so
0x28f7000 - 0x28f9fe8 +binascii.so ??? (???) <53C0F88E-D1A8-3D8F-AF8A-34BAA944A915> /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/binascii.so
0x2caf000 - 0x2db2fff +libpython2.6.dylib 2.6.0 (compatibility 2.6.0) /Applications/Thinkbox/Deadline6/DeadlineSlave.app/Contents/Resources/libpython2.6.dylib
0x2ef9000 - 0x2efbffc +_collections.so ??? (???) <81BA9E00-9D6E-3783-AE3C-BD6B03C69FB5> /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_collections.so
0x3183000 - 0x32fefe7 +libQtCommercialChart.1.dylib ??? (???) <6DF4A8D8-7324-3AC6-B666-489B23E8AD08> /Applications/Thinkbox/Deadline6/DeadlineSlave.app/Contents/Resources/libQtCommercialChart.1.dylib
0x33a1000 - 0x3d06fe7 +QtGui 4.8.3 (compatibility 4.8.0) /Applications/Thinkbox/Deadline6/DeadlineSlave.app/Contents/Resources/Frameworks/QtGui.framework/Versions/4/QtGui
0x3f3c000 - 0x41c0fff +QtCore 4.8.3 (compatibility 4.8.0) <418D377E-77C8-3A69-BA4A-4DE4A2CC37FE> /Applications/Thinkbox/Deadline6/DeadlineSlave.app/Contents/Resources/Frameworks/QtCore.framework/Versions/4/QtCore
0x4254000 - 0x478cfe3 +QtGui.so ??? (???) <1CB828DB-D649-3D89-AE57-5D5155B980AF> /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/PyQt4/QtGui.so
0x4b0f000 - 0x4b1cff7 +sip.so ??? (???) /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sip.so
0x4b23000 - 0x4cc2feb +QtCore.so ??? (???) /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/PyQt4/QtCore.so
0x51cc000 - 0x51cfff6 +_struct.so ??? (???) /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_struct.so
0x51d6000 - 0x51e2ff4 +cPickle.so ??? (???) /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cPickle.so
0x51e9000 - 0x51ecffa +operator.so ??? (???) /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/operator.so
0x51f2000 - 0x51f3ff4 +time.so ??? (???) <466498AF-5F7A-30CE-8B19-9495C8D8F288> /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/time.so
0x5500000 - 0x554afe3 +QtChart.so ??? (???) <9EF49FE7-D709-3CD4-981F-DE73ED15B94A> /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/PyQt4/QtChart.so
0x7cf6000 - 0x7cf8ff9 +select.so ??? (???) <2961FA4D-761C-3C95-BCD4-E74165FCCB9F> /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/select.so
0x18bfb000 - 0x18bfcffa +fcntl.so ??? (???) <35B68229-0E8A-3E4D-AC81-748373BF8410> /Applications/Thinkbox/Deadline6/Resources/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/fcntl.so
0x1a6e3000 - 0x1a6e9ff7 +libqico.dylib ??? (???) <9666262E-A9DD-375E-827D-694FF818764F> /Applications/Thinkbox/Deadline6/Resources/plugins/imageformats/libqico.dylib
0x1a920000 - 0x1a926fff +libqgif.dylib ??? (???) /Applications/Thinkbox/Deadline6/Resources/plugins/imageformats/libqgif.dylib
0x1a92b000 - 0x1a95ffe7 +libqjpeg.dylib ??? (???) <2C46779A-8A76-3FCC-9DA0-ECC5B38F4118> /Applications/Thinkbox/Deadline6/Resources/plugins/imageformats/libqjpeg.dylib
0x1a968000 - 0x1a9aefe7 +libqmng.dylib ??? (???) <592E666B-7791-311D-B0B6-51ADE7188B30> /Applications/Thinkbox/Deadline6/Resources/plugins/imageformats/libqmng.dylib
0x1a9be000 - 0x1a9c3fff +libqsvg.dylib ??? (???) <1648AF14-3A17-3D76-80E7-BF35C94F987E> /Applications/Thinkbox/Deadline6/Resources/plugins/imageformats/libqsvg.dylib
0x1a9c8000 - 0x1a9ccff7 +libqtga.dylib ??? (???) /Applications/Thinkbox/Deadline6/Resources/plugins/imageformats/libqtga.dylib
0x1ab00000 - 0x1ab4afeb +QtSvg 4.8.3 (compatibility 4.8.0) <72F74E9C-E968-38AB-BCCC-81CBA40726BD> /Applications/Thinkbox/Deadline6/DeadlineSlave.app/Contents/Resources/Frameworks/QtSvg.framework/Versions/4/QtSvg
0x1ab65000 - 0x1abc2ffb +QtXml 4.8.3 (compatibility 4.8.0) /Applications/Thinkbox/Deadline6/DeadlineSlave.app/Contents/Resources/Frameworks/QtXml.framework/Versions/4/QtXml
0x1abde000 - 0x1ac2dfff +libqtiff.dylib ??? (???) /Applications/Thinkbox/Deadline6/Resources/plugins/imageformats/libqtiff.dylib
0x8fe00000 - 0x8fe4163b dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
0x90064000 - 0x90068ff7 IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x900f1000 - 0x901c2fe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x901c3000 - 0x901c3ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x901c4000 - 0x901cdff7 com.apple.DiskArbitration 2.3 (2.3) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x901ce000 - 0x901d8fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x901d9000 - 0x901f9fe7 libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
0x901fa000 - 0x9023bff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x908b8000 - 0x90964fe7 com.apple.CFNetwork 454.12.4 (454.12.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x918b9000 - 0x918b9ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x918ba000 - 0x91957fe3 com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91958000 - 0x91a4cff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
0x91a4d000 - 0x91b2dfe7 com.apple.vImage 4.1 (4.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91b2e000 - 0x91cd5ff7 libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
0x91d52000 - 0x91dedfe7 com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x91edb000 - 0x91f0cff7 libGLImage.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x91f15000 - 0x92280ff7 com.apple.QuartzCore 1.6.3 (227.37) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x92281000 - 0x92295ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9229e000 - 0x92318fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9337d000 - 0x9338eff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x93487000 - 0x934cbff3 com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x935fa000 - 0x9360efe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x93631000 - 0x9363ffe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
0x93640000 - 0x93960ff3 com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x93961000 - 0x93a61fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x93bd4000 - 0x93c24ff7 com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x93c25000 - 0x93e96fef com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x93f48000 - 0x93f4efe7 com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x93f4f000 - 0x93f61ff7 com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x93fa3000 - 0x93faaff3 com.apple.print.framework.Print 6.1 (237.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x93fab000 - 0x93fc0fff com.apple.ImageCapture 6.1 (6.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x93fc2000 - 0x93fc2ff7 liblangid.dylib ??? (???) /usr/lib/liblangid.dylib
0x944c8000 - 0x944c9ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9460f000 - 0x94611ff7 libRadiance.dylib ??? (???) <5F803B4A-B294-BA94-FB68-E8756EE41B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x946de000 - 0x9479afff com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9482f000 - 0x9483aff7 libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x94992000 - 0x94992ff7 com.apple.Carbon 150 (152) <095157D7-B4EE-F73D-72E9-6C5EF55C55E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x94993000 - 0x94a2bfe7 edu.mit.Kerberos 6.5.11 (6.5.11) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x94d6e000 - 0x94dc1ff7 com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x94dc2000 - 0x94e08ff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
0x94e22000 - 0x94e3aff7 com.apple.CFOpenDirectory 10.6 (10.6) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x94e81000 - 0x94e87fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x94f16000 - 0x94f3cffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x94f3d000 - 0x94f70fff libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x955a6000 - 0x955c4fe7 libPng.dylib ??? (???) <5B979A83-8CE7-6BD7-B84C-A2D1119B378D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9560c000 - 0x95610ff7 libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x95611000 - 0x95675ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x956c5000 - 0x95734ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x95768000 - 0x957eaffb SecurityFoundation ??? (???) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9582c000 - 0x9586eff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9586f000 - 0x9591dff3 com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9591e000 - 0x95920ff7 com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x95921000 - 0x95982fe7 com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x95983000 - 0x95be9ff7 com.apple.security 6.1.2 (55002) <3FA54D69-5476-78DD-0AFC-D6697263890E> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x95c24000 - 0x95d61fe7 com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x95dc5000 - 0x95de7fef com.apple.DirectoryService.Framework 3.6 (621.15) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x95de8000 - 0x95de8ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x96449000 - 0x9654bfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
0x9654c000 - 0x96605fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
0x96606000 - 0x9662aff7 libJPEG.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9662b000 - 0x967a6fe7 com.apple.CoreFoundation 6.6.6 (550.44) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x967a7000 - 0x967a7ff7 com.apple.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x967a8000 - 0x967b6ff7 com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x967b7000 - 0x967baff7 libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x967bb000 - 0x967bcff7 com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9689f000 - 0x96a62feb com.apple.ImageIO.framework 3.0.6 (3.0.6) <5BF202E9-730A-3675-4374-E5300BC8ED10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96b94000 - 0x96bf1ff7 com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x96bf2000 - 0x96bf7ff7 com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x96c3c000 - 0x96ce4ffb com.apple.QD 3.36 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x96ce5000 - 0x96d29fe7 com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x971e6000 - 0x971f1ff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x972b6000 - 0x972b9ffb com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x972ba000 - 0x972c4ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x972c5000 - 0x972d5ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) /usr/lib/libsasl2.2.dylib
0x972d6000 - 0x973a1fef com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x974f5000 - 0x97516fe7 com.apple.opencl 12.3.6 (12.3.6) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x97517000 - 0x975a9fe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x975aa000 - 0x975aeff7 libGIF.dylib ??? (???) <9E51F8ED-83B4-DA41-1E2F-CFA726936A30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x975eb000 - 0x976f7fe7 libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x976f8000 - 0x97732ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) /usr/lib/libcups.2.dylib
0x97733000 - 0x9774ffe3 com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x977c1000 - 0x977ceff7 com.apple.NetFS 3.2.2 (3.2.2) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x977cf000 - 0x977d2fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x977d3000 - 0x977f2ff7 com.apple.CoreVideo 1.6.2 (45.6) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x977f3000 - 0x97c09ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x97fea000 - 0x9806afeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x981df000 - 0x9830dfe7 com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9859f000 - 0x985d2ff7 com.apple.AE 496.5 (496.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x985d3000 - 0x985dfff7 libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
0x985e0000 - 0x98dcf557 com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x98f55000 - 0x98fa5fe7 libTIFF.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x98fa6000 - 0x99128fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <50A70082-F800-93D8-1A7C-C95AAB1F352C> /usr/lib/libicucore.A.dylib
0x99129000 - 0x99a0cff7 com.apple.AppKit 6.6.8 (1038.36) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x99a2b000 - 0x99d4ffef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x99e57000 - 0x99ec1fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x99f10000 - 0x99f4dff7 com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9a17a000 - 0x9a254fff com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9a266000 - 0x9a2a9ff7 libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9a2d5000 - 0x9a382fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
0x9a404000 - 0x9a404ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9a43c000 - 0x9a47fff7 com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9a480000 - 0x9a4a8ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) /usr/lib/libxslt.1.dylib
0x9a530000 - 0x9a56bffb libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9a576000 - 0x9a579ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9a5ff000 - 0x9a6b7feb libFontParser.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x9a6bb000 - 0x9a708feb com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x9a735000 - 0x9ab6aff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
Model: iMac11,3, BootROM IM112.0057.B00, 4 processors, Intel Core i7, 2.93 GHz, 16 GB, SMC 1.59f2
Graphics: ATI Radeon HD 5750, ATI Radeon HD 5750, PCIe, 1024 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.6
Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: WDC WD1001FALS-40Y6A0, 931.51 GB
Serial ATA Device: HL-DT-STDVDRW GA32N, 7.03 GB
USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000 / 2
USB Device: CTE-450, 0x056a (WACOM Co., Ltd.), 0x0017, 0xfa140000 / 5
USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000 / 4
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 3
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000 / 6
USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2
USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfd130000 / 5
USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0220, 0xfd132000 / 6
USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000 / 4
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000 / 3
FireWire Device: OEM ATA Device 00, OEM, Up to 800 Mb/sec