Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qtconsole segfaults on OSX when displaying some pop-up function tooltips #1407

Closed
pshchelo opened this issue Feb 14, 2012 · 18 comments
Closed

Comments

@pshchelo
Copy link

I am experiencing a very strange behavior of IPython's Qtconsole on MacOSX Lion. The Qtconsole crashes when (from the looks of it) trying to display the function usage tooltip of some functions.

My setup:

MacOSX 10.7.3 (Lion)
Python 2.7.2 (not the system default one, I installed this extra)
IPython 0.12
PyQt 4.9 (installed form official Riverbank sources)
PySide 1.1 for Qt 4.8 for Mac (from official Nokia distribution)
Qt 4.8 (installed libraries only (no SDK) from official Nokia distribution for Mac)
numpy 1.6.1

How to reproduce:

open ipython qtconsole and type:

from numpy import sin, cos

cos(0)
Out[2]: 1.0

sin(0)

What happens:

the tooltip for cos is displayed just fine, but when trying to display the tooltip on sin usage (after opening the parenthesis) the Qtconsole crashes (segmentation fault) with the report given at the end of this post.

I've gone and tested at least the numpy math functions, and there is a pretty large number of such crushing the Qtconsole, namely these are sin, tan, radians, deg2rad, cosh, round_, rint, expm1, exp2, log10, reciprocal, fmod.
I did not tested with any other functions though.

I have tried switching between bindings used by IPython with QT_API environment variable, checking the active bindings with IPython.external.qt.QT_API. The problem is present in both PyQt4 and PySide version.

Note that on Windows (Win7 32-bit Starter) I do not see such bug with the same versions of Python and packages.

Segfault report follows.

Process:         Python [23055]
Path:            /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Identifier:      org.python.python
Version:         2.7.2 (2.7.2)
Code Type:       X86-64 (Native)
Parent Process:  bash [23044]

Date/Time:       2012-02-14 10:07:15.222 +0100
OS Version:      Mac OS X 10.7.3 (11D50b)
Report Version:  9

Interval Since Last Report:          522712 sec
Crashes Since Last Report:           44
Per-App Interval Since Last Report:  7812 sec
Per-App Crashes Since Last Report:   42
Anonymous UUID:                      49AB1DD1-22F4-4063-8F39-214BBB4F7364

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00007fff5fc00000

VM Regions Near 0x7fff5fc00000:
    Stack                  00007fff5f400000-00007fff5fc00000 [ 8192K] rw-/rwx SM=COW  thread 0
--> 
    __TEXT                 00007fff63daf000-00007fff63de4000 [  212K] r-x/rwx SM=COW  /usr/lib/dyld

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

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   QtGui                           0x0000000103e91c30 QTextLineItemIterator::next() + 370
1   QtGui                           0x0000000103e99c8f QTextLine::draw(QPainter*, QPointF const&, QTextLayout::FormatRange const*) const + 995
2   QtGui                           0x0000000103da47ba qt_format_text(QFont const&, QRectF const&, int, QTextOption const*, QString const&, QRectF*, int, int*, int, QPainter*) + 4026
3   QtGui                           0x0000000103da4e83 QPainter::drawText(QRect const&, int, QString const&, QRect*) + 265
4   QtGui                           0x0000000103f1f01b QStyle::drawItemText(QPainter*, QRect const&, int, QPalette const&, bool, QString const&, QPalette::ColorRole) const + 529
5   QtGui                           0x0000000104019348 QLabel::paintEvent(QPaintEvent*) + 2208
6   QtGui.so                        0x00000001034d0adf meth_QLabel_paintEvent + 143
7   org.python.python               0x00000001000c102d PyEval_EvalFrameEx + 22397
8   org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
9   org.python.python               0x000000010003da80 function_call + 176
10  org.python.python               0x000000010000c5e2 PyObject_Call + 98
11  org.python.python               0x000000010001ebcb instancemethod_call + 363
12  org.python.python               0x000000010000c5e2 PyObject_Call + 98
13  org.python.python               0x00000001000ba5f7 PyEval_CallObjectWithKeywords + 87
14  sip.so                          0x0000000101a5b716 sip_api_call_method + 186
15  QtGui.so                        0x0000000103305e20 sipVH_QtGui_4(PyGILState_STATE, _object*, QPaintEvent*) + 64
16  QtGui.so                        0x00000001034d3235 sipQLabel::paintEvent(QPaintEvent*) + 99
17  QtGui                           0x0000000103cbd803 QWidget::event(QEvent*) + 1389
18  QtGui                           0x0000000104014ad2 QFrame::event(QEvent*) + 40
19  QtGui                           0x00000001040199e7 QLabel::event(QEvent*) + 241
20  QtGui.so                        0x00000001034d19cc sipQLabel::event(QEvent*) + 76
21  QtGui                           0x0000000103c6ebe8 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 304
22  QtGui                           0x0000000103c6ee66 QApplication::notify(QObject*, QEvent*) + 600
23  QtGui.so                        0x0000000103624fd2 sipQApplication::notify(QObject*, QEvent*) + 84
24  QtCore                          0x0000000101fd3982 QCoreApplication::notifyInternal(QObject*, QEvent*) + 104
25  QtGui                           0x0000000103cc0d31 QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 2055
26  QtGui                           0x0000000103c1a338 -[QCocoaView drawRect:] + 3048
27  com.apple.AppKit                0x0000000104843abe -[NSView _drawRect:clip:] + 3758
28  com.apple.AppKit                0x00000001048711eb -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1583
29  com.apple.AppKit                0x0000000104871617 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2651
30  com.apple.AppKit                0x0000000104841099 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1032
31  com.apple.AppKit                0x000000010498f85c -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 274
32  com.apple.AppKit                0x000000010483b9af -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4755
33  com.apple.AppKit                0x0000000104834429 -[NSView displayIfNeeded] + 1676
34  com.apple.AppKit                0x000000010498f734 -[NSNextStepFrame displayIfNeeded] + 83
35  com.apple.AppKit                0x00000001048f3718 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1306
36  com.apple.AppKit                0x00000001048f3115 -[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 807
37  com.apple.AppKit                0x00000001048f2d99 -[NSWindow orderWindow:relativeTo:] + 154
38  QtGui                           0x0000000103c1373e QWidgetPrivate::raise_sys() + 334
39  QtGui                           0x0000000103cbae01 QWidget::raise() + 355
40  QtGui                           0x0000000103cc3f28 QWidgetPrivate::show_helper() + 144
41  QtGui                           0x0000000103cbe845 QWidget::setVisible(bool) + 657
42  QtGui.so                        0x00000001034d2daf sipQLabel::setVisible(bool) + 75
43  QtGui.so                        0x000000010365b8d8 meth_QWidget_show + 104
44  org.python.python               0x00000001000c102d PyEval_EvalFrameEx + 22397
45  org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
46  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
47  org.python.python               0x00000001000c0b6a PyEval_EvalFrameEx + 21178
48  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
49  org.python.python               0x00000001000c0b6a PyEval_EvalFrameEx + 21178
50  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
51  org.python.python               0x000000010003da80 function_call + 176
52  org.python.python               0x000000010000c5e2 PyObject_Call + 98
53  org.python.python               0x000000010001ebcb instancemethod_call + 363
54  org.python.python               0x000000010000c5e2 PyObject_Call + 98
55  org.python.python               0x00000001000ba5f7 PyEval_CallObjectWithKeywords + 87
56  sip.so                          0x0000000101a636bc sip_api_invoke_slot + 825
57  QtCore.so                       0x0000000101d17da7 PyQtProxy::invokeSlot(qpycore_slot const&, void**) + 179
58  QtCore.so                       0x0000000101d17e43 PyQtProxy::unislot(void**) + 111
59  QtCore.so                       0x0000000101d17f8f PyQtProxy::qt_metacall(QMetaObject::Call, int, void**) + 165
60  QtCore                          0x0000000101fe8114 QObject::event(QEvent*) + 270
61  QtGui                           0x0000000103c6ebe8 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 304
62  QtGui                           0x0000000103c6ee66 QApplication::notify(QObject*, QEvent*) + 600
63  QtGui.so                        0x0000000103624fd2 sipQApplication::notify(QObject*, QEvent*) + 84
64  QtCore                          0x0000000101fd3982 QCoreApplication::notifyInternal(QObject*, QEvent*) + 104
65  QtCore                          0x0000000101fd3d93 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 593
66  com.apple.CoreFoundation        0x00007fff8dd976e1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
67  com.apple.CoreFoundation        0x00007fff8dd96f4d __CFRunLoopDoSources0 + 253
68  com.apple.CoreFoundation        0x00007fff8ddbdd39 __CFRunLoopRun + 905
69  com.apple.CoreFoundation        0x00007fff8ddbd676 CFRunLoopRunSpecific + 230
70  com.apple.HIToolbox             0x00007fff8fc4531f RunCurrentEventLoopInMode + 277
71  com.apple.HIToolbox             0x00007fff8fc4c5c9 ReceiveNextEventCommon + 355
72  com.apple.HIToolbox             0x00007fff8fc4c456 BlockUntilNextEventMatchingListInMode + 62
73  com.apple.AppKit                0x00000001047f7f5d _DPSNextEvent + 659
74  com.apple.AppKit                0x00000001047f7861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
75  com.apple.AppKit                0x00000001047f419d -[NSApplication run] + 470
76  QtGui                           0x0000000103c2a2a0 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 840
77  QtCore                          0x0000000101fd0f08 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 394
78  QtCore                          0x0000000101fd40d3 QCoreApplication::exec() + 175
79  QtGui.so                        0x0000000103625cf1 meth_QApplication_exec_ + 81
80  org.python.python               0x00000001000c102d PyEval_EvalFrameEx + 22397
81  org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
82  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
83  org.python.python               0x00000001000c0b6a PyEval_EvalFrameEx + 21178
84  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
85  org.python.python               0x00000001000c0b6a PyEval_EvalFrameEx + 21178
86  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
87  org.python.python               0x00000001000c2e46 PyEval_EvalCode + 54
88  org.python.python               0x00000001000e7b6e PyRun_FileExFlags + 174
89  org.python.python               0x00000001000e7e29 PyRun_SimpleFileExFlags + 489
90  org.python.python               0x00000001000fe77c Py_Main + 2940
91  org.python.python               0x0000000100000f14 0x100000000 + 3860

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff8a0bd7e6 kevent + 10
1   libdispatch.dylib               0x00007fff90b725be _dispatch_mgr_invoke + 923
2   libdispatch.dylib               0x00007fff90b7114e _dispatch_mgr_thread + 54

Thread 2:
0   libsystem_kernel.dylib          0x00007fff8a0bd7e6 kevent + 10
1   libzmq.1.dylib                  0x0000000105f89e9d zmq::kqueue_t::loop() + 155
2   libzmq.1.dylib                  0x0000000105f9a7f9 thread_routine + 105
3   libsystem_c.dylib               0x00007fff8b0b88bf _pthread_start + 335
4   libsystem_c.dylib               0x00007fff8b0bbb75 thread_start + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff8a0bd7e6 kevent + 10
1   libzmq.1.dylib                  0x0000000105f89e9d zmq::kqueue_t::loop() + 155
2   libzmq.1.dylib                  0x0000000105f9a7f9 thread_routine + 105
3   libsystem_c.dylib               0x00007fff8b0b88bf _pthread_start + 335
4   libsystem_c.dylib               0x00007fff8b0bbb75 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff8a0bda7a poll + 10
1   libzmq.1.dylib                  0x0000000105f9f346 zmq_poll + 550
2   poll.so                         0x0000000106131d2d __pyx_pf_3zmq_4core_4poll__poll + 1421
3   org.python.python               0x000000010000c5e2 PyObject_Call + 98
4   org.python.python               0x00000001000ba5f7 PyEval_CallObjectWithKeywords + 87
5   poll.so                         0x000000010613139e __pyx_pf_3zmq_4core_4poll_6Poller_4poll + 862
6   org.python.python               0x000000010000c5e2 PyObject_Call + 98
7   org.python.python               0x00000001000be5f3 PyEval_EvalFrameEx + 11587
8   org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
9   org.python.python               0x00000001000c0b6a PyEval_EvalFrameEx + 21178
10  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
11  org.python.python               0x00000001000c0b6a PyEval_EvalFrameEx + 21178
12  org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
13  org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
14  org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
15  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
16  org.python.python               0x000000010003da80 function_call + 176
17  org.python.python               0x000000010000c5e2 PyObject_Call + 98
18  org.python.python               0x000000010001ebcb instancemethod_call + 363
19  org.python.python               0x000000010000c5e2 PyObject_Call + 98
20  org.python.python               0x00000001000ba5f7 PyEval_CallObjectWithKeywords + 87
21  org.python.python               0x0000000100100a63 t_bootstrap + 67
22  libsystem_c.dylib               0x00007fff8b0b88bf _pthread_start + 335
23  libsystem_c.dylib               0x00007fff8b0bbb75 thread_start + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff8a0bda7a poll + 10
1   libzmq.1.dylib                  0x0000000105f9f346 zmq_poll + 550
2   poll.so                         0x0000000106131d2d __pyx_pf_3zmq_4core_4poll__poll + 1421
3   org.python.python               0x000000010000c5e2 PyObject_Call + 98
4   org.python.python               0x00000001000ba5f7 PyEval_CallObjectWithKeywords + 87
5   poll.so                         0x000000010613139e __pyx_pf_3zmq_4core_4poll_6Poller_4poll + 862
6   org.python.python               0x000000010000c5e2 PyObject_Call + 98
7   org.python.python               0x00000001000be5f3 PyEval_EvalFrameEx + 11587
8   org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
9   org.python.python               0x00000001000c0b6a PyEval_EvalFrameEx + 21178
10  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
11  org.python.python               0x00000001000c0b6a PyEval_EvalFrameEx + 21178
12  org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
13  org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
14  org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
15  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
16  org.python.python               0x000000010003da80 function_call + 176
17  org.python.python               0x000000010000c5e2 PyObject_Call + 98
18  org.python.python               0x000000010001ebcb instancemethod_call + 363
19  org.python.python               0x000000010000c5e2 PyObject_Call + 98
20  org.python.python               0x00000001000ba5f7 PyEval_CallObjectWithKeywords + 87
21  org.python.python               0x0000000100100a63 t_bootstrap + 67
22  libsystem_c.dylib               0x00007fff8b0b88bf _pthread_start + 335
23  libsystem_c.dylib               0x00007fff8b0bbb75 thread_start + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff8a0bda7a poll + 10
1   libzmq.1.dylib                  0x0000000105f9f346 zmq_poll + 550
2   poll.so                         0x0000000106131d2d __pyx_pf_3zmq_4core_4poll__poll + 1421
3   org.python.python               0x000000010000c5e2 PyObject_Call + 98
4   org.python.python               0x00000001000ba5f7 PyEval_CallObjectWithKeywords + 87
5   poll.so                         0x000000010613139e __pyx_pf_3zmq_4core_4poll_6Poller_4poll + 862
6   org.python.python               0x000000010000c5e2 PyObject_Call + 98
7   org.python.python               0x00000001000be5f3 PyEval_EvalFrameEx + 11587
8   org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
9   org.python.python               0x00000001000c0b6a PyEval_EvalFrameEx + 21178
10  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
11  org.python.python               0x00000001000c0b6a PyEval_EvalFrameEx + 21178
12  org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
13  org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
14  org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
15  org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
16  org.python.python               0x000000010003da80 function_call + 176
17  org.python.python               0x000000010000c5e2 PyObject_Call + 98
18  org.python.python               0x000000010001ebcb instancemethod_call + 363
19  org.python.python               0x000000010000c5e2 PyObject_Call + 98
20  org.python.python               0x00000001000ba5f7 PyEval_CallObjectWithKeywords + 87
21  org.python.python               0x0000000100100a63 t_bootstrap + 67
22  libsystem_c.dylib               0x00007fff8b0b88bf _pthread_start + 335
23  libsystem_c.dylib               0x00007fff8b0bbb75 thread_start + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff8a0bcdf2 __select + 10
1   time.so                         0x00000001007e2bbe time_sleep + 126
2   org.python.python               0x00000001000c102d PyEval_EvalFrameEx + 22397
3   org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
4   org.python.python               0x00000001000c1ebe PyEval_EvalFrameEx + 26126
5   org.python.python               0x00000001000c2d29 PyEval_EvalCodeEx + 2137
6   org.python.python               0x000000010003da80 function_call + 176
7   org.python.python               0x000000010000c5e2 PyObject_Call + 98
8   org.python.python               0x000000010001ebcb instancemethod_call + 363
9   org.python.python               0x000000010000c5e2 PyObject_Call + 98
10  org.python.python               0x00000001000ba5f7 PyEval_CallObjectWithKeywords + 87
11  org.python.python               0x0000000100100a63 t_bootstrap + 67
12  libsystem_c.dylib               0x00007fff8b0b88bf _pthread_start + 335
13  libsystem_c.dylib               0x00007fff8b0bbb75 thread_start + 13

Thread 8:
0   libsystem_kernel.dylib          0x00007fff8a0bd192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff8b0ba594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff8b0bbb85 start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff8a0bd192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff8b0ba594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff8b0bbb85 start_wqthread + 13

Thread 10:

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007fff5fbf7ce4  rbx: 0x00007fff5fbf5d38  rcx: 0x00007fff5fbf861c  rdx: 0x00007fff5fbf8894
  rdi: 0x000000005efc9300  rsi: 0x0000000000001e79  rbp: 0x00007fff5fbf5a60  rsp: 0x00007fff5fbf5a40
   r8: 0x0000000000000001   r9: 0x0000000000000001  r10: 0x00007fff5fbf81d4  r11: 0x00007fff5fbf6878
  r12: 0x0000000000004871  r13: 0x0000000000000000  r14: 0x00000000000000d7  r15: 0x00000000000000d9
  rip: 0x0000000103e91c30  rfl: 0x0000000000010212  cr2: 0x00007fff5fc00000
Logical CPU: 1

Binary Images:
       0x100000000 -        0x100000fff +org.python.python (2.7.2 - 2.7.2) <639E72E4-F205-C034-8E34-E59DE9C46369> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
       0x100003000 -        0x10016cfef +org.python.python (2.7.2, [c] 2004-2011 Python Software Foundation. - 2.7.2) <49D18B1A-C92D-E32E-A7C1-086D0B14BD76> /Library/Frameworks/Python.framework/Versions/2.7/Python
       0x100239000 -        0x100266fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
       0x100274000 -        0x100279ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
       0x100280000 -        0x100482fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
       0x1005f4000 -        0x1005f7ff7 +zlib.so (??? - ???) <BD96CFDC-B0B5-E21A-75BB-C3E8D035AADD> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/zlib.so
       0x1007e1000 -        0x1007e3fff +time.so (??? - ???) <77136671-9973-6EFB-9A2D-127664836672> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
       0x1007e8000 -        0x1007ebff7 +strop.so (??? - ???) <F7857283-F427-7CF7-9B0D-7619AA0A82F1> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
       0x1007f0000 -        0x1007f3fef +binascii.so (??? - ???) <89F159C8-99E7-6BB0-4829-3C441378FF07> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
       0x1007f7000 -        0x1007f8fff +cStringIO.so (??? - ???) <364F2486-CB7C-0DA0-C419-F3BCE469B261> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
       0x1007fd000 -        0x1007fdfff +_bisect.so (??? - ???) <0872429A-9467-F3F6-BA8E-CCF6C9AD4FB5> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so
       0x10106e000 -        0x10107cfff +datetime.so (??? - ???) <710107D4-44E6-D559-D71B-2D59CCC8966E> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so
       0x101088000 -        0x1010bcfe7 +pyexpat.so (??? - ???) <E5FD4237-8D59-8B8E-E229-19601A03F18E> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/pyexpat.so
       0x1010ce000 -        0x1010d2fff +_collections.so (??? - ???) <101CE794-99F9-CF85-B3DF-B2ACA887CEDB> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
       0x1010d8000 -        0x1010dcff7 +operator.so (??? - ???) <CAD2CA2D-4216-507D-BD3E-3CE5FD1AC228> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
       0x1010e3000 -        0x1010eaff7 +itertools.so (??? - ???) <87448276-955A-B859-0CCB-35A9834894A7> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
       0x1010f5000 -        0x1010f6ff7 +_heapq.so (??? - ???) <22FEED03-4F6C-2499-DC3B-952791344ABD> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
       0x1010fa000 -        0x1010fbff7 +_functools.so (??? - ???) <755EA750-0AF2-4887-4C25-703D7366BB37> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
       0x101340000 -        0x101342fff +_locale.so (??? - ???) <7F398010-BCF7-FF58-065C-85B45DF4FC03> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
       0x101346000 -        0x10134afff +_struct.so (??? - ???) <8FFF4DE5-5CF1-5DFD-ADE0-5AAD633838BF> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
       0x101391000 -        0x101396fef +math.so (??? - ???) <BB711560-6A83-84BF-316C-9337CE845D0D> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
       0x10139d000 -        0x10139efff +_hashlib.so (??? - ???) <609B0E50-C9BD-9B88-9177-FFBAFED033ED> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
       0x1013a2000 -        0x1013a3fff +_random.so (??? - ???) <54585B5D-1999-A6CC-9CEB-34F759F0438F> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so
       0x1013a6000 -        0x1013a7ff7 +fcntl.so (??? - ???) <A147C2B8-5A06-D0C5-C60F-6BC316D73FAA> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so
       0x1013aa000 -        0x1013adfff +select.so (??? - ???) <E30C1A76-F0AA-FA2B-9D48-975AFB586986> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so
       0x1013f3000 -        0x1013f4ff7 +resource.so (??? - ???) <EDB7E9AD-F8D7-424A-AC37-183257FED903> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/resource.so
       0x1013f7000 -        0x1013f8fff +termios.so (??? - ???) <43FCCF9A-C66E-DE5B-0F7D-1028A41F9263> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/termios.so
       0x1013fd000 -        0x1013fdfff +grp.so (??? - ???) <9133BC7F-65D3-5CFB-ACCC-8F1F9478FF2E> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/grp.so
       0x1016c0000 -        0x1016d5fff +_io.so (??? - ???) <7A9EA5F2-75D9-F13A-7FDB-AD6841880B07> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
       0x1016ec000 -        0x1016f9ff7 +_curses.so (??? - ???) <0F9A7A6B-2157-3A43-8F75-CFB539587A00> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_curses.so
       0x101744000 -        0x10174fff7 +_sqlite3.so (??? - ???) <14EA4EDA-DD1B-9253-B9C2-5FCCB014A1B7> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_sqlite3.so
       0x10179b000 -        0x1017b1fff +_ctypes.so (??? - ???) <C5FE5EC4-F979-6AAA-C324-BD806FF6ECCC> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
       0x1017c2000 -        0x1017c9fff +_socket.so (??? - ???) <47EC3750-BA57-53BB-8088-8CB89C10AC16> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so
       0x1017d3000 -        0x1017d7ff7 +_ssl.so (??? - ???) <4936BA04-9ACD-2DAF-56C1-E5F51CBB2BA0> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so
       0x1017dd000 -        0x1017e2fff +array.so (??? - ???) <88248C2B-CFF2-71B4-2511-09B994E36CE9> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so
       0x1017e9000 -        0x1017ebff7 +_lsprof.so (??? - ???) <BE737912-113F-9312-E043-AC81E101583E> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_lsprof.so
       0x1017ef000 -        0x1017f4fff +_json.so (??? - ???) <70ACC7E0-56A9-2B65-7370-A11C4B06A13C> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_json.so
       0x1017f9000 -        0x1017fbfff  libCVMSPluginSupport.dylib (??? - ???) <B2FC6EC0-1A0C-3482-A3C9-D08446E8713A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
       0x1019c0000 -        0x1019cfff7 +cPickle.so (??? - ???) <190F516F-97F6-7258-29D3-F8B23CF04C50> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so
       0x101a57000 -        0x101a69ff7 +sip.so (??? - ???) <5277C320-4649-38EA-B43A-7BAA8870F0C4> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sip.so
       0x101a72000 -        0x101a81ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
       0x101a89000 -        0x101abcff7  com.apple.GSS (2.1 - 2.0) <57AD81CE-6320-38C9-9B66-0E5A4DEA898A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
       0x101af3000 -        0x101af9fff  libGFXShared.dylib (??? - ???) <B95E9B22-AE68-3E48-8733-00CCCA08D50E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
       0x101c00000 -        0x101da3fef +QtCore.so (??? - ???) <AC9EA697-3775-3FED-A81F-4D874DEEA9C9> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/QtCore.so
       0x101ebf000 -        0x102160fff +QtCore (4.8.0 - compatibility 4.8.0) <FCA595BB-D66F-33B6-BB18-A2D383AD9E78> /Library/Frameworks/QtCore.framework/Versions/4/QtCore
       0x1021dd000 -        0x1024bffff  com.apple.security (7.0 - 55110) <252F9E04-FF8A-3EA7-A38E-51DD0653663C> /System/Library/Frameworks/Security.framework/Versions/A/Security
       0x102672000 -        0x1026d8ff7  com.apple.coreui (1.2.1 - 165.3) <378C9221-ADE6-36D9-9944-F33AE6904E4F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
       0x102717000 -        0x102727ff7  com.apple.opengl (1.7.6 - 1.7.6) <C168883D-9BC5-3C38-9937-42852D719718> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
       0x10272f000 -        0x102781ff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
       0x102790000 -        0x1027a6fff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
       0x1027b8000 -        0x1027f7ff7  libGLImage.dylib (??? - ???) <348729DC-BC44-3744-B249-9DFA6498344A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
       0x103300000 -        0x103816fef +QtGui.so (??? - ???) <E58E9E17-2D8E-3238-8919-9090C02C0260> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/QtGui.so
       0x103bef000 -        0x1045abfe7 +QtGui (4.8.0 - compatibility 4.8.0) <CAEAEA4A-529E-3149-9609-71D0BAF90041> /Library/Frameworks/QtGui.framework/Versions/4/QtGui
       0x1047ef000 -        0x1053f3fff  com.apple.AppKit (6.7.3 - 1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x105a76000 -        0x105a79fff  libCoreVMClient.dylib (??? - ???) <E034C772-4263-3F48-B083-25A758DD6228> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
       0x105c00000 -        0x105c10ff7 +QtSvg.so (??? - ???) <A5102C3E-6592-318E-8A48-37A95F6F6A06> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/QtSvg.so
       0x105c20000 -        0x105c6cfff +QtSvg (4.8.0 - compatibility 4.8.0) <91CDF335-F07C-364D-B013-42023F0DF733> /Library/Frameworks/QtSvg.framework/Versions/4/QtSvg
       0x105cc6000 -        0x105cc9fff +_multiprocessing.so (??? - ???) <88934565-4DA9-F2F8-A0A4-66E3A8879267> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_multiprocessing.so
       0x105d83000 -        0x105e17fff +unicodedata.so (??? - ???) <ADFDD85B-8565-4697-8921-B95F6B0C1886> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/unicodedata.so
       0x105eae000 -        0x105ee2fff +_imaging.so (??? - ???) <2BE8961F-550C-3C2C-BB6D-39F6670D0B08> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PIL/_imaging.so
       0x105f7e000 -        0x105f7ffff +initthreads.so (??? - ???) <1D9B3C6E-8052-3E48-A333-B8112E72F938> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/utils/initthreads.so
       0x105f83000 -        0x105fb3fff +libzmq.1.dylib (2.0.0 - compatibility 2.0.0) <3168A727-D08C-3965-9755-C67CECA0659F> /usr/local/lib/libzmq.1.dylib
       0x105fc7000 -        0x105fcdfff +constants.so (??? - ???) <B49A8224-7B19-365C-955C-67579B340452> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/core/constants.so
       0x105fd4000 -        0x105fd7fff +error.so (??? - ???) <0BC05AA1-DDC9-36C9-AAD0-96CDF52D765D> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/core/error.so
       0x105fdc000 -        0x105fe7ff7 +message.so (??? - ???) <821D7376-EEFF-3E42-876C-5EFF3D9F6B4A> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/core/message.so
       0x105ff2000 -        0x105ff7fff +context.so (??? - ???) <76E9C46B-CE34-3568-BB7C-C20DEF9086DB> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/core/context.so
       0x106100000 -        0x106117ff7 +socket.so (??? - ???) <C3846FCF-7EAD-33F8-BE77-AD69944E4C58> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/core/socket.so
       0x106129000 -        0x106134fff +poll.so (??? - ???) <CC958EC8-C1F3-3256-82F2-DA9F886C02CB> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/core/poll.so
       0x10613c000 -        0x10613efff +stopwatch.so (??? - ???) <21F5BF24-4559-3579-BD16-5489AB640B06> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/core/stopwatch.so
       0x106143000 -        0x106145fff +version.so (??? - ???) <0E06CA38-F2D0-3831-B3BC-ED1DDC9AE9E4> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/core/version.so
       0x10614a000 -        0x10614cfff +device.so (??? - ???) <EC100513-C458-3B6B-A031-487E83133DE7> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/core/device.so
       0x106151000 -        0x106156fff +monitoredqueue.so (??? - ???) <A644C577-5E77-3E2B-8B82-172B7743902C> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/zmq/devices/monitoredqueue.so
    0x7fff63daf000 -     0x7fff63de3baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff872a3000 -     0x7fff872b1ff7  libkxld.dylib (??? - ???) <B1BD4862-9D3F-3EEF-895C-A8E2E53684B6> /usr/lib/system/libkxld.dylib
    0x7fff872b2000 -     0x7fff872cffff  libxpc.dylib (77.18.0 - compatibility 1.0.0) <26C05F31-E809-3B47-AF42-1460971E3AC3> /usr/lib/system/libxpc.dylib
    0x7fff872d0000 -     0x7fff872d5fff  libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff87862000 -     0x7fff8786afff  libsystem_dnssd.dylib (??? - ???) <998E3778-7B43-301C-9053-12045AB8544D> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff87a09000 -     0x7fff87b10fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff87b15000 -     0x7fff87bb5fff  com.apple.LaunchServices (480.27.1 - 480.27.1) <4DC96C1E-6FDE-305E-9718-E4C5C1341F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff87bb6000 -     0x7fff87bd5fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff87bdd000 -     0x7fff87bdeff7  libsystem_sandbox.dylib (??? - ???) <5087ADAD-D34D-3844-9D04-AFF93CED3D92> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff87c3c000 -     0x7fff87d3eff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <22F1D1B6-1761-3687-9EFD-036EA15FB2E4> /usr/lib/libxml2.2.dylib
    0x7fff87dd2000 -     0x7fff87dfbfff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff87e2d000 -     0x7fff88149ff7  com.apple.CoreServices.CarbonCore (960.20 - 960.20) <C45CA09E-8867-3D67-BB2E-48D2E6B0D78C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8814a000 -     0x7fff88167ff7  com.apple.openscripting (1.3.3 - ???) <4FACC89E-FDAA-3CA5-B5CD-1F4EEAEDF7CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff88233000 -     0x7fff88281fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff88282000 -     0x7fff8828bff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff8828c000 -     0x7fff882bcff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff88791000 -     0x7fff887d1ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib
    0x7fff88967000 -     0x7fff88968fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff88969000 -     0x7fff8896efff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff88a76000 -     0x7fff88acaff7  libFontRegistry.dylib (??? - ???) <F98926EF-FFA0-37C5-824C-02E436E21DD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff88acc000 -     0x7fff88ae0ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff88b20000 -     0x7fff88f4dfff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff88ffa000 -     0x7fff89052fff  libTIFF.dylib (??? - ???) <DD797FBE-9B63-3785-A9EA-0321D113538B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff89057000 -     0x7fff89073ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff890b3000 -     0x7fff8911dff7  com.apple.framework.IOKit (2.0 - ???) <EEEB42FD-E3E1-3A94-A771-B1993B694F17> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff89391000 -     0x7fff89475e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff89476000 -     0x7fff894c2ff7  com.apple.SystemConfiguration (1.11.2 - 1.11) <A14F3583-9CC0-397D-A50E-17217075953F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff894c3000 -     0x7fff89547ff7  com.apple.ApplicationServices.ATS (317.5.0 - ???) <C2B254F0-6ED8-3313-9CFC-9ACD519C8A9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff89548000 -     0x7fff895fbfff  com.apple.CoreText (220.11.0 - ???) <0322442E-0530-37E8-A7D6-AEFD909F0AFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff895fc000 -     0x7fff89620fff  com.apple.RemoteViewServices (1.3 - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff89627000 -     0x7fff89627fff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff89628000 -     0x7fff89628fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff89629000 -     0x7fff896bfff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff896f2000 -     0x7fff89a0bff7  com.apple.Foundation (6.7.1 - 833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff89a0c000 -     0x7fff89a13fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff89a14000 -     0x7fff89a2bfff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff89a47000 -     0x7fff89ab7fff  com.apple.datadetectorscore (3.0 - 179.4) <B4C6417F-296C-31C1-BB94-980BFCDC9175> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff89ab8000 -     0x7fff89b3dff7  com.apple.Heimdal (2.1 - 2.0) <3758B442-6175-32B8-8C17-D8ABDD589BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff89ba4000 -     0x7fff89bb2fff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff89bb3000 -     0x7fff89c07ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff89d36000 -     0x7fff89d39ff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff89d3a000 -     0x7fff89d3afff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff89d3b000 -     0x7fff89d46ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff89d47000 -     0x7fff89d86fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff89d94000 -     0x7fff89d99fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff89eef000 -     0x7fff89efcff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff89efd000 -     0x7fff89f3fff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8a027000 -     0x7fff8a054ff7  com.apple.opencl (1.50.69 - 1.50.69) <687265AF-E9B6-3537-89D7-7C12EB38193D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8a055000 -     0x7fff8a08efe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
    0x7fff8a0a6000 -     0x7fff8a0c6fff  libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8a0c7000 -     0x7fff8a127fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8a128000 -     0x7fff8a1ccfff  com.apple.ink.framework (1.3.2 - 110) <C8840EA4-AE7B-360C-A191-D36B5F10B6B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8a1cd000 -     0x7fff8a1f8ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <4DB5ED11-004B-36B5-AE5F-2AB714754241> /usr/lib/libxslt.1.dylib
    0x7fff8a22f000 -     0x7fff8a235fff  IOSurface (??? - ???) <03F95CAC-569C-3573-B3D7-2D211B8BDC56> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8a2c5000 -     0x7fff8a2cafff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8a6f8000 -     0x7fff8a804fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8a814000 -     0x7fff8a9b3fff  com.apple.QuartzCore (1.7 - 270.2) <F2CCDEFB-DE43-3E32-B242-A22C82617186> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8ac8d000 -     0x7fff8ac8eff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff8ad9b000 -     0x7fff8add5fff  libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> /usr/lib/libncurses.5.4.dylib
    0x7fff8ae4c000 -     0x7fff8ae4cfff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8ae4d000 -     0x7fff8ae5afff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <CBA71562-050B-3515-92B7-8BC1E2EEEF2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8ae5b000 -     0x7fff8ae5fff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8b06a000 -     0x7fff8b147fef  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
    0x7fff8b148000 -     0x7fff8b20fff7  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <4538975D-2834-3FF7-AAE4-5B13AFF2256B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff8b286000 -     0x7fff8b289fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8b2a0000 -     0x7fff8b3adfff  libJP2.dylib (??? - ???) <F2B34A61-75F0-3BFE-A309-EE0DF4AF9E37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8b3ae000 -     0x7fff8b416ff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8b417000 -     0x7fff8b417fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8b418000 -     0x7fff8b4f6fff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <DB530A63-8ECF-3B53-AC9A-1692A5397E2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8b4f7000 -     0x7fff8b4f9fff  libquarantine.dylib (36.2.0 - compatibility 1.0.0) <48656562-FF20-3B55-9F93-407ACA7341C0> /usr/lib/system/libquarantine.dylib
    0x7fff8bc3b000 -     0x7fff8bc3bfff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8bc3e000 -     0x7fff8bcb4fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8bcb5000 -     0x7fff8be0efff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8be0f000 -     0x7fff8be10ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8c105000 -     0x7fff8c106fff  libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <37FEFE78-BCB5-37EC-8E99-747469BCA4C7> /usr/lib/system/libdnsinfo.dylib
    0x7fff8c89c000 -     0x7fff8ce80fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8cf13000 -     0x7fff8cf14fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff8dc2a000 -     0x7fff8dd1ffff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff8dd20000 -     0x7fff8dd40fff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8dd41000 -     0x7fff8dd6cff7  com.apple.CoreServicesInternal (113.12 - 113.12) <C37DAC1A-35D2-30EC-9112-5EEECED5C461> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8dd6f000 -     0x7fff8dd84fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8dd85000 -     0x7fff8df59fff  com.apple.CoreFoundation (6.7.1 - 635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8df5a000 -     0x7fff8df81ff7  com.apple.PerformanceAnalysis (1.10 - 10) <DD87C994-66D6-330A-BAF9-AB86BE125A62> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8e310000 -     0x7fff8e323ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
    0x7fff8ef36000 -     0x7fff8ef41fff  com.apple.CommonAuth (2.1 - 2.0) <272CB600-6DA8-3952-97C0-5DC594DCA024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8ef47000 -     0x7fff8ef5efff  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3F8C015B-88AC-370F-B39D-B4665FB7616A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8efad000 -     0x7fff8efafff7  com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8efb1000 -     0x7fff8f0b6fff  libFontParser.dylib (??? - ???) <0920DA16-2066-33E6-BF95-AD4B0F3C22B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8f0b7000 -     0x7fff8f0c9ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff8f0ca000 -     0x7fff8f591fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff8fc43000 -     0x7fff8ff6dff7  com.apple.HIToolbox (1.8 - ???) <D6A0D513-4893-35B4-9FFE-865FF419F2C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8ff6e000 -     0x7fff8fff1fef  com.apple.Metadata (10.7.0 - 627.28) <1C14033A-69C9-3757-B24D-5583AEAC2CBA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8fff2000 -     0x7fff8fff3fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8fff4000 -     0x7fff9002efe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff9002f000 -     0x7fff90035ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff9003f000 -     0x7fff900b2fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff90463000 -     0x7fff9048bff7  com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff9048c000 -     0x7fff904cfff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <85D00F5C-43ED-33A9-80B4-72EB0EAE3E25> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff904d0000 -     0x7fff904e6ff7  com.apple.ImageCapture (7.0 - 7.0) <F15FC6FB-9E88-3BE9-BABE-0454D3A502A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff90713000 -     0x7fff90719fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff90735000 -     0x7fff90739fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff9073a000 -     0x7fff9079cff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff9079d000 -     0x7fff907a8ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <48607E6E-8612-3267-9184-E948B1863B32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff9080a000 -     0x7fff9084bfff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff90afe000 -     0x7fff90b39fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff90b6f000 -     0x7fff90b7dfff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
    0x7fff91061000 -     0x7fff91197fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff91337000 -     0x7fff91341ff7  liblaunch.dylib (392.35.0 - compatibility 1.0.0) <8F8BB206-CECA-33A5-A105-4A01C3ED5D23> /usr/lib/system/liblaunch.dylib
    0x7fff91342000 -     0x7fff91cd27a7  com.apple.CoreGraphics (1.600.0 - ???) <177D9BAD-72C9-3ADF-A391-5B88C5EE623F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff91cd3000 -     0x7fff91cd8fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
    0x7fff920f7000 -     0x7fff9216cff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
    0x7fff9216d000 -     0x7fff922d4ff7  com.apple.CFNetwork (520.3.2 - 520.3.2) <516B611D-E53E-3467-9211-3C5B86ABA865> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff922e8000 -     0x7fff922faff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff92b2f000 -     0x7fff92f91ff7  com.apple.RawCamera.bundle (3.9.1 - 586) <1AA853F4-E429-33E3-B4A9-6B019CCCC5E4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff92ff4000 -     0x7fff9306fff7  com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff93070000 -     0x7fff93189fff  com.apple.DesktopServices (1.6.2 - 1.6.2) <6B83172E-F539-3AF8-A76D-1F9EA357B076> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff9321f000 -     0x7fff9321ffff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff9324e000 -     0x7fff932f0ff7  com.apple.securityfoundation (5.0 - 55107) <6C2E7362-CB11-3CBD-BB1C-348E4B10F25A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff93742000 -     0x7fff93744fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff93745000 -     0x7fff9374cfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff9374d000 -     0x7fff9382ffff  com.apple.CoreServices.OSServices (478.37 - 478.37) <1DAC695E-0D0F-3AE2-974F-A173E69E67CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff93830000 -     0x7fff93834fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
    0x7fff93835000 -     0x7fff9383cff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff9386f000 -     0x7fff93875fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff93876000 -     0x7fff9389cff7  com.apple.framework.familycontrols (3.0 - 300) <DC06CF3A-2F10-3867-9498-CADAE30D0CE4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff93942000 -     0x7fff93b6afe7  com.apple.CoreData (104.1 - 358.13) <F1DA3110-C4DF-3F0A-A057-AEE78DE8C99D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff93b7b000 -     0x7fff93bd6ff7  com.apple.HIServices (1.11 - ???) <DE8FA7FA-0A41-35D9-8473-5104F81DA934> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff93bd7000 -     0x7fff93bdbfff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <37517279-C92E-3217-B49A-838198B48787> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff93bdc000 -     0x7fff93bdffff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff93be0000 -     0x7fff93c04fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff93c59000 -     0x7fff93cf3ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff93d45000 -     0x7fff93e0cff7  com.apple.ColorSync (4.7.1 - 4.7.1) <EA74B067-9916-341A-9C68-6165A4656042> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff93e70000 -     0x7fff93e70fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff93ea1000 -     0x7fff94114fff  com.apple.CoreImage (7.93 - 1.0.1) <0B7D855E-A2B6-3C14-A242-2CF2165C6E7E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 2
    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: 50540
    thread_create: 4
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=183.2M resident=105.7M(58%) swapped_out_or_unallocated=77.5M(42%)
Writable regions: Total=113.7M written=22.6M(20%) resident=50.1M(44%) swapped_out=0K(0%) unallocated=63.6M(56%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  2232K
CG image                             72K
CG raster data                       64K
CG shared images                   3408K
CoreGraphics                         16K
CoreServices                       2316K
MALLOC                             62.4M
MALLOC guard page                    48K
Memory tag=242                       12K
STACK GUARD                        56.0M
Stack                              26.6M
Stack (reserved)                    520K        reserved VM address space (unallocated)
VM_ALLOCATE                        16.2M
__CI_BITMAP                          80K
__DATA                             16.3M
__IMAGE                             528K
__LINKEDIT                         61.0M
__RC_CAMERAS                        232K
__TEXT                            122.2M
__UNICODE                           544K
mapped file                        37.4M
shared memory                       308K
===========                      =======
TOTAL                             408.2M
TOTAL, minus reserved VM space    407.7M

Model: iMac12,1, BootROM IM121.0047.B1D, 4 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 1.71f22
Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 512 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3231554538424655302D444A2D4620
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3231554538424655302D444A2D4620
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.61.4-P2P
Bluetooth: Version 4.0.3f12, 2 service, 18 devices, 2 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: ST3500418AS, 500.11 GB
Serial ATA Device: HL-DT-STDVDRW  GA32N
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x850b, 0xfa200000 / 3
USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfa130000 / 5
USB Device: Apple Keyboard, apple_vendor_id, 0x0250, 0xfa132000 / 7
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 6
USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfd110000 / 4
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
@fperez
Copy link
Member

fperez commented Feb 14, 2012

Ouch, I was hoping this would be coming from PySide, but you've shown that it can be triggered by PyQt also...

First thing to try is to update to the current development tree of IPython, and see if you still get the problem. If that's the case, another question: does the above mechanism always produce the crash, or only some times?

@pshchelo
Copy link
Author

Unfortunately, the problem is still there with the fresh git master clone. And yes, it is very persistent and reliable, the numpy.sin() crushes the Qtconsole every single time. And this is really an issue of tooltip display - when I do this stuff in normal IPython console, and then invoke those commands via history in the Qtconsole (so it does not have to show the tooltip), everything is fine.

@fperez
Copy link
Member

fperez commented Feb 14, 2012

Thanks for the info, @pshchelo. All I can suggest is that we ask our OSX crew if they've seen the problem as well... @ellisonbg, @minrk, @epatters, can you reproduce this problem by pasting the code @pshchelo posted above?

And @pshchelo, in the meantime you can disable tooltips by starting your qtconsole with:

--IPythonWidget.enable_calltips=False

or you can put that permanently in your config file if you want. At least it will let you get work done without blowing up in your face, until we can track down this problem.

@pshchelo
Copy link
Author

I am also eager to hear if this is reproducible - I am very new to OSX, and installing all my usual python stuff involved pretty amount of hacking around (as for my taste), so it could be I've just installed/compiled something wrong.

@fperez
Copy link
Member

fperez commented Feb 14, 2012

Something tells me it can't be too frequent, or we'd have seen plenty more reports of this problem. If you are new to OSX, you may want to consider using EPD. While it has its own limitations, I've had great success recommending it as a low-pain way for OSX users to get a functioning scientific python stack quickly.

But I'm not an OSX user myself, so take anything I say on the platform with a grain of salt :)

@minrk
Copy link
Member

minrk commented Feb 14, 2012

This was very reproducible with PySide 1.0.5, but I've never seen it even once since 1.0.7 when the relevant bug was fixed. This could be a new bug in Qt 4.8.

@pshchelo
Copy link
Author

@minrk : I would like to try it with Qt 4.7 if only I could get the corresponding Mac sources for the older PyQt version. It seems that Riverbank does not provide archive of previous releases, at least I could not find any on their website.

@minrk
Copy link
Member

minrk commented Feb 14, 2012

I should note that I am also using Qt 4.8 and PySide 1.1.0 from official binaries on OSX 10.7.3, and cannot reproduce this problem.

@pshchelo
Copy link
Author

Right now I tried to uninstall both PyQt and PySide together with Qt, and installed Qt 4.7.4 with PySide 1.1 for this Qt - the problem is gone. But I really suspect I messed up the installation the very first time. I was playing with XCode, installed and reinstalled it couple of times, and now I saw all Qt libs ended up in /Developer-old/ ...

Now I will try again uninstall them and install Qt 4.8 versions, since for @minrk it seems to work.

@fperez
Copy link
Member

fperez commented Feb 15, 2012

OK, closing then, since it doesn't seem to be on our side.

@fperez fperez closed this as completed Feb 15, 2012
@venabled
Copy link

I am having the same issue as pshchelo.

As I'm new to both Python and using package management on the Mac, I followed the installation instructions mentioned here: http://www.thisisthegreenroom.com/2011/installing-python-numpy-scipy-matplotlib-and-ipython-on-lion/#ipython

I did not find anything on these instructions regarding PySide, but I was using the Qt 4.8 libraries, and Python 2.7.2 (installed via homebrew), and iPython V 0.12, again installed via pip.

Any recommendations?

@pshchelo
Copy link
Author

@venabled: it looks like some quirk in Qt 4.8 and/or the setup process we were using (since @minrk does not have this problem). In the end I installed Qt 4.7.4 and PySide 1.1 for this Qt version from Nokia binary packages and compiled the PyQt 4.9.1 mac-sources against my installed Qt 4.7.4. Now everything works. I use both PySide and PyQt since I learn Qt+Python and want to do it on PySide, but Spyder IDE I use has some annoying troubles with PySide. For IPython/pylab only one of them is enough.

@venabled
Copy link

Just an FYI with Qt4.8 this still happens with both PyQt 4.9.1 and with PySide 1.1.0 as the backends. Anytime I try to use sin( or the like I'm out of luck!

I think I'm going to try to downgrade to Qt4.7.4 and see if I have any better luck. I'm still not sure how @minrk is doing this without issues? I suppose he mentioned that he was using the apple precompiled binaries?

@venabled
Copy link

Ok dropping back to Qt 4.7 and then recompiling PyQt (4.9.1) got it working for me. I had an issue where brew was catching QT as a dependency and installing 4.8, so I needed to pay more attention :D Thanks for talking it over with me!

@cbmoore
Copy link

cbmoore commented Feb 24, 2012

Is there a clean way to stop brew from catching QT and reinstalling 4.8 or is it best to just skip brew and install PyQt from source?
Thanks

@venabled
Copy link

You can use the "ignore dependencies" flag (just make sure you've satisfied
the other dpendencies).

Check out this link for more info:
http://apple.stackexchange.com/questions/24655/how-can-i-prevent-homebrew-from-installing-a-duplicate-of-software-i-installed-t

On Fri, Feb 24, 2012 at 5:42 PM, Chris Moore <
reply@reply.github.com

wrote:

Is there a clean way to stop brew from catching QT and reinstalling 4.8 or
is it best to just skip brew and install PyQt from source?
Thanks


Reply to this email directly or view it on GitHub:
#1407 (comment)

@Carreau
Copy link
Member

Carreau commented Feb 28, 2012

I've got a minimal crashing example : https://gist.github.com/1930794
If it may help.

@venabled
Copy link

venabled commented Apr 3, 2013

I eventually just installed Enthought!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants