[PyQt] QSystemTrayIcon still crashed app (PyQt4 4.9.1)
zw g
pekingmaster at gmail.com
Mon May 28 04:39:35 BST 2012
Hi Phil,
It seems the latest version of PyQt4 still has this bug.
My installation:
* Python 2.7.3
* PyQt4 4.9.1
* SIP 4.13.1
* Mac OS X 10.7.4
I don't know if it is the same as the quoted below, but very similar, and
if i delete the instance of
QSystemTrayIcon before exiting, then everything is fine.
Quote below:
======================================================
On Fri, 5 Mar 2010 00:35:21 +0100, Kiwi <spiky.kiwi at gmail.com
<http://www.riverbankcomputing.com/mailman/listinfo/pyqt>> wrote:
>* Hi,*>* I'm totally new to PyQt programming.*>* While I was writing a very simple app for the system tray I think I found*a
>* bug.*>* Here is a simple testcase:*>* *>* # -*- coding: utf-8 -*-*>* import sys*>* from PyQt4 import QtGui, QtCore*>* *>* app = QtGui.QApplication(sys.argv)*>* *>* tray = QtGui.QSystemTrayIcon()*>* *>* def a(): pass*>* def b(): pass*>* def c(): pass*>* def d(): pass*>* def e(): pass*>* def f(): pass*>* def g(): pass*>* def h(): pass*>* def i(): pass*>* def j(): pass*>* def k(): pass*>* *>* cm = QtGui.QMenu()*>* cm.addAction("Exit",QtGui.QApplication.quit)*>* *>* tray.setContextMenu(cm)*>* *>* tray.show()*>* sys.exit(app.exec_())*>* *>* *>* note that the "defs" are needed to make the crash happen.*>* FYI, running linux on x86_64*>* versions:*>* qt: 4.6.2*>* pyqt: 4 4.7*>* sip: 4.10*>* python: 2.6.4*>* gcc: 4.4.3*>* libX11 1.3.3*>* *>* here is the backtrace:*>* (gdb) run*>* Starting program: /usr/bin/python2.6 crash.py*>* [Thread debugging using libthread_db enabled]*>* QSystemTrayIcon::setVisible: No Icon set*>* *>* Program received signal SIGSEGV, Segmentation fault.*>* XFreeColormap (dpy=0x0, cmap=16777218) at FreeCmap.c:41*>* 41 FreeCmap.c: No such file or directory.*>* in FreeCmap.c*>* (gdb) bt*>* #0 XFreeColormap (dpy=0x0, cmap=16777218) at FreeCmap.c:41*>* #1 0x00007ffff5f1b558 in ~QSystemTrayIconSys (this=0x9c3070,*>* __in_chrg=<value optimized out>) at util/qsystemtrayicon_x11.cpp:213*>* #2 0x00007ffff5f19ff4 in QSystemTrayIconPrivate::remove_sys*>* (this=0x9bc310) at util/qsystemtrayicon_x11.cpp:352*>* #3 0x00007ffff5f0637f in ~QSystemTrayIcon (this=0x8c6590,*>* __in_chrg=<value optimized out>) at util/qsystemtrayicon.cpp:152*>* #4 0x00007ffff65f46f2 in ~sipQSystemTrayIcon (this=0x8c6590,*>* __in_chrg=<value optimized out>) at sipQtGuiQSystemTrayIcon.cpp:137*>* #5 0x00007ffff65f347c in release_QSystemTrayIcon (sipCppV=0x8c6590,*>* sipState=<value optimized out>) at sipQtGuiQSystemTrayIcon.cpp:752*>* #6 0x00007ffff219c289 in sipWrapper_dealloc (self=0x0) at siplib.c:9675*>* #7 0x00007ffff7adc0e5 in subtype_dealloc (self=0x7ffff7f1caf0) at*>* Objects/typeobject.c:1019*>* #8 0x00007ffff7aba0cf in insertdict (mp=0x63cf60, key=0x7ffff7f08870,*>* hash=2314047222216391292, value=0x7ffff7dab5d0) at*>* Objects/dictobject.c:459*>* #9 0x00007ffff7abcb15 in PyDict_SetItem (op=0x63cf60,*>* key=0x7ffff7f08870, value=0x7ffff7dab5d0) at Objects/dictobject.c:701*>* #10 0x00007ffff7abe48d in _PyModule_Clear (m=<value optimized out>) at*>* Objects/moduleobject.c:138*>* #11 0x00007ffff7b2ac4f in PyImport_Cleanup () at Python/import.c:439*>* #12 0x00007ffff7b33c46 in Py_Finalize () at Python/pythonrun.c:434*>* #13 0x00007ffff7b33d58 in Py_Exit (sts=0) at Python/pythonrun.c:1714*>* #14 0x00007ffff7b33e87 in handle_system_exit () at*Python/pythonrun.c:1116
>* #15 0x00007ffff7b340cd in PyErr_PrintEx (set_sys_last_vars=1) at*>* Python/pythonrun.c:1126*>* #16 0x00007ffff7b345a6 in PyRun_SimpleFileExFlags (fp=0x7fffffffe578,*>* filename=0x7fffffffe578 "crash.py", closeit=1, flags=0x7fffffffe0d0)*>* at Python/pythonrun.c:935*>* #17 0x00007ffff7b40721 in Py_Main (argc=-134926176, argv=<value*>* optimized out>) at Modules/main.c:599*>* #18 0x00007ffff74ebbbd in __libc_start_main (main=<value optimized*>* out>, argc=<value optimized out>, ubp_av=<value optimized out>,*>* init=<value optimized out>,*>* fini=<value optimized out>, rtld_fini=<value optimized out>,*>* stack_end=0x7fffffffe1e8) at libc-start.c:220*>* #19 0x00000000004006b*>* (gdb) f 6*>* #6 0x00007ffff219c289 in sipWrapper_dealloc (self=0x0) at siplib.c:9675*>* 9675 forgetObject((sipSimpleWrapper *)self);*>* (gdb) f 5*>* #5 0x00007ffff65f347c in release_QSystemTrayIcon (sipCppV=0x8c6590,*>* sipState=<value optimized out>) at sipQtGuiQSystemTrayIcon.cpp:752*>* warning: Source file is more recent than executable.*>* 752 delete reinterpret_cast<QSystemTrayIcon *>(sipCppV);*>* Current language: auto*>* The current source language is "auto; currently c++".*>* (gdb) f 4*>* #4 0x00007ffff65f46f2 in ~sipQSystemTrayIcon (this=0x8c6590,*>* __in_chrg=<value optimized out>) at sipQtGuiQSystemTrayIcon.cpp:137*>* 137 }*
Crashes on exit like this are caused by Qt objects being deleted in the
"wrong" order. Unfortunately PyQt has (almost) no control over that order.
By adding those dummy functions you are altering the order in which things
get garbage collected. It doesn't happen with C++ applications because the
objects don't get deleted.
The workaround is to experiment with explicitly deleting objects after
exec_() returns but before sys.exit() is called. In this case "del tray"
seems to avoid the crash.
That said, PyQt does have a mechanism for making sure certain objects get
deleted before the QApplication does - and it seems that QSystemTrayIcon
should also be handled that way. The change will be in tonight's snapshot.
Phil
======================================================
In my code ,after a long time debugging, i just found if i commented out
the following code:
self.trayNotifier =
QtGui.QSystemTrayIcon(QtGui.QIcon('images/trayIcon.png'))
self.trayNotifier.show()
Then no crash on exit.
Otherwise, every time i quit my app, crashing windows pop up with the
following information leave in terminal:
Segmentation fault: 11
And the crashing information inside the pop-up window is attached.
Gui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20120528/95bb26c6/attachment-0001.html>
-------------- next part --------------
Process: Python [2365]
Path: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Identifier: org.python.python
Version: 2.7.3 (2.7.3)
Code Type: X86-64 (Native)
Parent Process: bash [416]
Date/Time: 2012-05-28 11:33:28.544 +0800
OS Version: Mac OS X 10.7.4 (11E53)
Report Version: 9
Interval Since Last Report: 273090 sec
Crashes Since Last Report: 116
Per-App Interval Since Last Report: 6928 sec
Per-App Crashes Since Last Report: 112
Anonymous UUID: EC819C15-4645-4373-A3C6-6292E4E43361
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000
VM Regions Near 0:
-->
__TEXT 0000000102097000-0000000102098000 [ 4K] r-x/rwx SM=COW /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
Application Specific Information:
objc[2365]: garbage collection is OFF
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 QtCore 0x0000000103ccb7d8 QObject::thread() const + 8
1 QtGui.so 0x0000000102651170 release_QSystemTrayIcon + 48
2 sip.so 0x0000000103fa4b97 forgetObject + 80
3 sip.so 0x0000000103fa46b2 sipWrapper_dealloc + 20
4 org.python.python 0x0000000102108fb7 subtype_dealloc + 807
5 org.python.python 0x00000001020e31f5 dict_dealloc + 149
6 sip.so 0x0000000103fa344f sipSimpleWrapper_clear + 202
7 sip.so 0x0000000103fa3ff7 sipWrapper_clear + 26
8 sip.so 0x0000000103fa46ba sipWrapper_dealloc + 28
9 org.python.python 0x0000000102108fb7 subtype_dealloc + 807
10 org.python.python 0x00000001020e22b3 insertdict + 339
11 org.python.python 0x00000001020e2101 PyDict_SetItem + 145
12 org.python.python 0x00000001020e7c93 _PyModule_Clear + 371
13 org.python.python 0x00000001021578b8 PyImport_Cleanup + 536
14 org.python.python 0x0000000102164318 Py_Finalize + 328
15 org.python.python 0x000000010216561c handle_system_exit + 332
16 org.python.python 0x000000010216520b PyErr_PrintEx + 43
17 org.python.python 0x0000000102164b88 PyRun_SimpleFileExFlags + 776
18 org.python.python 0x0000000102178d44 Py_Main + 2436
19 org.python.python 0x0000000102097f24 0x102097000 + 3876
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8d6597e6 kevent + 10
1 libdispatch.dylib 0x00007fff8514678a _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff8514531a _dispatch_mgr_thread + 54
Thread 2:
0 libsystem_kernel.dylib 0x00007fff8d659192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff83d7c594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff83d7db85 start_wqthread + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff8d659192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff83d7c594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff83d7db85 start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff8d659192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff83d7c594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff83d7db85 start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff8d658bca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff83d7e274 _pthread_cond_wait + 840
2 QtCore 0x0000000103ba4a60 QWaitCondition::wait(QMutex*, unsigned long) + 304
3 QtGui 0x00000001033ff5b3 QFileInfoGatherer::run() + 627
4 QtCore 0x0000000103ba45ba QThreadPrivate::start(void*) + 298
5 libsystem_c.dylib 0x00007fff83d7a8bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff83d7db75 thread_start + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff8d658bca __psynch_cvwait + 10
1 libsystem_c.dylib 0x00007fff83d7e274 _pthread_cond_wait + 840
2 QtCore 0x0000000103ba4a60 QWaitCondition::wait(QMutex*, unsigned long) + 304
3 QtGui 0x00000001033ff5b3 QFileInfoGatherer::run() + 627
4 QtCore 0x0000000103ba45ba QThreadPrivate::start(void*) + 298
5 libsystem_c.dylib 0x00007fff83d7a8bf _pthread_start + 335
6 libsystem_c.dylib 0x00007fff83d7db75 thread_start + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff8d6597e6 kevent + 10
1 QtCore 0x0000000103c9ab39 QKqueueFileSystemWatcherEngine::run() + 153
2 QtCore 0x0000000103ba45ba QThreadPrivate::start(void*) + 298
3 libsystem_c.dylib 0x00007fff83d7a8bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff83d7db75 thread_start + 13
Thread 8:
0 libsystem_kernel.dylib 0x00007fff8d6597e6 kevent + 10
1 QtCore 0x0000000103c9ab39 QKqueueFileSystemWatcherEngine::run() + 153
2 QtCore 0x0000000103ba45ba QThreadPrivate::start(void*) + 298
3 libsystem_c.dylib 0x00007fff83d7a8bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff83d7db75 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0xa00007fb08a610a7 rbx: 0x00007fb08a6139b0 rcx: 0x00007fb088c92114 rdx: 0x00000000ffffffff
rdi: 0x00007fb08a6139b0 rsi: 0x0000000103ba3090 rbp: 0x00007fff61c960a0 rsp: 0x00007fff61c960a0
r8: 0x0000000103e53e78 r9: 0x00007fff61c96048 r10: 0x0000000000000081 r11: 0x000000002b90fd1f
r12: 0x0000000104c409e0 r13: 0x0000000000000000 r14: 0x00007fb088c0a1f0 r15: 0x00007fb08a2d02b0
rip: 0x0000000103ccb7d8 rfl: 0x0000000000010206 cr2: 0x00000001040ad570
Logical CPU: 1
Binary Images:
0x102097000 - 0x102097fff +org.python.python (2.7.3 - 2.7.3) <F25F1CF6-5AAB-30EE-9A58-DECD9FE5C397> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
0x10209f000 - 0x1021d4fff +org.python.python (2.7.3, [c] 2004-2012 Python Software Foundation. - 2.7.3) <75D26672-1441-3329-98E7-84FDEE90401A> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Python
0x102581000 - 0x102a9afef +QtGui.so (??? - ???) <F1E262A0-8DED-36D6-BD7F-DF093F98E09F> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/QtGui.so
0x102e91000 - 0x1038acfe7 +QtGui (4.8.1 - compatibility 4.8.0) <2D6C0E6E-F816-EFCC-B196-EAC4F0A02154> /Users/USER/*/QtGui.framework/Versions/4/QtGui
0x103b7c000 - 0x103e48fff +QtCore (4.8.1 - compatibility 4.8.0) <6B9A68BA-E0D1-DCBB-F398-85C71CEEB8CA> /Users/USER/*/QtCore.framework/Versions/4/QtCore
0x103fa2000 - 0x103fb4ff7 +sip.so (??? - ???) <E8D80358-CA57-3393-9EEF-83DFF3F865DE> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sip.so
0x103fbd000 - 0x104160fff +QtCore.so (??? - ???) <E8E29A98-230D-3160-82C8-ED875F2FB498> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/QtCore.so
0x104286000 - 0x10428dfff +_socket.so (??? - ???) <F981A996-D3BC-3F6F-9EDD-EB4F52A7FF91> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so
0x104297000 - 0x104298ff7 +_functools.so (??? - ???) <3E23631C-41F5-35B1-9090-44AC312BC1B5> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so
0x10429c000 - 0x1042a0ff7 +_ssl.so (??? - ???) <33A0363C-CD8C-34A4-8C54-99918E387238> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so
0x1042a6000 - 0x1042ebff7 +libssl.1.0.0.dylib (??? - ???) <214E1710-746C-3FCA-806F-43E26B651FD7> /opt/local/lib/libssl.1.0.0.dylib
0x104304000 - 0x104437fff +libcrypto.1.0.0.dylib (??? - ???) <1C1AD981-2AB0-3FB2-87D0-C62354B02910> /opt/local/lib/libcrypto.1.0.0.dylib
0x1044a6000 - 0x1044b7ff7 +libz.1.dylib (1.2.7 - compatibility 1.0.0) <D6C39251-4471-3523-9523-D02474261D77> /opt/local/lib/libz.1.dylib
0x1044bb000 - 0x1044bcff7 +cStringIO.so (??? - ???) <77472113-73F1-3618-B835-37A5582BF804> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so
0x1044c1000 - 0x1044c4ff7 +_collections.so (??? - ???) <054CC900-1923-35B5-93E6-417D381C0B37> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so
0x1044ca000 - 0x1044cdfff +operator.so (??? - ???) <BFD4A941-3668-3E02-B012-47DC32B6F59F> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so
0x1044d4000 - 0x1044dafff +itertools.so (??? - ???) <C2B92020-1F62-3957-B15E-AF4500A47438> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so
0x1044e5000 - 0x1044e5fff +_bisect.so (??? - ???) <4CE48BE4-7A8A-310A-B71E-D47652CE7DE3> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so
0x1044e8000 - 0x1044e9ff7 +_heapq.so (??? - ???) <9164E293-638A-3CBD-93FB-95BAEE6EB729> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so
0x1044ed000 - 0x1044eefff +time.so (??? - ???) <9F2E569A-8612-35EA-ACB9-FDF79A0ED606> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so
0x1044f3000 - 0x1044f6fff +strop.so (??? - ???) <124E9750-72C3-3C33-98C9-01DF599D0DCB> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so
0x1044fb000 - 0x1044fffff +_struct.so (??? - ???) <2D26A6CE-D15E-3FEB-AE96-DA72812DDC36> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so
0x104506000 - 0x104508fff +binascii.so (??? - ???) <4E01B068-13A7-3C89-A7FE-40392FF92A53> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so
0x10450c000 - 0x10450cfff +_scproxy.so (??? - ???) <F036DB4C-744F-39B4-B004-1D5A23D9DD6A> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_scproxy.so
0x10450f000 - 0x10451cff7 +datetime.so (??? - ???) <F54A0EEE-D557-3C4B-B4CB-4552F6D886D0> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so
0x104668000 - 0x10466aff7 +_locale.so (??? - ???) <5DDFBDE6-ADFA-3352-8912-04FE4474BD1E> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
0x10466e000 - 0x104676fff +libintl.8.dylib (10.1.0 - compatibility 10.0.0) <D36589C1-283F-3087-82F4-E946CC2080D4> /opt/local/lib/libintl.8.dylib
0x10467b000 - 0x104774ff7 +libiconv.2.dylib (8.1.0 - compatibility 8.0.0) <71E78471-80EB-37F0-BB9F-64B05133EB01> /opt/local/lib/libiconv.2.dylib
0x104781000 - 0x104785ff7 +math.so (??? - ???) <9074D124-CCBD-369A-9D6D-8F941BE393DD> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so
0x1047cc000 - 0x1047dfff7 +_ctypes.so (??? - ???) <36FEB4F1-0B47-3D45-A4E3-CD64875362D0> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so
0x1047f2000 - 0x104896fff +unicodedata.so (??? - ???) <88A45EC1-CF2E-3C27-A032-014C27B3562A> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/unicodedata.so
0x10489c000 - 0x10489dfff +_watchdog_fsevents.so (??? - ???) <DDE07BF0-05E2-3A1F-AE8F-10499C2EB20F> /Library/Python/2.7/site-packages/_watchdog_fsevents.so
0x1048a1000 - 0x1048afff7 +cPickle.so (??? - ???) <EF036493-D4F1-3ACE-806B-DDB8EA5B1000> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so
0x1048f7000 - 0x1048f8ff7 +_hashlib.so (??? - ???) <4D95F8B3-EA2E-38E8-BD7A-B71E72E0E64B> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so
0x1048fc000 - 0x1048fdfff +netifaces.so (??? - ???) <B47AEBE6-7FF1-319F-B9EB-5DEC9BDABC12> /Library/Python/2.7/site-packages/netifaces.so
0x104900000 - 0x104900ff7 +_growl.so (??? - ???) <C505B77C-61D3-3725-A5B0-BECD7928E255> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/_growl.so
0x104a09000 - 0x104a1afff +_dbus_bindings.so (??? - ???) <C3D13982-CAB1-3F1C-81E7-074D180CAEA2> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/_dbus_bindings.so
0x104a32000 - 0x104a6cff7 +libdbus-1.3.dylib (9.9.0 - compatibility 9.0.0) <C0D6C445-BD00-395C-B1F5-C7A60C28D458> /opt/local/lib/libdbus-1.3.dylib
0x104a7d000 - 0x104aa4fff +pyexpat.so (??? - ???) <B14B3ED8-DB3A-3E4D-B4C9-13240DA45D5E> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/pyexpat.so
0x104bf7000 - 0x104bfcff7 +array.so (??? - ???) <C05A9D8A-5EAE-37CB-9524-8F807BB119EE> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/array.so
0x104c04000 - 0x104c05fff +_random.so (??? - ???) <0948A8F4-D0F5-357B-B13A-375EE90BBDCA> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so
0x104c09000 - 0x104c0aff7 +fcntl.so (??? - ???) <9A0A4019-622D-3BDD-AB6A-236227DF7D66> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so
0x104c4d000 - 0x104c52ff7 +_speedups.so (??? - ???) <B05D8A1E-5A4F-3A65-B1DE-7D34430D23DF> /Library/Python/2.7/site-packages/simplejson/_speedups.so
0x105ce2000 - 0x105d15fff com.apple.security.csparser (3.0 - 55148.1) <6036024F-C477-3260-8358-084EEBDD9376> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x105d34000 - 0x105d3aff7 +libqgif.dylib (??? - ???) <74F0E814-0ADC-672F-CC40-D2A0C92A9719> /Users/USER/*/libqgif.dylib
0x105f7a000 - 0x105fb5ff7 +libqjpeg.dylib (??? - ???) <B9929066-26D4-CD39-6813-E543C4A0B027> /Users/USER/*/libqjpeg.dylib
0x106047000 - 0x10604dff7 +libqico.dylib (??? - ???) <482CE673-6ED4-C2CF-CDEC-C879E3F9494C> /Users/USER/*/libqico.dylib
0x106053000 - 0x106057fff +libqtga.dylib (??? - ???) <5E43E698-353D-4ED6-5B39-2CF40F52502E> /Users/USER/*/libqtga.dylib
0x10a671000 - 0x10a6c5fe7 +libqmng.dylib (??? - ???) <83EE5C1D-E6AB-95BC-E202-8A8057DEDA4C> /Users/USER/*/libqmng.dylib
0x10a6d6000 - 0x10a6dbff7 +libqsvg.dylib (??? - ???) <AED29E75-696E-294D-17D2-D4850173B3AF> /Users/USER/*/libqsvg.dylib
0x10a6e0000 - 0x10a730fef +QtSvg (4.8.1 - compatibility 4.8.0) <C52D00E6-A26E-0BB5-4706-A06B145092B5> /Users/USER/*/QtSvg.framework/Versions/4/QtSvg
0x10a751000 - 0x10a78efe7 +QtXml (4.8.1 - compatibility 4.8.0) <095D5530-CB90-ED9D-DD46-ADBD9F33F58D> /Users/USER/*/QtXml.framework/Versions/4/QtXml
0x10a7a8000 - 0x10a7fdfe7 +libqtiff.dylib (??? - ???) <6793DF60-D403-2893-4931-93E8CED15B74> /Users/USER/*/libqtiff.dylib
0x10aa16000 - 0x10aa53ff7 +libqtaccessiblewidgets.dylib (??? - ???) <82118578-20E5-07AD-CBF7-B55A721E257B> /Users/USER/*/libqtaccessiblewidgets.dylib
0x7fff61c97000 - 0x7fff61ccbbaf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
0x7fff83944000 - 0x7fff83944fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff83945000 - 0x7fff83961ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff83962000 - 0x7fff8396dff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8396e000 - 0x7fff83974fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff83975000 - 0x7fff839a2fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
0x7fff83aaf000 - 0x7fff83ab6fff com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff83ab7000 - 0x7fff83b7eff7 ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x7fff83c79000 - 0x7fff83ce4ff7 com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff83d2c000 - 0x7fff83e09fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
0x7fff83e0a000 - 0x7fff83e5eff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff83eb7000 - 0x7fff83ec2ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff83ec3000 - 0x7fff83ec6fff libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff83ec7000 - 0x7fff83f1ffff libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff83f20000 - 0x7fff8424cff7 com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8424d000 - 0x7fff842c3fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff842c4000 - 0x7fff842cdff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
0x7fff842ce000 - 0x7fff8431cfff libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
0x7fff84a64000 - 0x7fff84adafff libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib
0x7fff84ade000 - 0x7fff850c2fff libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff850ec000 - 0x7fff850eefff libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff85143000 - 0x7fff85151fff libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
0x7fff85152000 - 0x7fff85157fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff851b7000 - 0x7fff851e2ff7 com.apple.CoreServicesInternal (113.17 - 113.17) <B1DF81C3-9C23-3BAE-9DE8-21EAFEEB97B8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff851e3000 - 0x7fff85235ff7 libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff85323000 - 0x7fff853a7ff7 com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff853a8000 - 0x7fff8540aff7 com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8540b000 - 0x7fff85419fff com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8541a000 - 0x7fff85476ff7 com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff85477000 - 0x7fff85760ff7 com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff85f1f000 - 0x7fff85f60fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff85f61000 - 0x7fff86097fff 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
0x7fff86098000 - 0x7fff8617cfff com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff861d1000 - 0x7fff861d6fff com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff861df000 - 0x7fff861f6fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff861f7000 - 0x7fff862f9fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
0x7fff86426000 - 0x7fff8642cfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff86440000 - 0x7fff86907fff FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff86908000 - 0x7fff8690dff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff8690e000 - 0x7fff8690ffff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
0x7fff86910000 - 0x7fff86913fff com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8691f000 - 0x7fff8693efff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
0x7fff8693f000 - 0x7fff86940fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff86986000 - 0x7fff86987ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff86988000 - 0x7fff86db5fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff86db6000 - 0x7fff86e5bfff com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff86e5c000 - 0x7fff86e5dfff libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
0x7fff87360000 - 0x7fff874b9fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff874ba000 - 0x7fff8755bff7 com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8755c000 - 0x7fff8755cfff 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
0x7fff8755d000 - 0x7fff87571ff7 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
0x7fff87572000 - 0x7fff87574ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff87575000 - 0x7fff8757bfff libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff875e9000 - 0x7fff8765cfff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff8765d000 - 0x7fff8769dff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
0x7fff876d0000 - 0x7fff878fafe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff88863000 - 0x7fff8886afff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
0x7fff8886b000 - 0x7fff88960fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff88961000 - 0x7fff8896fff7 libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.dylib
0x7fff88a71000 - 0x7fff88d8afff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff88d8b000 - 0x7fff88e2dfff com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff89591000 - 0x7fff89591fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8987a000 - 0x7fff8987bfff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
0x7fff8987c000 - 0x7fff8987cfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff8987d000 - 0x7fff8987ffff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff89880000 - 0x7fff89883fff libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff898a3000 - 0x7fff899a8fff libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff89cf6000 - 0x7fff89d13ff7 com.apple.openscripting (1.3.3 - ???) <BDCCCBA9-F440-30BD-8378-FAB5AF685A5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff89d23000 - 0x7fff89f96fff com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8a00f000 - 0x7fff8a013fff libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
0x7fff8a087000 - 0x7fff8a099ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff8a0ca000 - 0x7fff8a0ccfff libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
0x7fff8a0db000 - 0x7fff8ace1ff7 com.apple.AppKit (6.7.3 - 1138.47) <CAF5783F-F80B-30E7-929F-BBA6D96C5C44> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8ace2000 - 0x7fff8aceffff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff8acf0000 - 0x7fff8ad58ff7 com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8af5a000 - 0x7fff8af8dff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8b005000 - 0x7fff8b018ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff8b027000 - 0x7fff8b03dff7 com.apple.ImageCapture (7.0.1 - 7.0.1) <BF4EC1CC-C998-3529-A69F-765774C66A6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8b03e000 - 0x7fff8b0d8ff7 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
0x7fff8b123000 - 0x7fff8b177fff libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8b1d5000 - 0x7fff8b2b9e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
0x7fff8b2ba000 - 0x7fff8b33fff7 com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8b353000 - 0x7fff8b357ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8b629000 - 0x7fff8b630ff7 com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8b631000 - 0x7fff8b65afff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8b65b000 - 0x7fff8b678fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
0x7fff8b6dc000 - 0x7fff8b7f5fff com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8bc2f000 - 0x7fff8bc53fff com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8bc54000 - 0x7fff8bd07ff7 com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8bd97000 - 0x7fff8c0b3fff com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8c679000 - 0x7fff8c67ffff libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
0x7fff8c680000 - 0x7fff8c6adff7 com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8c6ec000 - 0x7fff8c717ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
0x7fff8c71c000 - 0x7fff8d0b9c9f com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8d464000 - 0x7fff8d638ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8d639000 - 0x7fff8d641fff libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8d642000 - 0x7fff8d662fff libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
0x7fff8d6b7000 - 0x7fff8d6e7ff7 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
0x7fff8d6e8000 - 0x7fff8d6fffff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8d71d000 - 0x7fff8d824fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
0x7fff8d825000 - 0x7fff8d869ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8d86a000 - 0x7fff8da09ff7 com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8da0a000 - 0x7fff8da0afff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff8da99000 - 0x7fff8daaffff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8dab0000 - 0x7fff8daeafe7 com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8daeb000 - 0x7fff8db37ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8db44000 - 0x7fff8db56ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff8db57000 - 0x7fff8db5aff7 com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8db9d000 - 0x7fff8dba2fff libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8dba3000 - 0x7fff8dbdefff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff8dbdf000 - 0x7fff8dc1eff7 libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8dc37000 - 0x7fff8dd43fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8dd44000 - 0x7fff8dd4ffff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8e79d000 - 0x7fff8e99ffff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
0x7fff8e9a0000 - 0x7fff8e9a4fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
0x7fff8e9d6000 - 0x7fff8e9f6fff libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8ea0c000 - 0x7fff8ea87ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8ea88000 - 0x7fff8ea9dfff 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
0x7fff8ea9e000 - 0x7fff8ea9efff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8ec76000 - 0x7fff8ec9cfff com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8f0df000 - 0x7fff8f0e0ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff8f0e1000 - 0x7fff8f105fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8f291000 - 0x7fff8f295fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8f296000 - 0x7fff8f296fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8f2e9000 - 0x7fff8f32bff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
0x7fff8f32c000 - 0x7fff8f3f3ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8f3f4000 - 0x7fff8f403ff7 libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
0x7fff8f404000 - 0x7fff8f411ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
0x7fff8f8e9000 - 0x7fff8f8eefff libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
0x7fff8fa2c000 - 0x7fff8fa8cfff 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
0x7fff8fa8d000 - 0x7fff8faf6fff com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8fb04000 - 0x7fff8fb43fff 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
0x7fff8fc11000 - 0x7fff8fcf0ff7 com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8fcf1000 - 0x7fff8fcf6fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
0x7fff8fcf7000 - 0x7fff8fcfdff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff8fd15000 - 0x7fff8fd16ff7 libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8fd17000 - 0x7fff8fd40fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8fd51000 - 0x7fff8fd79fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff90339000 - 0x7fff903cfff7 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
0x7fff903d1000 - 0x7fff90441fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff90442000 - 0x7fff9044cff7 liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
0x7fff9048c000 - 0x7fff9050ffef com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff90510000 - 0x7fff90510fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff90511000 - 0x7fff9061efff libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff90647000 - 0x7fff90657ff7 com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff90658000 - 0x7fff907bffff com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 269
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: 72668
thread_create: 3
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=178.0M resident=123.2M(69%) swapped_out_or_unallocated=54.8M(31%)
Writable regions: Total=80.0M written=42.1M(53%) resident=63.7M(80%) swapped_out=0K(0%) unallocated=16.3M(20%)
REGION TYPE VIRTUAL
=========== =======
CG backing stores 152K
CG image 36K
CG raster data 168K
CG shared images 3480K
CoreGraphics 16K
CoreServices 3956K
MALLOC 48.8M
MALLOC guard page 32K
Memory tag=242 12K
Memory tag=243 4K
SQLite page cache 96K
STACK GUARD 56.0M
Stack 12.1M
VM_ALLOCATE 16.2M
__CI_BITMAP 80K
__DATA 14.5M
__IMAGE 528K
__LINKEDIT 56.6M
__TEXT 121.4M
__UNICODE 544K
mapped file 125.2M
shared memory 348K
=========== =======
TOTAL 459.9M
Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 8 GB, SMC 1.47f2
Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334348302D4348392020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334348302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.198.4.20)
Bluetooth: Version 4.0.5f11, 2 service, 11 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: TOSHIBA MK1655GSXF, 160.04 GB
Serial ATA Device: HL-DT-ST DVDRW GS23N
USB Device: SimpleDrive mini, 0x4971, 0xce21, 0x26200000 / 3
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 2
USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06110000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x04600000 / 3
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
More information about the PyQt
mailing list