[SciPy-User] ANN: Pyzo distro 2013b

Jerry lanceboyle at qwest.net
Sun Mar 17 19:47:13 EDT 2013


Here's the crash log.


Process:         pyzo [14506]
Path:            /Applications/Programming/*/pyzo.app/Contents/MacOS/pyzo
Identifier:      pyzo
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  launchd [295]

Date/Time:       2013-03-16 20:20:50.983 -0700
OS Version:      Mac OS X 10.7.5 (11G63b)
Report Version:  9

Crashed Thread:  4

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000038

VM Regions Near 0x38:
--> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Programming/*/pyzo.app/Contents/MacOS/pyzo
    __TEXT                 0000000000001000-0000000000004000 [   12K] r-x/rwx SM=COW  /Applications/Programming/*/pyzo.app/Contents/MacOS/pyzo

Application Specific Information:
objc[14506]: garbage collection is OFF

Thread 0:: Dispatch queue: com.apple.main-thread
0   QtCore                        	0x01e1f870 qGetCharAttributes(unsigned short const*, unsigned int, HB_ScriptItem const*, unsigned int, HB_CharAttributes*) + 0
1   QtGui                         	0x03fd7a99 QTextEngine::attributes() const + 633
2   QtGui                         	0x03fe30e8 QTextLine::layout_helper(int) + 584
3   QtGui                         	0x04238bc6 QPlainTextDocumentLayout::layoutBlock(QTextBlock const&) + 486
4   QtGui                         	0x0423a554 QPlainTextDocumentLayout::blockBoundingRect(QTextBlock const&) const + 420
5   QtGui                         	0x0423ba0c QPlainTextEditPrivate::_q_adjustScrollbars() + 988
6   QtCore                        	0x01ece63f QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1407
7   QtGui                         	0x03fc063e QTextControl::documentSizeChanged(QSizeF const&) + 62
8   QtGui                         	0x03fc70d0 QTextControl::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 480
9   QtCore                        	0x01ec962f QMetaCallEvent::placeMetaCall(QObject*) + 47
10  QtCore                        	0x01ecabd7 QObject::event(QEvent*) + 983
11  QtGui                         	0x03fc0398 QTextControl::event(QEvent*) + 24
12  QtGui                         	0x03d94c5c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 188
13  QtGui                         	0x03d99863 QApplication::notify(QObject*, QEvent*) + 1187
14  QtGui.so                      	0x03076c14 QApplicationWrapper::notify(QObject*, QEvent*) + 292
15  QtCore                        	0x01eb69dc QCoreApplication::notifyInternal(QObject*, QEvent*) + 108
16  QtCore                        	0x01eb7df8 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 664
17  QtGui                         	0x03d4b66f QEventDispatcherMacPrivate::postedEventsSourcePerformCallback(void*) + 175
18  com.apple.CoreFoundation      	0x94a3c13f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
19  com.apple.CoreFoundation      	0x94a3baf6 __CFRunLoopDoSources0 + 246
20  com.apple.CoreFoundation      	0x94a659c8 __CFRunLoopRun + 1112
21  com.apple.CoreFoundation      	0x94a651dc CFRunLoopRunSpecific + 332
22  com.apple.CoreFoundation      	0x94a65088 CFRunLoopRunInMode + 120
23  com.apple.HIToolbox           	0x90c10543 RunCurrentEventLoopInMode + 318
24  com.apple.HIToolbox           	0x90c178ab ReceiveNextEventCommon + 381
25  com.apple.HIToolbox           	0x90c1771a BlockUntilNextEventMatchingListInMode + 88
26  com.apple.AppKit              	0x990e8ee8 _DPSNextEvent + 678
27  com.apple.AppKit              	0x990e8752 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
28  com.apple.AppKit              	0x990e4ac1 -[NSApplication run] + 911
29  QtGui                         	0x03d4b0ca QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1786
30  QtCore                        	0x01eb5891 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
31  QtCore                        	0x01eb5c6a QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 314
32  QtCore                        	0x01eb8346 QCoreApplication::exec() + 182
33  QtGui.so                      	0x03075923 Sbk_QApplicationFunc_exec_ + 83
34  libpython                     	0x0027293a PyEval_EvalFrameEx + 28042
35  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
36  libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
37  libpython                     	0x00273ecf PyEval_EvalCode + 95
38  libpython                     	0x00269050 builtin_exec + 224
39  libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
40  libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
41  libpython                     	0x00273ecf PyEval_EvalCode + 95
42  pyzo                          	0x00002c55 main + 2261
43  pyzo                          	0x000021f5 start + 53

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x9bad290a kevent + 10
1   libdispatch.dylib             	0x975dee04 _dispatch_mgr_invoke + 969
2   libdispatch.dylib             	0x975dd853 _dispatch_mgr_thread + 53

Thread 2:
0   libsystem_kernel.dylib        	0x9bad183e __psynch_cvwait + 10
1   libsystem_c.dylib             	0x9b222e21 _pthread_cond_wait + 827
2   libsystem_c.dylib             	0x9b1d33e0 pthread_cond_timedwait$UNIX2003 + 70
3   libpython                     	0x002a2b56 PyThread_acquire_lock_timed + 342
4   libpython                     	0x002a8315 acquire_timed + 229
5   libpython                     	0x002a86cb lock_PyThread_acquire_lock + 251
6   libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
7   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
8   libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
9   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
10  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
11  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
12  libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
13  libpython                     	0x001e693e function_call + 158
14  libpython                     	0x001bb6c9 PyObject_Call + 89
15  libpython                     	0x001d332c method_call + 140
16  libpython                     	0x001bb6c9 PyObject_Call + 89
17  libpython                     	0x0026a20e PyEval_CallObjectWithKeywords + 78
18  libpython                     	0x002a7e2c t_bootstrap + 76
19  libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
20  libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 3:
0   libsystem_kernel.dylib        	0x9bad1b42 __select + 10
1   time.so                       	0x007dc1f3 time_sleep + 211
2   libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
3   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
4   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
5   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
6   libpython                     	0x001e693e function_call + 158
7   libpython                     	0x001bb6c9 PyObject_Call + 89
8   libpython                     	0x001d332c method_call + 140
9   libpython                     	0x001bb6c9 PyObject_Call + 89
10  libpython                     	0x0026a20e PyEval_CallObjectWithKeywords + 78
11  libpython                     	0x002a7e2c t_bootstrap + 76
12  libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
13  libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 4 Crashed:
0   QtCore                        	0x01def84a QString::operator=(QString const&) + 26
1   QtGui                         	0x03fd254b QTextEngine::validate() const + 123
2   QtGui                         	0x03fd5ff0 QTextEngine::itemize() const + 48
3   QtGui                         	0x03fde668 QTextLayout::beginLayout() + 40
4   QtGui                         	0x04238b02 QPlainTextDocumentLayout::layoutBlock(QTextBlock const&) + 290
5   QtGui                         	0x0423a554 QPlainTextDocumentLayout::blockBoundingRect(QTextBlock const&) const + 420
6   QtGui                         	0x04031488 QTextCursorPrivate::blockLayout(QTextBlock&) const + 72
7   QtGui                         	0x0403337b QTextCursorPrivate::setX() + 123
8   QtGui                         	0x0403644e QTextCursor::insertText(QString const&, QTextCharFormat const&) + 846
9   QtGui.so                      	0x03568390 Sbk_QTextCursorFunc_insertText + 624
10  libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
11  libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
12  libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
13  libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
14  libpython                     	0x001e693e function_call + 158
15  libpython                     	0x001bb6c9 PyObject_Call + 89
16  libpython                     	0x001d332c method_call + 140
17  libpython                     	0x001bb6c9 PyObject_Call + 89
18  libpython                     	0x0026a20e PyEval_CallObjectWithKeywords + 78
19  libpython                     	0x001e0309 PyFile_WriteObject + 137
20  libpython                     	0x00267821 builtin_print + 305
21  libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
22  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
23  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
24  libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
25  libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
26  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
27  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
28  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
29  libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
30  libpython                     	0x001e693e function_call + 158
31  libpython                     	0x001bb6c9 PyObject_Call + 89
32  libpython                     	0x001d332c method_call + 140
33  libpython                     	0x001bb6c9 PyObject_Call + 89
34  libpython                     	0x0026a20e PyEval_CallObjectWithKeywords + 78
35  libpython                     	0x002a7e2c t_bootstrap + 76
36  libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
37  libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 5:: QFileInfoGatherer
0   libsystem_kernel.dylib        	0x9bad183e __psynch_cvwait + 10
1   libsystem_c.dylib             	0x9b222e21 _pthread_cond_wait + 827
2   libsystem_c.dylib             	0x9b1d342c pthread_cond_wait$UNIX2003 + 71
3   QtCore                        	0x01d97976 QWaitCondition::wait(QMutex*, unsigned long) + 294
4   QtGui                         	0x0428d9da QFileInfoGatherer::run() + 650
5   QtCore                        	0x01d969ea QThreadPrivate::start(void*) + 346
6   libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
7   libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 6:: QKqueueFileSystemWatcherEngine
0   libsystem_kernel.dylib        	0x9bad290a kevent + 10
1   QtCore                        	0x01e98a55 QKqueueFileSystemWatcherEngine::run() + 117
2   QtCore                        	0x01d969ea QThreadPrivate::start(void*) + 346
3   libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
4   libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 7:
0   libsystem_kernel.dylib        	0x9bad183e __psynch_cvwait + 10
1   libsystem_c.dylib             	0x9b222e21 _pthread_cond_wait + 827
2   libsystem_c.dylib             	0x9b1d33e0 pthread_cond_timedwait$UNIX2003 + 70
3   libpython                     	0x002a2b56 PyThread_acquire_lock_timed + 342
4   libpython                     	0x002a8315 acquire_timed + 229
5   libpython                     	0x002a86cb lock_PyThread_acquire_lock + 251
6   libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
7   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
8   libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
9   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
10  libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
11  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
12  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
13  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
14  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
15  libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
16  libpython                     	0x001e693e function_call + 158
17  libpython                     	0x001bb6c9 PyObject_Call + 89
18  libpython                     	0x001d332c method_call + 140
19  libpython                     	0x001bb6c9 PyObject_Call + 89
20  libpython                     	0x0026a20e PyEval_CallObjectWithKeywords + 78
21  libpython                     	0x002a7e2c t_bootstrap + 76
22  libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
23  libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 8:
0   libsystem_kernel.dylib        	0x9bad1b42 __select + 10
1   select.so                     	0x0279733d select_select + 461
2   libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
3   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
4   libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
5   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
6   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
7   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
8   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
9   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
10  libpython                     	0x001e693e function_call + 158
11  libpython                     	0x001bb6c9 PyObject_Call + 89
12  libpython                     	0x001d332c method_call + 140
13  libpython                     	0x001bb6c9 PyObject_Call + 89
14  libpython                     	0x0026a20e PyEval_CallObjectWithKeywords + 78
15  libpython                     	0x002a7e2c t_bootstrap + 76
16  libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
17  libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 9:
0   libsystem_kernel.dylib        	0x9bad183e __psynch_cvwait + 10
1   libsystem_c.dylib             	0x9b222e21 _pthread_cond_wait + 827
2   libsystem_c.dylib             	0x9b1d33e0 pthread_cond_timedwait$UNIX2003 + 70
3   libpython                     	0x002a2b56 PyThread_acquire_lock_timed + 342
4   libpython                     	0x002a8315 acquire_timed + 229
5   libpython                     	0x002a86cb lock_PyThread_acquire_lock + 251
6   libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
7   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
8   libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
9   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
10  libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
11  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
12  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
13  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
14  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
15  libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
16  libpython                     	0x001e693e function_call + 158
17  libpython                     	0x001bb6c9 PyObject_Call + 89
18  libpython                     	0x001d332c method_call + 140
19  libpython                     	0x001bb6c9 PyObject_Call + 89
20  libpython                     	0x0026a20e PyEval_CallObjectWithKeywords + 78
21  libpython                     	0x002a7e2c t_bootstrap + 76
22  libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
23  libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 10:
0   libsystem_kernel.dylib        	0x9bad1b42 __select + 10
1   select.so                     	0x0279733d select_select + 461
2   libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
3   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
4   libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
5   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
6   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
7   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
8   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
9   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
10  libpython                     	0x001e693e function_call + 158
11  libpython                     	0x001bb6c9 PyObject_Call + 89
12  libpython                     	0x001d332c method_call + 140
13  libpython                     	0x001bb6c9 PyObject_Call + 89
14  libpython                     	0x0026a20e PyEval_CallObjectWithKeywords + 78
15  libpython                     	0x002a7e2c t_bootstrap + 76
16  libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
17  libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 11:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        	0x9bad1b42 __select + 10
1   com.apple.CoreFoundation      	0x94ab3e15 __CFSocketManager + 1557
2   libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
3   libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 12:
0   libsystem_kernel.dylib        	0x9bad2d4e __read + 10
1   libpython                     	0x002d5de4 fileio_read + 228
2   libpython                     	0x001bb6c9 PyObject_Call + 89
3   libpython                     	0x001bbdc2 call_function_tail + 66
4   libpython                     	0x001bbf9a callmethod + 74
5   libpython                     	0x001bc073 _PyObject_CallMethodId_SizeT + 67
6   libpython                     	0x002d447d iobase_readline + 429
7   libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
8   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
9   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
10  libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
11  libpython                     	0x001e693e function_call + 158
12  libpython                     	0x001bb6c9 PyObject_Call + 89
13  libpython                     	0x001d332c method_call + 140
14  libpython                     	0x001bb6c9 PyObject_Call + 89
15  libpython                     	0x0026a20e PyEval_CallObjectWithKeywords + 78
16  libpython                     	0x002a7e2c t_bootstrap + 76
17  libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
18  libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 13:
0   libsystem_kernel.dylib        	0x9bad183e __psynch_cvwait + 10
1   libsystem_c.dylib             	0x9b222e21 _pthread_cond_wait + 827
2   libsystem_c.dylib             	0x9b1d33e0 pthread_cond_timedwait$UNIX2003 + 70
3   libpython                     	0x002a2b56 PyThread_acquire_lock_timed + 342
4   libpython                     	0x002a8315 acquire_timed + 229
5   libpython                     	0x002a86cb lock_PyThread_acquire_lock + 251
6   libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
7   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
8   libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
9   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
10  libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
11  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
12  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
13  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
14  libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
15  libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
16  libpython                     	0x001e693e function_call + 158
17  libpython                     	0x001bb6c9 PyObject_Call + 89
18  libpython                     	0x001d332c method_call + 140
19  libpython                     	0x001bb6c9 PyObject_Call + 89
20  libpython                     	0x0026a20e PyEval_CallObjectWithKeywords + 78
21  libpython                     	0x002a7e2c t_bootstrap + 76
22  libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
23  libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 14:
0   libsystem_kernel.dylib        	0x9bad1b42 __select + 10
1   select.so                     	0x0279733d select_select + 461
2   libpython                     	0x00272d48 PyEval_EvalFrameEx + 29080
3   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
4   libpython                     	0x00272ece PyEval_EvalFrameEx + 29470
5   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
6   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
7   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
8   libpython                     	0x002730e7 PyEval_EvalFrameEx + 30007
9   libpython                     	0x00273de6 PyEval_EvalCodeEx + 2246
10  libpython                     	0x001e693e function_call + 158
11  libpython                     	0x001bb6c9 PyObject_Call + 89
12  libpython                     	0x001d332c method_call + 140
13  libpython                     	0x001bb6c9 PyObject_Call + 89
14  libpython                     	0x0026a20e PyEval_CallObjectWithKeywords + 78
15  libpython                     	0x002a7e2c t_bootstrap + 76
16  libsystem_c.dylib             	0x9b21eed9 _pthread_start + 335
17  libsystem_c.dylib             	0x9b2226de thread_start + 34

Thread 4 crashed with X86 Thread State (32-bit):
  eax: 0x0c2c5930  ebx: 0x00000038  ecx: 0x009d8500  edx: 0xb118b001
  edi: 0x06ee1fa4  esi: 0xb118b0ec  ebp: 0xb118b0b8  esp: 0xb118b0a0
   ss: 0x00000023  efl: 0x00010202  eip: 0x01def84a   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
  cr2: 0x00000038
Logical CPU: 1

Binary Images:
    0x1000 -     0x3ff7 +pyzo (??? - ???) <5879C298-5373-085A-1B72-99C5D7FE5B37> /Applications/Programming/*/pyzo.app/Contents/MacOS/pyzo
  0x1b2000 -   0x31cfff +libpython (3.3.0 - compatibility 3.3.0) <D363C812-FACA-6750-BC83-AD27CDC16E29> /Applications/Programming/*/pyzo.app/Contents/MacOS/libpython
  0x40b000 -   0x413ff7 +libintl.8.dylib (10.2.0 - compatibility 10.0.0) <9FA0F148-5E4F-ACFD-26E5-60D8E6AC1D98> /Applications/Programming/*/pyzo.app/Contents/MacOS/libintl.8.dylib
  0x418000 -   0x512fe7 +libiconv.2.dylib (8.1.0 - compatibility 8.0.0) <741383C6-EC9F-1FFA-4FB9-753659915948> /Applications/Programming/*/pyzo.app/Contents/MacOS/libiconv.2.dylib
  0x7da000 -   0x7dcff7 +time.so (??? - ???) <63E345CF-0A99-CA87-A4B2-83AC282087E8> /Applications/Programming/*/time.so
  0x7e2000 -   0x7e6fe7 +math.so (??? - ???) <68272721-A98A-215E-D8C8-7143B7497E56> /Applications/Programming/*/math.so
  0x7ed000 -   0x7f1ff7 +_dotblas.so (??? - ???) <42248344-6FE7-98E0-12FE-FCA6C0287718> /Applications/Programming/*/_dotblas.so
  0x7f5000 -   0x7f8ff7 +_struct.so (??? - ???) <F31A3078-5E8C-ED37-72C4-0D8100F33918> /Applications/Programming/*/_struct.so
 0x10c6000 -  0x10d0fe7 +_datetime.so (??? - ???) <0988B993-0126-0477-7BBE-6F1E42E8A425> /Applications/Programming/*/_datetime.so
 0x10da000 -  0x10e5ff7 +_pickle.so (??? - ???) <DA0AA1AA-1958-F886-A61C-8115A971F15E> /Applications/Programming/*/_pickle.so
 0x10f0000 -  0x10f4ff7 +_compiled_base.so (??? - ???) <F8692E06-D21C-1719-3D3E-556EB8CE00CB> /Applications/Programming/*/_compiled_base.so
 0x10f8000 -  0x10fbff7 +lapack_lite.so (??? - ???) <02C11DC3-3319-7EA9-26B2-676DD8D5EE93> /Applications/Programming/*/lapack_lite.so
 0x1240000 -  0x1339fe7 +multiarray.so (??? - ???) <F1A3E16F-89F3-A8F4-23DF-5ECDB6CD2E70> /Applications/Programming/*/multiarray.so
 0x13bd000 -  0x13ffff7 +umath.so (??? - ???) <C76E6371-ACC8-147A-ADA4-987FCEF19963> /Applications/Programming/*/umath.so
 0x1463000 -  0x1481ff7 +scalarmath.so (??? - ???) <5D3D1EEA-B4EB-E609-6F53-1C9A51F2D35E> /Applications/Programming/*/scalarmath.so
 0x158f000 -  0x158fff7 +grp.so (??? - ???) <24FDD17F-84B6-6DAB-63AE-D908EE600B34> /Applications/Programming/*/grp.so
 0x1592000 -  0x1593ff7 +_bz2.so (??? - ???) <C01C9D52-6217-45A8-4057-5BAA68E703F5> /Applications/Programming/*/_bz2.so
 0x1597000 -  0x15a5ff7 +libbz2.1.0.dylib (1.0.6 - compatibility 1.0.0) <5C1D59DF-FCAB-54EA-9C48-AC09BA9B3FBE> /Applications/Programming/*/libbz2.1.0.dylib
 0x15e9000 -  0x15f2ff7 +fftpack_lite.so (??? - ???) <32FE8F56-8236-CF93-FFBA-846CF0DD96D4> /Applications/Programming/*/fftpack_lite.so
 0x1676000 -  0x16b5fe7 +mtrand.so (??? - ???) <D9309CBD-B32A-E4E7-507F-531CF86E00B8> /Applications/Programming/*/mtrand.so
 0x16fd000 -  0x170dffb +_ctypes.so (??? - ???) <E21127AC-F732-1F3B-0195-AAC90FFF2BAD> /Applications/Programming/*/_ctypes.so
 0x179a000 -  0x179dfe7 +binascii.so (??? - ???) <DBB805BD-2EBF-8FCA-9D76-320B00E773D9> /Applications/Programming/*/binascii.so
 0x17a1000 -  0x17b2ff7 +libz.1.dylib (1.2.7 - compatibility 1.0.0) <D51711B6-A102-BE8D-5CDF-19F08213B183> /Applications/Programming/*/libz.1.dylib
 0x17b6000 -  0x17b9ff7 +zlib.so (??? - ???) <2D8B4D07-EA2C-A970-D79E-1BCAF427E136> /Applications/Programming/*/zlib.so
 0x17fe000 -  0x17ffff7 +_hashlib.so (??? - ???) <0B45B52D-B666-5157-2B08-2040FE7842F1> /Applications/Programming/*/_hashlib.so
 0x1803000 -  0x1850fff +libssl.1.0.0.dylib (??? - ???) <D121E7A6-2F3B-8E17-6856-D33BFBF03770> /Applications/Programming/*/libssl.1.0.0.dylib
 0x1868000 -  0x199efff +libcrypto.1.0.0.dylib (??? - ???) <67227348-A839-FE70-8E8C-A8F6861AEB70> /Applications/Programming/*/libcrypto.1.0.0.dylib
 0x19fb000 -  0x19fcff7 +_random.so (??? - ???) <07ED5D23-4BE7-7695-AC71-E73104C7D141> /Applications/Programming/*/_random.so
 0x19ff000 -  0x1a00ff7 +fcntl.so (??? - ???) <3B704363-2293-EC64-B84C-BEC4B200FD9B> /Applications/Programming/*/fcntl.so
 0x1a03000 -  0x1c59ff7 +QtCore.so (??? - ???) <FFA03FFF-134E-ECC4-E8F5-BAB10A36446A> /Applications/Programming/*/QtCore.so
 0x1d0f000 -  0x1d2efe7 +libpyside.cpython-33m.1.1.dylib (1.1.2 - compatibility 1.1.0) <AB6030C2-582F-A844-A44E-CCE754786080> /Applications/Programming/*/libpyside.cpython-33m.1.1.dylib
 0x1d3d000 -  0x1d5eff3 +libshiboken.cpython-33m.1.1.dylib (1.1.2 - compatibility 1.1.0) <E05D1FFD-F66D-FC26-35FF-26B22273FB5F> /Applications/Programming/*/libshiboken.cpython-33m.1.1.dylib
 0x1d70000 -  0x2021fe7 +QtCore (4.8.4 - compatibility 4.8.0) <20DF77AF-5BA0-7CDD-55AC-25599FDB4893> /Applications/Programming/*/QtCore
 0x20d0000 -  0x20d0ff7 +atexit.so (??? - ???) <16387E5C-9A89-45B3-D888-78E7226D19B6> /Applications/Programming/*/atexit.so
 0x20d3000 -  0x20f4fe7 +libpng15.15.dylib (30.0.0 - compatibility 30.0.0) <219E2FD8-7D46-F66C-FD17-4C52BDAFEC13> /Applications/Programming/*/libpng15.15.dylib
 0x24fb000 -  0x24fcff7 +_posixsubprocess.so (??? - ???) <420C9ED4-D388-B528-0280-9E90B0D3B4FC> /Applications/Programming/*/_posixsubprocess.so
 0x2740000 -  0x274aff7 +_socket.so (??? - ???) <471A4BB4-FE39-369B-69F4-F5BD8C271993> /Applications/Programming/*/_socket.so
 0x2795000 -  0x2797ff7 +select.so (??? - ???) <D1EE9889-7422-EFBB-2BBF-E2A81AB4C301> /Applications/Programming/*/select.so
 0x3000000 -  0x3a4efef +QtGui.so (??? - ???) <6FC4A5E0-DBB7-68E0-19B9-99CA4078AB7F> /Applications/Programming/*/QtGui.so
 0x3d07000 -  0x469afe7 +QtGui (4.8.4 - compatibility 4.8.0) <E6726DCD-466D-5C32-3104-AC38B5B95F91> /Applications/Programming/*/QtGui
 0x491a000 -  0x494affb  com.apple.security.csparser (3.0 - 55148.6) <D436F40C-DB1C-350A-80BE-2B8A4D2FD53F> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
 0x6d5d000 -  0x6d62ff7 +array.so (??? - ???) <ED0C55D3-7677-16E2-2D9E-3AC9D96203D9> /Applications/Programming/*/array.so
 0x7256000 -  0x7256ff7 +cl_kernels (??? - ???) <1CE74C09-AF9D-40C2-97E9-93A80583A9DC> cl_kernels
 0x725c000 -  0x725dff5 +cl_kernels (??? - ???) <13D08A2C-EC89-45BF-928B-46E9B985CA43> cl_kernels
 0x7274000 -  0x7275ff1 +cl_kernels (??? - ???) <55021CFE-FD25-486D-A73F-7A572E682E0C> cl_kernels
 0x74cf000 -  0x74d2ffb +com.stclairsoft.DefaultFolderX.osax (4.5.1 - 4.5.1) <0B1B0FB4-B782-D01B-5109-517C9A1AA949> /Library/ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/Default Folder X Addition
 0x74d9000 -  0x7508ff7 +com.stclairsoft.DefaultFolderX.CarbonPatcher (4.5.1 - 4.5.1) <2F1C473C-A672-3E1F-653A-B770E49300B5> /Users/USER/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Carbon Patcher.bundle/Contents/MacOS/Carbon Patcher
 0x7521000 -  0x7546ff3 +com.stclairsoft.DefaultFolderX.CocoaPatcher (4.5.1d5 - 4.5.1d5) <24A0D1ED-E4D6-1EA1-0F4F-43FB2186863F> /Users/USER/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher
 0x8d4a000 -  0x8decfe7 +unicodedata.so (??? - ???) <C182125A-4782-9FDF-BB21-AF4D36738826> /Applications/Programming/*/unicodedata.so
 0x8f07000 -  0x8f10ff6  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <95A88DC8-E5EE-363F-9275-214D5AB7A2EF> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
 0x8f17000 -  0x8f19fff  libCoreFSCache.dylib (??? - ???) <9E7CBE71-566C-36E9-A49F-C5FF6956D76F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
 0x8f28000 -  0x8f28ffd +cl_kernels (??? - ???) <DB379CB9-8C99-4AD2-8E98-5116727F2914> cl_kernels
 0x8f2a000 -  0x8fd2ff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <99A967D2-5577-396B-BD11-56EAFF962AB2> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
 0x90ce000 -  0x90cfffd +cl_kernels (??? - ???) <3535F911-E8EE-47F7-84F6-C1F8B876FBB1> cl_kernels
 0xc0fa000 -  0xc0faff1 +cl_kernels (??? - ???) <FE761F81-F376-4417-BE03-F6ADB9488276> cl_kernels
 0xfc42000 -  0xfceaff7  unorm8_argb.dylib (2.0.19 - compatibility 1.0.0) <1C5CBAF6-9739-340F-9CD6-10D08FEF554F> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb.dylib
0x8fee8000 - 0x8ff1aaa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
0x90005000 - 0x90043fff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <AF1174F9-4402-31EB-9C84-AB644E5865DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x90081000 - 0x9008cffb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x90094000 - 0x900abff8  com.apple.CoreMediaAuthoring (2.0 - 891) <69D569FD-670C-3BD0-94BF-7A8954AA2953> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x900ac000 - 0x900c1ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <E5FCA336-7E47-343E-A82D-CCCA5BCD5929> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x900c2000 - 0x900ffff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <007A1877-E981-3007-A8FA-9B179F4ED6D1> /usr/lib/libcups.2.dylib
0x9011e000 - 0x901deffb  com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x901df000 - 0x901ffff7  com.apple.RemoteViewServices (1.5 - 44.2) <11C87337-FF29-3976-A230-6387D96563C5> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x90200000 - 0x90259fff  com.apple.HIServices (1.21 - ???) <91EC636D-AC27-3332-BA1C-FD7301917429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9045c000 - 0x9055bffb  com.apple.DiskImagesFramework (10.7.4 - 331.7) <31A74A7E-E2AE-313D-A7C4-6DFCF0F22C9A> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x9055c000 - 0x9055ffff  com.apple.AppleSystemInfo (1.0 - 1) <0E02BA66-4EA6-3EA1-8D81-3D0DE36F1CE8> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x90560000 - 0x90637ff3  com.apple.avfoundation (2.0 - 180.50) <7B7FDF30-AC40-3715-A409-B5A27F7B5585> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x9074a000 - 0x90780ff4  com.apple.LDAPFramework (3.2 - 120.2) <CCEB43CD-3861-33CC-8D9B-588F415A7028> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x90787000 - 0x907fdfff  com.apple.Metadata (10.7.0 - 627.37) <F54AED70-95C5-3561-8C87-D9E5539E98A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x90846000 - 0x9084aff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
0x9084b000 - 0x90879fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
0x9087a000 - 0x9087dff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
0x9087e000 - 0x90914ff7  com.apple.LaunchServices (480.40 - 480.40) <D5C0DEF9-398C-3742-8C4E-875C3365EC8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x90949000 - 0x90bcefe3  com.apple.QuickTime (7.7.1 - 2339) <FC82F13B-1788-3766-8681-7A3B1EFAE02D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x90c04000 - 0x90c0dfff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
0x90c0e000 - 0x90f54ff3  com.apple.HIToolbox (1.9 - ???) <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x90f96000 - 0x90f9cffd  com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x90f9d000 - 0x90fffff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
0x91000000 - 0x91001fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
0x910a4000 - 0x91131fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91177000 - 0x912a3ff9  com.apple.CFNetwork (520.5.1 - 520.5.1) <F3C606BF-6DCF-33CD-981B-7253C9E3113A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x912a4000 - 0x912a8ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x912a9000 - 0x9138cff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
0x913b6000 - 0x913e3ff9  com.apple.securityinterface (5.0 - 55022.6) <0FA3E84B-B5FF-3A58-A408-46280982CACC> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x913e4000 - 0x913f1fff  com.apple.HelpData (2.1.2 - 72.2) <330C6B7F-2512-37B7-B2FF-24E1804E9426> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x9143f000 - 0x91440ff7  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <46980EC2-149D-3CF7-B29A-401FB89C275D> /usr/lib/system/libquarantine.dylib
0x91441000 - 0x914a6ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x914df000 - 0x914e2ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
0x914e3000 - 0x91540ffb  com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x91541000 - 0x915a3ffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x915a4000 - 0x915dbfef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x915dc000 - 0x915e2ffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x915e6000 - 0x915f6fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91667000 - 0x91668ff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
0x916a0000 - 0x916e2ff7  com.apple.CoreMedia (1.0 - 705.94) <10D5D25F-9BCB-3406-B737-23D9FDF2CC71> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x916e3000 - 0x91724ff9  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <9FD420FB-7984-3A07-8914-BB19E687D38B> /usr/lib/libcurl.4.dylib
0x91738000 - 0x9178bff3  com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <F7ACE42B-2F58-3642-9469-9CDCF31F0273> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x9178c000 - 0x91819ff7  com.apple.CoreText (220.22.0 - ???) <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9187b000 - 0x918c5ff2  com.apple.Suggestions (1.1 - 85.1) <1057087C-AC51-3C3B-BECD-BF97426B2372> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x918d9000 - 0x919d1ff7  libFontParser.dylib (??? - ???) <71B33EB1-27F8-3C68-B940-FC61A3CFE275> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x91a27000 - 0x91a55ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <8D03D180-D834-39F3-A106-78E0B22A7893> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x91a6f000 - 0x91c8bff7  com.apple.imageKit (2.1.2 - 1.0) <71FC9A62-4E07-307C-8E6B-4DE7661DC0A3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x91c8c000 - 0x91c8cfff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x91c8d000 - 0x92102ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x92103000 - 0x9210bfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9210c000 - 0x921eefff  com.apple.backup.framework (1.3.5 - 1.3.5) <1FAE91F2-BCEF-387D-B5C4-412C464DA1BE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x921ef000 - 0x921efff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9225f000 - 0x9248affb  com.apple.QuartzComposer (5.0 - 236.10) <416993F4-2868-35FF-90DE-34C93D83574F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x9248b000 - 0x924cffff  com.apple.MediaKit (12 - 602) <6E429DD7-8829-37DE-94AF-940FB70F2FB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x924d0000 - 0x924d2ff9  com.apple.securityhi (4.0 - 1) <ACEEED5F-8D58-377D-B2B8-E4A7F4E5E286> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x924d3000 - 0x92547fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x92632000 - 0x92642ff7  libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
0x92669000 - 0x926baff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x926bb000 - 0x926bfffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
0x94153000 - 0x94196ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
0x94197000 - 0x941beff3  com.apple.framework.Apple80211 (7.4.1 - 741.1) <7F29673A-B030-34AF-B8CA-AB30DD63FFAB> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x941bf000 - 0x94208ff7  libGLU.dylib (??? - ???) <9AF7AD51-16E3-3674-B60E-30EE499D7B46> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x94209000 - 0x94249ff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9424a000 - 0x94255ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
0x9425f000 - 0x942e9ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x942ea000 - 0x942edff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x942ee000 - 0x946f0ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x946fc000 - 0x946fdfff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
0x947a5000 - 0x947b8ffc  com.apple.FileSync.framework (6.0.1 - 502.2) <B79DAE4B-3B1E-32D4-8BEC-F2C034C00B68> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
0x947b9000 - 0x948c9fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
0x948ca000 - 0x948cfffb  com.apple.phonenumbers (1.0 - 47) <1830301D-5409-3949-9614-C43C62B39DDA> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x948d0000 - 0x948ecff1  libPng.dylib (??? - ???) <F084226B-14F0-36C0-B5EC-22C78406D2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x948ed000 - 0x94a0bfec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x94a0c000 - 0x94a29fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
0x94a2a000 - 0x94c01fe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x94c02000 - 0x94c53ff9  com.apple.QuickLookFramework (3.2 - 500.18) <CF3EF345-EA3E-3C2D-B56D-E4433326254A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x94c54000 - 0x94c58fff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x94c5a000 - 0x94c5dffd  libCoreVMClient.dylib (??? - ???) <B8F8916D-F12A-3D95-ABF3-999D57B7D581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x94c5e000 - 0x94c65ff8  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <4F9DD9D1-F251-3661-A3C6-B1F550B084B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x94c8a000 - 0x94d26fff  com.apple.ink.framework (10.7.5 - 113) <05CAFB64-D3B8-3973-87EA-CB8BBE580F6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x94d27000 - 0x94d2dfff  libGFXShared.dylib (??? - ???) <9C9834EB-B794-38C8-9B90-31D8CB234F86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x94d70000 - 0x94dd4fff  com.apple.framework.IOKit (2.0 - ???) <94827954-5906-36C4-819B-24CDAFD85C72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x94dd5000 - 0x94de3ff7  com.apple.AppleFSCompression (37 - 1.0) <B8A7F10F-3C7E-3F0F-95A9-E450989F31F3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x94de4000 - 0x94deeff0  com.apple.DirectoryService.Framework (10.7 - 146) <59061A4B-D743-3A34-B142-7BE2472BBC2D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x94e08000 - 0x94e0bffb  com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x94e0c000 - 0x94e11ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
0x95192000 - 0x9543ffff  com.apple.JavaScriptCore (7534.57 - 7534.57.3) <5AE5C3B8-D807-356B-80D9-4D0A706A10D1> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9544c000 - 0x954d3fff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x954d4000 - 0x95637fff  com.apple.QTKit (7.7.1 - 2339) <163FBDDD-0458-378F-84DD-CB0F603A259E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x95638000 - 0x9563aff7  libdyld.dylib (195.6.0 - compatibility 1.0.0) <1F865C73-5803-3B08-988C-65B8D86CB7BE> /usr/lib/system/libdyld.dylib
0x9563b000 - 0x95650fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x95684000 - 0x956a7fff  com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x956a8000 - 0x956c9fff  com.apple.framework.internetaccounts (1.2 - 3) <A93D14F6-DF12-3918-90E9-B73DD7B6456D> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x956ca000 - 0x95711ff5  com.apple.opencl (2.0.19 - 2.0.19) <7689E7B9-EE5A-3F74-8699-4CDED9162260> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x95712000 - 0x9573bfff  com.apple.shortcut (2.1 - 2.1) <60000F49-6309-34B1-88A1-588DC566C8DF> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9573c000 - 0x95743ff9  libsystem_dnssd.dylib (??? - ???) <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib
0x95744000 - 0x9576cff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
0x9576d000 - 0x957dcfff  com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9581b000 - 0x9581cfff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9581d000 - 0x95cf9ff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95cfc000 - 0x95d30ff8  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
0x95d31000 - 0x95d31ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
0x95d32000 - 0x95d3bffc  com.apple.DisplayServicesFW (2.5.4 - 323.3) <820C4B45-814A-3101-A1FA-044CA6D2FBC8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x95d3c000 - 0x95d4cfff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
0x95e85000 - 0x95e89ffd  IOSurface (??? - ???) <EDDBEE65-1EB8-33A7-9972-E361A3508234> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x95e9a000 - 0x95ecdfef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
0x95ece000 - 0x95f72fff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x95f73000 - 0x95fceff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x95fcf000 - 0x9602dff7  com.apple.coreui (1.2.2 - 165.11) <340B0B83-1407-3AB4-BCAB-505C29303EE2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9602e000 - 0x962e0ff7  com.apple.AddressBook.framework (6.1.3 - 1091) <B8CC707C-6368-3CDD-BE38-D2335B7CC2DE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x962e1000 - 0x96317ff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x96318000 - 0x9632bff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9632c000 - 0x96720feb  com.apple.VideoToolbox (1.0 - 705.94) <8FCC2C08-2D4C-3A96-B57A-CAA56911120F> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x96721000 - 0x96809fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
0x9680a000 - 0x9680afff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9680b000 - 0x9680ffff  libGIF.dylib (??? - ???) <2ADFED97-2228-343D-9A53-207CBFDE7984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96810000 - 0x96810fff  libOpenScriptingUtil.dylib (??? - ???) <E4C22B65-9493-31D5-9D46-19BD70975587> /usr/lib/libOpenScriptingUtil.dylib
0x9685e000 - 0x968a2ff3  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <8A99ADB8-4A3E-3B8E-A0E4-A39398C288EC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x968a3000 - 0x96a9bff7  com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x96a9c000 - 0x96d76ff7  com.apple.RawCamera.bundle (4.00 - 658) <F72D5DF2-406B-3310-AC16-F0AB434237DE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x97393000 - 0x973f4ffb  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x973f5000 - 0x973f5fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x973f6000 - 0x9745efff  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <B24814AB-CA77-3B9D-8FAB-58C9B4FD3A16> /usr/lib/libc++.1.dylib
0x9745f000 - 0x97460fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
0x97461000 - 0x97477ffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
0x97478000 - 0x97478fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
0x97479000 - 0x975dbffb  com.apple.QuartzCore (1.7 - 270.5) <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x975dc000 - 0x975eafff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <1B857064-288D-3919-B81A-38E9F4D19B54> /usr/lib/system/libdispatch.dylib
0x975eb000 - 0x976bbffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <2092785C-795A-3CDF-A1B4-6C80BA3726DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x976bc000 - 0x979ebff7  com.apple.FinderKit (1.0.5 - 1.0.5) <5F2FB244-8734-31FA-A957-0F4B603E02BB> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
0x979ec000 - 0x9831772b  com.apple.CoreGraphics (1.600.0 - ???) <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x98324000 - 0x98346ffe  com.apple.framework.familycontrols (3.0 - 300) <6735D7ED-7053-3AB8-B144-E7F70A124CCD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x98347000 - 0x9834effd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9839b000 - 0x983a3ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
0x98481000 - 0x984c1ff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
0x984c6000 - 0x9873aff3  com.apple.CoreImage (7.99.1 - 1.0.1) <C4B2DD2A-8E45-31CD-9B25-2AC1CA252B14> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x9873b000 - 0x98a81fff  com.apple.MediaToolbox (1.0 - 705.94) <89D37021-C389-3CC5-A158-620ADCBD99EF> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x98a82000 - 0x98aadfff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x98aae000 - 0x98c04fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x98c05000 - 0x98c12fff  libGL.dylib (??? - ???) <A72F14F7-1836-34AB-9F08-67836CB966E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x98eec000 - 0x98f34ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <68B92FEA-F754-3E7E-B5E6-D512E26144E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x98f35000 - 0x98f64ff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
0x990b9000 - 0x990d1fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A8CE15CF-2539-318A-910C-8789D45FFD69> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x990d3000 - 0x990deffe  com.apple.NetAuth (3.2 - 3.2) <4377FB18-A550-35C6-BCD2-71C42134EEA6> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x990df000 - 0x99b74ff6  com.apple.AppKit (6.7.5 - 1138.51) <B9D3DCA0-9765-354E-9730-75A45A97DDFD> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x99b75000 - 0x99b91ff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x99b92000 - 0x99bcffef  libGLImage.dylib (??? - ???) <FC13D46F-69C4-3BA1-A5E8-52C2EC8B7D58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x99d05000 - 0x99d05fff  com.apple.Carbon (153 - 153) <63603A0C-723B-3968-B302-EBEEE6A14E97> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x99d11000 - 0x99d61ffa  libTIFF.dylib (??? - ???) <CAD45E49-FD7C-37FA-A118-AEB526B90E67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x99d62000 - 0x99e1fff3  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <726898F5-E718-3F27-B415-D6FDCDE09174> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x99f6b000 - 0x99f85fff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x99f86000 - 0x9a612ff5  com.apple.CoreAUC (6.16.12 - 6.16.12) <9D51400F-B827-3BA7-87F5-954A1CDDAEA9> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9a613000 - 0x9a724ff7  libJP2.dylib (??? - ???) <2B5EB147-F845-30DF-87C4-D2D3C3D0680A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x9a725000 - 0x9aa27fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9aa28000 - 0x9aa29ffd  libCVMSPluginSupport.dylib (??? - ???) <4B0476F9-950D-3EB7-BD83-F65AF0B05F0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x9aa2a000 - 0x9aa38ff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
0x9aa39000 - 0x9aa43ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9aa44000 - 0x9aa45ff7  libsystem_sandbox.dylib (??? - ???) <5CFCCFB7-CF29-3E04-801D-8532AE004768> /usr/lib/system/libsystem_sandbox.dylib
0x9aaa0000 - 0x9aaaefff  com.apple.opengl (1.8.1 - 1.8.1) <766AFB12-A2CB-3A55-B662-FC9FFCAE0008> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9aaaf000 - 0x9aab7ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
0x9aab8000 - 0x9ab35fff  com.apple.PDFKit (2.6.4 - 2.6.4) <F2B635FC-EDD0-3D80-AB43-F78CB883623A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x9ab36000 - 0x9ab9eff3  com.apple.ISSupport (1.9.8 - 56) <59225A65-41C1-35CA-9F29-229AC427B728> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x9ab9f000 - 0x9abadfff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
0x9adcb000 - 0x9af7fff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <4AFF6FC3-6283-3934-8EFC-CA227CA11164> /usr/lib/libicucore.A.dylib
0x9af80000 - 0x9afcfffb  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <1188E7AB-76FE-343F-9108-30CD67E5A37B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x9afd0000 - 0x9b0dfff7  com.apple.DesktopServices (1.6.5 - 1.6.5) <CEC069D7-37A3-3D25-A3BB-39DE99FDA46E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9b0e0000 - 0x9b1c1ff7  com.apple.DiscRecording (6.0.4 - 6040.4.1) <08BADDAD-FA79-3872-9387-EEE2A9FAA2F0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9b1c2000 - 0x9b28dfff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
0x9b3bd000 - 0x9b3beff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
0x9b3bf000 - 0x9b3bffff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9b3c0000 - 0x9b3cbff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <D6E17FD4-ECA0-3EEE-BFC5-F6A42A21AB5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9b3cc000 - 0x9b3cfff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
0x9b3d0000 - 0x9b3faff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
0x9b3fb000 - 0x9b3fbfff  com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9b3fc000 - 0x9b410fff  com.apple.CFOpenDirectory (10.7 - 146) <9149C1FE-865E-3A8D-B9D9-547384F553C8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9b411000 - 0x9b7ccffb  com.apple.SceneKit (125.3 - 125.8) <89008B87-87E7-3972-A274-30311497EE32> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x9b915000 - 0x9b93aff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9b93b000 - 0x9ba13ff6  com.apple.QuickLookUIFramework (3.2 - 500.18) <CE281BD9-C1CF-3F87-BD22-412ED253580E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x9ba14000 - 0x9ba8fffb  com.apple.ApplicationServices.ATS (317.12.0 - ???) <4D124B65-3D43-32E9-B296-3671347BB888> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9ba9b000 - 0x9bab8ff3  com.apple.openscripting (1.3.3 - ???) <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9bab9000 - 0x9bad7ff7  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
0x9bad8000 - 0x9bb2affb  com.apple.CoreMediaIO (216.0 - 3199.8) <A079E576-64FD-3069-846E-F3B67AF28E15> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x9bb2b000 - 0x9bdfaffb  com.apple.security (7.0 - 55148.6) <8DF67BDD-C98F-3B7E-AC63-D468407FA82D> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9be54000 - 0x9bf2aaab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
0x9bf2b000 - 0x9bfa3ff8  com.apple.CorePDF (3.1 - 3.1) <0074267B-F74A-30FC-8508-A14C821F0771> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x9bfa4000 - 0x9c03bff3  com.apple.securityfoundation (5.0 - 55116) <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9c03c000 - 0x9c08eff7  libFontRegistry.dylib (??? - ???) <C2B84661-A62D-3FFF-8D8C-BC697E9BDF4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9c08f000 - 0x9c08ffff  com.apple.quartzframework (1.5 - 1.5) <49B5CA00-083A-3D4A-9A68-4759A5CC35A6> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x9c090000 - 0x9c0b2ff8  com.apple.PerformanceAnalysis (1.11 - 11) <453463FF-7C42-3526-8C96-A9971EE07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x9c0b3000 - 0x9c0b5ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9c0b6000 - 0x9c3c0ff3  com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x9c3c1000 - 0x9c3caff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9c3cb000 - 0x9c3d2ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
0x9c3d3000 - 0x9c3e4fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
0x9c3e5000 - 0x9c4d5ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
0x9c4e4000 - 0x9c50affb  com.apple.quartzfilters (1.7.0 - 1.7.0) <64AB163E-7E91-3028-8730-BE11BC1F5237> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x9cda7000 - 0x9cdb2fff  libkxld.dylib (??? - ???) <14E79D7A-B6C2-35C5-B56D-D343BEC2A106> /usr/lib/system/libkxld.dylib
0x9cdb3000 - 0x9cdb3ff0  com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9cdd2000 - 0x9ce0dfff  com.apple.bom (11.0 - 183) <8E3F690E-4D23-3379-828C-5AB0453B9226> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x9ce0e000 - 0x9ce38ff1  com.apple.CoreServicesInternal (113.19 - 113.19) <F7A309D1-DCB4-38DE-8248-E16D0182AA6C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9ce39000 - 0x9cefcfff  com.apple.CoreServices.OSServices (478.49 - 478.49) <5AF33605-C893-3F60-89CF-1BC9C0BC35AF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9cefd000 - 0x9cf05ff3  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> /usr/lib/system/liblaunch.dylib
0xba900000 - 0xba91bffd  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <473499F3-8CB8-3372-98B0-8E3BCC1A3D80> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 73
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 52593
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=222.2M resident=108.1M(49%) swapped_out_or_unallocated=114.1M(51%)
Writable regions: Total=211.2M written=47.4M(22%) resident=84.6M(40%) swapped_out=108K(0%) unallocated=126.7M(60%)
 
REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 32.4M
CG backing stores                  9712K
CG image                            424K
CG raster data                      348K
CG shared images                   3576K
CoreGraphics                          8K
CoreServices                       3156K
MALLOC                             86.6M
MALLOC guard page                    64K
MALLOC_LARGE (reserved)             256K        reserved VM address space (unallocated)
Memory tag=240                        4K
Memory tag=242                       12K
OpenCL                               60K
SQLite page cache                    96K
Stack                             115.7M
VM_ALLOCATE                        16.4M
__CI_BITMAP                          80K
__DATA                             11.8M
__DATA/__OBJC                       224K
__IMAGE                             528K
__IMPORT                              4K
__LINKEDIT                         51.0M
__OBJC                             2936K
__OBJC/__DATA                        16K
__PAGEZERO                            4K
__TEXT                            171.2M
__UNICODE                           544K
mapped file                       117.5M
shared memory                      37.3M
shared pmap                        7296K
===========                      =======
TOTAL                             668.6M
TOTAL, minus reserved VM space    668.3M

 
On Mar 17, 2013, at 9:14 AM, Almar Klein wrote:

> Were there any errors reported?
> 
> - Almar
> 
> 
> On 17 March 2013 04:22, Jerry <lanceboyle at qwest.net> wrote:
> Pyzo crashed on OS X 10.7.5 in under three minutes while trying to run a hello world program.
> Jerry
> 
> On Mar 16, 2013, at 3:31 PM, Almar Klein wrote:
> 
>> Dear all,
>> 
>> We're pleased to announce release 2013b of Pyzo distro, a Python distribution for scientific computing based on Python 3. For more information, and to give it a try, visit http://www.pyzo.org.
>> 
>> The most notable changes since the last release:
>> 	• Pyzo is also build for Mac.
>> 	• Python 3.3 is now used.
>> 	• Added an executable to launch IPython notebook.
>> 	• New versions of several packages, including the IDE.
>> More information:
>> 
>> Pyzo is available for Windows, Mac and Linux. The distribution is portable, thus providing a way to install a scientific Python stack on computers without the need for admin rights.
>> 
>> Naturally, Pyzo distro is complient with the scipy-stack, and comes with additional packages such as scikit-image and scikit-learn.
>> 
>> With Pyzo we want to make scientific computing in Python easier accessible. We especially hope to make it easier for newcomers (such as Matlab converts) to join our awesome community. Pyzo uses  IEP as the default front-end IDE, and IPython (with notebook) is also available.
>> 
>> Happy coding,
>>   Almar
>> 
>> _______________________________________________
>> SciPy-User mailing list
>> SciPy-User at scipy.org
>> http://mail.scipy.org/mailman/listinfo/scipy-user
> 
> 
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
> 
> 
> 
> 
> -- 
> Almar Klein, PhD
> Science Applied
> phone: +31 6 19268652
> e-mail: a.klein at science-applied.nl
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user




More information about the SciPy-User mailing list