Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.2, 4.7.3
-
None
-
Mac.OS.X 10.6.8
-
-
0b996f435fb0da42e4f563986ef8214d542398f4
Description
This bug doesn't exist in Qt4.7.1.
this is a difficult bug and I have been working on it for four weeks but still could not find the solution. This crash happenes in my project, but I'm afraid that it's not possible to provide the test case. I've tried many combinations of similar code, but could not reproduce the crash using test example.
I couldn't solve it Independently,so I have to report this bug.
I have a qml application which you can switch between Chinese and English, and the text uses the font from FontLoader.
I got the font list from the local file system which the user can choose the font from. then I use FontLoader to load the font chosen by the user.
when the UI text is in Chinese, when the font changes, it crashes.
It looks like a bug in QDeclarativeTextLayout.
the console output:
ASSERT: "at < engines.size()" in file ../../include/QtGui/private/../../../src/gui/text/qfontengine_p.h, line 405
the crash log is:
Date/Time: 2011-07-05 13:07:34.106 +0800
OS Version: Mac OS X 10.6.8 (10K540)
Report Version: 6
Interval Since Last Report: 77901 sec
Crashes Since Last Report: 6
Per-App Interval Since Last Report: 475 sec
Per-App Crashes Since Last Report: 4
Anonymous UUID: 65EBADAC-5351-46B3-9529-22354389B6E2
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0
Application Specific Information:
abort() called
Thread 0 Crashed:
0 libSystem.B_debug.dylib 0x000000010704bda2 __kill + 10
1 libSystem.B_debug.dylib 0x000000010704bd94 kill + 30
2 libSystem.B_debug.dylib 0x0000000107111520 raise + 26
3 libSystem.B_debug.dylib 0x000000010713b0f3 abort + 133
4 QtCore_debug 0x00000001012954e6 qt_message_output(QtMsgType, char const*) + 232 (qglobal.cpp:2287)
5 QtCore_debug 0x00000001012956be qt_message(QtMsgType, char const*, __va_list_tag*) + 315 (qglobal.cpp:2328)
6 QtCore_debug 0x00000001012957d4 qFatal(char const*, ...) + 228 (qglobal.cpp:2513)
7 QtCore_debug 0x0000000101295a80 qt_assert(char const*, char const*, int) + 47 (qglobal.cpp:2028)
8 QtGui_debug 0x0000000101ae21a1 QFontEngineMulti::engine(int) const + 57 (qfontengine_p.h:405)
9 QtGui_debug 0x0000000101adc779 QPainter::drawTextItem(QPointF const&, QTextItem const&) + 1405 (qpainter.cpp:6514)
10 QtGui_debug 0x0000000101c126c6 QTextLine::draw(QPainter*, QPointF const&, QTextLayout::FormatRange const*) const + 5786 (qtextlayout.cpp:2352)
11 QtGui_debug 0x0000000101c13ed5 QTextLayout::draw(QPainter*, QPointF const&, QVector<QTextLayout::FormatRange> const&, QRectF const&) const + 4529 (qtextlayout.cpp:1280)
12 QtDeclarative_debug 0x00000001005179d1 QDeclarativeTextLayout::draw(QPainter*, QPointF const&) + 363 (qdeclarativetextlayout.cpp:338)
13 QtDeclarative_debug 0x00000001004f184d QDeclarativeTextPrivate::drawTextLayout(QPainter*, QPointF const&, bool) + 115 (qdeclarativetext.cpp:393)
14 QtDeclarative_debug 0x00000001004f2502 QDeclarativeText::paint(QPainter*, QStyleOptionGraphicsItem const*, QWidget*) + 1436 (qdeclarativetext.cpp:1254)
15 QtGui_debug 0x000000010206f6d4 QGraphicsScenePrivate::draw(QGraphicsItem*, QPainter*, QTransform const*, QTransform const*, QRegion*, QWidget*, double, QTransform const*, bool, bool) + 1254 (qgraphicsscene.cpp:4960)
16 QtGui_debug 0x0000000102070357 QGraphicsScenePrivate::drawSubtreeRecursive(QGraphicsItem*, QPainter*, QTransform const*, QRegion*, QWidget*, double, QTransform const*) + 2809 (qgraphicsscene.cpp:4855)
17 QtGui_debug 0x000000010206f81a QGraphicsScenePrivate::draw(QGraphicsItem*, QPainter*, QTransform const*, QTransform const*, QRegion*, QWidget*, double, QTransform const*, bool, bool) + 1580 (qgraphicsscene.cpp:4973)
18 QtGui_debug 0x0000000102070357 QGraphicsScenePrivate::drawSubtreeRecursive(QGraphicsItem*, QPainter*, QTransform const*, QRegion*, QWidget*, double, QTransform const*) + 2809 (qgraphicsscene.cpp:4855)
19 QtGui_debug 0x000000010206f81a QGraphicsScenePrivate::draw(QGraphicsItem*, QPainter*, QTransform const*, QTransform const*, QRegion*, QWidget*, double, QTransform const*, bool, bool) + 1580 (qgraphicsscene.cpp:4973)
20 QtGui_debug 0x0000000102070357 QGraphicsScenePrivate::drawSubtreeRecursive(QGraphicsItem*, QPainter*, QTransform const*, QRegion*, QWidget*, double, QTransform const*) + 2809 (qgraphicsscene.cpp:4855)
21 QtGui_debug 0x000000010206f81a QGraphicsScenePrivate::draw(QGraphicsItem*, QPainter*, QTransform const*, QTransform const*, QRegion*, QWidget*, double, QTransform const*, bool, bool) + 1580 (qgraphicsscene.cpp:4973)
22 QtGui_debug 0x0000000102070357 QGraphicsScenePrivate::drawSubtreeRecursive(QGraphicsItem*, QPainter*, QTransform const*, QRegion*, QWidget*, double, QTransform const*) + 2809 (qgraphicsscene.cpp:4855)
23 QtGui_debug 0x000000010206f81a QGraphicsScenePrivate::draw(QGraphicsItem*, QPainter*, QTransform const*, QTransform const*, QRegion*, QWidget*, double, QTransform const*, bool, bool) + 1580 (qgraphicsscene.cpp:4973)
24 QtGui_debug 0x0000000102070357 QGraphicsScenePrivate::drawSubtreeRecursive(QGraphicsItem*, QPainter*, QTransform const*, QRegion*, QWidget*, double, QTransform const*) + 2809 (qgraphicsscene.cpp:4855)
25 QtGui_debug 0x000000010206f81a QGraphicsScenePrivate::draw(QGraphicsItem*, QPainter*, QTransform const*, QTransform const*, QRegion*, QWidget*, double, QTransform const*, bool, bool) + 1580 (qgraphicsscene.cpp:4973)
26 QtGui_debug 0x0000000102070357 QGraphicsScenePrivate::drawSubtreeRecursive(QGraphicsItem*, QPainter*, QTransform const*, QRegion*, QWidget*, double, QTransform const*) + 2809 (qgraphicsscene.cpp:4855)
27 QtGui_debug 0x000000010206f81a QGraphicsScenePrivate::draw(QGraphicsItem*, QPainter*, QTransform const*, QTransform const*, QRegion*, QWidget*, double, QTransform const*, bool, bool) + 1580 (qgraphicsscene.cpp:4973)
28 QtGui_debug 0x0000000102070357 QGraphicsScenePrivate::drawSubtreeRecursive(QGraphicsItem*, QPainter*, QTransform const*, QRegion*, QWidget*, double, QTransform const*) + 2809 (qgraphicsscene.cpp:4855)
29 QtGui_debug 0x000000010207f717 QGraphicsScenePrivate::drawItems(QPainter*, QTransform const*, QRegion*, QWidget*) + 561 (qgraphicsscene.cpp:4734)
30 QtGui_debug 0x00000001020a3e9e QGraphicsView::paintEvent(QPaintEvent*) + 2586 (qgraphicsview.cpp:3470)
31 QtDeclarative_debug 0x000000010040b3df QDeclarativeView::paintEvent(QPaintEvent*) + 121 (qdeclarativeview.cpp:707)
32 QtGui_debug 0x00000001019b2aa9 QWidget::event(QEvent*) + 3313 (qwidget.cpp:8406)
33 QtGui_debug 0x0000000101e01f21 QFrame::event(QEvent*) + 65 (qframe.cpp:557)
34 QtGui_debug 0x0000000101eb2db2 QAbstractScrollArea::viewportEvent(QEvent*) + 144 (qabstractscrollarea.cpp:1043)
35 QtGui_debug 0x00000001020aba73 QGraphicsView::viewportEvent(QEvent*) + 2191 (qgraphicsview.cpp:2864)
36 QtGui_debug 0x0000000101eb6560 QAbstractScrollAreaPrivate::viewportEvent(QEvent*) + 46 (qabstractscrollarea_p.h:100)
37 QtGui_debug 0x0000000101eb65a0 QAbstractScrollAreaFilter::eventFilter(QObject*, QEvent*) + 58 (qabstractscrollarea_p.h:116)
38 QtCore_debug 0x00000001013d4121 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 183 (qcoreapplication.cpp:846)
39 QtGui_debug 0x000000010193927c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 300 (qapplication.cpp:4458)
40 QtGui_debug 0x000000010193c78f QApplication::notify(QObject*, QEvent*) + 13515 (qapplication.cpp:4427)
41 QtCore_debug 0x00000001013d6218 QCoreApplication::notifyInternal(QObject*, QEvent*) + 176 (qcoreapplication.cpp:731)
42 QtGui_debug 0x00000001018a4891 QCoreApplication::sendSpontaneousEvent(QObject*, QEvent*) + 75 (qcoreapplication.h:218)
43 QtGui_debug 0x0000000101938802 qt_sendSpontaneousEvent(QObject*, QEvent*) + 29 (qapplication.cpp:5456)
44 QtGui_debug 0x00000001018bc2bd -[QCocoaView drawRect:] + 2586 (qcocoaview_mac.mm:616)
45 com.apple.AppKit 0x00007fff88f94d75 -[NSView _drawRect:clip:] + 3566
46 com.apple.AppKit 0x00007fff88f9254b -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 2112
47 com.apple.AppKit 0x00007fff88f92ed6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4555
48 com.apple.AppKit 0x00007fff88f8e3de -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
49 com.apple.AppKit 0x00007fff88f07c0e -[NSView displayIfNeeded] + 969
50 QtGui_debug 0x00000001018c9e03 qt_mac_dispatchPendingUpdateRequests(QWidget*) + 50 (qt_cocoa_helpers_mac.mm:1317)
51 QtGui_debug 0x000000010208e56c QGraphicsViewPrivate::dispatchPendingUpdateRequests() + 36 (qgraphicsview_p.h:198)
52 QtGui_debug 0x000000010208246b QGraphicsScenePrivate::_q_processDirtyItems() + 603 (qgraphicsscene.cpp:509)
53 QtGui_debug 0x000000010208277b QGraphicsScene::qt_metacall(QMetaObject::Call, int, void**) + 747 (moc_qgraphicsscene.cpp:130)
54 QtCore_debug 0x00000001013de0ec QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) + 178 (qmetaobject.cpp:237)
55 QtCore_debug 0x00000001013ed9e9 QMetaCallEvent::placeMetaCall(QObject*) + 45 (qobject.cpp:536)
56 QtCore_debug 0x00000001013f0f25 QObject::event(QEvent*) + 623 (qobject.cpp:1223)
57 QtGui_debug 0x000000010207ed7e QGraphicsScene::event(QEvent*) + 3760 (qgraphicsscene.cpp:3544)
58 QtGui_debug 0x00000001019392a1 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 337 (qapplication.cpp:4462)
59 QtGui_debug 0x00000001019399e0 QApplication::notify(QObject*, QEvent*) + 1820 (qapplication.cpp:3862)
60 QtCore_debug 0x00000001013d6218 QCoreApplication::notifyInternal(QObject*, QEvent*) + 176 (qcoreapplication.cpp:731)
61 QtDeclarative_debug 0x00000001004a7d95 QCoreApplication::sendEvent(QObject*, QEvent*) + 75 (qcoreapplication.h:215)
62 QtCore_debug 0x00000001013d67ee QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 1000 (qcoreapplication.cpp:1388)
63 QtGui_debug 0x00000001018d22ce processPostedEvents(QEventDispatcherMacPrivate*, bool) + 266 (qeventdispatcher_mac.mm:1038)
64 QtGui_debug 0x00000001018d22ef QEventDispatcherMacPrivate::postedEventsSourcePerformCallback(void*) + 31 (qeventdispatcher_mac.mm:1055)
65 com.apple.CoreFoundation 0x00007fff857582ad __CFRunLoopDoSources0 + 1021
66 com.apple.CoreFoundation 0x00007fff857565f9 __CFRunLoopRun + 873
67 com.apple.CoreFoundation 0x00007fff85755dbf CFRunLoopRunSpecific + 575
68 com.apple.HIToolbox 0x00007fff8397b7ee RunCurrentEventLoopInMode + 333
69 com.apple.HIToolbox 0x00007fff8397b5f3 ReceiveNextEventCommon + 310
70 com.apple.HIToolbox 0x00007fff8397b4ac BlockUntilNextEventMatchingListInMode + 59
71 com.apple.AppKit 0x00007fff88ed7eb2 _DPSNextEvent + 708
72 com.apple.AppKit 0x00007fff88ed7801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
73 com.apple.AppKit 0x00007fff88e9d68f -[NSApplication run] + 395
74 QtGui_debug 0x00000001018d2991 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 821 (qeventdispatcher_mac.mm:611)
75 QtCore_debug 0x00000001013d29f6 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 160 (qeventloop.cpp:149)
76 QtCore_debug 0x00000001013d2c16 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 298 (qeventloop.cpp:200)
77 QtCore_debug 0x00000001013d6bce QCoreApplication::exec() + 274 (qcoreapplication.cpp:1008)
78 QtGui_debug 0x000000010193c7ca QApplication::exec() + 22 (qapplication.cpp:3737)
79 com.yourcompany.CloudLibrary 0x000000010000674d main + 1164 (main.cpp:47)
80 com.yourcompany.CloudLibrary 0x0000000100006188 start + 52
Thread 1:
0 libSystem.B_debug.dylib 0x000000010700df4a kevent + 10
1 libSystem.B_debug.dylib 0x0000000107010358 _dispatch_mgr_invoke + 1284
2 libSystem.B_debug.dylib 0x000000010700fb09 _dispatch_queue_invoke + 128
3 libSystem.B_debug.dylib 0x0000000107197e1d _dispatch_continuation_pop + 42
4 libSystem.B_debug.dylib 0x000000010700f6dd _dispatch_worker_thread2 + 137
5 libSystem.B_debug.dylib 0x000000010700f00b _pthread_wqthread + 560
6 libSystem.B_debug.dylib 0x000000010700edd9 start_wqthread + 13
Thread 2: com.apple.CFSocket.private
0 libSystem.B_debug.dylib 0x000000010703e432 select$DARWIN_EXTSN + 10
1 com.apple.CoreFoundation 0x00007fff85778498 __CFSocketManager + 824
2 libSystem.B_debug.dylib 0x0000000107030139 _pthread_start + 498
3 libSystem.B_debug.dylib 0x000000010702ff45 thread_start + 13
Thread 3:
0 libSystem.B_debug.dylib 0x0000000107032ac6 __semwait_signal + 10
1 libSystem.B_debug.dylib 0x0000000107038402 _pthread_cond_wait + 1800
2 libSystem.B_debug.dylib 0x0000000107037cf8 pthread_cond_wait + 78
3 QtScript_debug 0x0000000100dc4493 QTWTF::TCMalloc_PageHeap::scavengerThread() + 105 (FastMalloc.cpp:2360)
4 QtScript_debug 0x0000000100dc4517 QTWTF::ReleaseFreeList(QTWTF::Span*, QTWTF::Span*) + 0 (FastMalloc.cpp:2021)
5 libSystem.B_debug.dylib 0x0000000107030139 _pthread_start + 498
6 libSystem.B_debug.dylib 0x000000010702ff45 thread_start + 13
Thread 4:
0 libSystem.B_debug.dylib 0x0000000107032ac6 __semwait_signal + 10
1 libSystem.B_debug.dylib 0x0000000107038402 _pthread_cond_wait + 1800
2 libSystem.B_debug.dylib 0x0000000107037cf8 pthread_cond_wait + 78
3 QtWebKit_debug 0x00000001046f1b6d WTF::TCMalloc_PageHeap::scavengerThread() + 105
4 QtWebKit_debug 0x00000001046f1bf1 WTF::ReleaseFreeList(WTF::Span*, WTF::Span*) + 0
5 libSystem.B_debug.dylib 0x0000000107030139 _pthread_start + 498
6 libSystem.B_debug.dylib 0x000000010702ff45 thread_start + 13
Thread 5:
0 libSystem.B_debug.dylib 0x0000000107032ac6 __semwait_signal + 10
1 libSystem.B_debug.dylib 0x0000000107038402 _pthread_cond_wait + 1800
2 libSystem.B_debug.dylib 0x0000000107037cf8 pthread_cond_wait + 78
3 QtCore_debug 0x00000001012a5780 QWaitConditionPrivate::wait(unsigned long) + 350 (qwaitcondition_unix.cpp:88)
4 QtCore_debug 0x00000001012a52e1 QWaitCondition::wait(QMutex*, unsigned long) + 155 (qwaitcondition_unix.cpp:160)
5 QtWebKit_debug 0x00000001046fb081 WTF::ThreadCondition::wait(WTF::Mutex&) + 47
6 QtWebKit_debug 0x00000001043b2e45 WebCore::IconDatabase::syncThreadMainLoop() + 335 (IconDatabase.cpp:1414)
7 QtWebKit_debug 0x00000001043b5259 WebCore::IconDatabase::iconDatabaseSyncThread() + 569 (IconDatabase.cpp:1038)
8 QtWebKit_debug 0x00000001043b52af WebCore::IconDatabase::iconDatabaseSyncThreadStart(void*) + 29 (IconDatabase.cpp:942)
9 QtWebKit_debug 0x00000001046fd373 WTF::threadEntryPoint(void*) + 125
10 QtWebKit_debug 0x00000001046fadf0 WTF::ThreadPrivate::run() + 30
11 QtCore_debug 0x00000001012a4cfe QThreadPrivate::start(void*) + 238 (qthread_unix.cpp:325)
12 libSystem.B_debug.dylib 0x0000000107030139 _pthread_start + 498
13 libSystem.B_debug.dylib 0x000000010702ff45 thread_start + 13
Thread 6:
0 libSystem.B_debug.dylib 0x0000000107032ac6 __semwait_signal + 10
1 libSystem.B_debug.dylib 0x0000000107038402 _pthread_cond_wait + 1800
2 libSystem.B_debug.dylib 0x00000001070627b4 pthread_cond_timedwait + 81
3 QtCore_debug 0x00000001012a576a QWaitConditionPrivate::wait(unsigned long) + 328 (qwaitcondition_unix.cpp:86)
4 QtCore_debug 0x00000001012a52e1 QWaitCondition::wait(QMutex*, unsigned long) + 155 (qwaitcondition_unix.cpp:160)
5 QtCore_debug 0x0000000101292456 QThreadPoolThread::run() + 540 (qthreadpool.cpp:140)
6 QtCore_debug 0x00000001012a4cfe QThreadPrivate::start(void*) + 238 (qthread_unix.cpp:325)
7 libSystem.B_debug.dylib 0x0000000107030139 _pthread_start + 498
8 libSystem.B_debug.dylib 0x000000010702ff45 thread_start + 13
Thread 7:
0 libSystem.B_debug.dylib 0x0000000107032ac6 __semwait_signal + 10
1 libSystem.B_debug.dylib 0x0000000107038402 _pthread_cond_wait + 1800
2 libSystem.B_debug.dylib 0x00000001070627b4 pthread_cond_timedwait + 81
3 QtCore_debug 0x00000001012a576a QWaitConditionPrivate::wait(unsigned long) + 328 (qwaitcondition_unix.cpp:86)
4 QtCore_debug 0x00000001012a52e1 QWaitCondition::wait(QMutex*, unsigned long) + 155 (qwaitcondition_unix.cpp:160)
5 QtCore_debug 0x0000000101292456 QThreadPoolThread::run() + 540 (qthreadpool.cpp:140)
6 QtCore_debug 0x00000001012a4cfe QThreadPrivate::start(void*) + 238 (qthread_unix.cpp:325)
7 libSystem.B_debug.dylib 0x0000000107030139 _pthread_start + 498
8 libSystem.B_debug.dylib 0x000000010702ff45 thread_start + 13
Thread 8:
0 libSystem.B_debug.dylib 0x000000010703e432 select$DARWIN_EXTSN + 10
1 libSystem.B_debug.dylib 0x0000000107060add select$1050 + 83
2 QtCore_debug 0x0000000101410809 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 185 (qcore_unix.cpp:92)
3 QtCore_debug 0x0000000101414efc QEventDispatcherUNIX::select(int, fd_set*, fd_set*, fd_set*, timeval*) + 58 (qeventdispatcher_unix.cpp:633)
4 QtCore_debug 0x0000000101415f1f QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 749 (qeventdispatcher_unix.cpp:219)
5 QtCore_debug 0x000000010141651c QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 368 (qeventdispatcher_unix.cpp:919)
6 QtCore_debug 0x00000001013d29f6 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 160 (qeventloop.cpp:149)
7 QtCore_debug 0x00000001013d2c16 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 298 (qeventloop.cpp:200)
8 QtCore_debug 0x00000001012a022d QThread::exec() + 155 (qthread.cpp:492)
9 QtDeclarative_debug 0x000000010046a3ec QDeclarativePixmapReader::run() + 228 (qdeclarativepixmapcache.cpp:559)
10 QtCore_debug 0x00000001012a4cfe QThreadPrivate::start(void*) + 238 (qthread_unix.cpp:325)
11 libSystem.B_debug.dylib 0x0000000107030139 _pthread_start + 498
12 libSystem.B_debug.dylib 0x000000010702ff45 thread_start + 13
Thread 9:
0 libSystem.B_debug.dylib 0x0000000107032ac6 __semwait_signal + 10
1 libSystem.B_debug.dylib 0x0000000107038402 _pthread_cond_wait + 1800
2 libSystem.B_debug.dylib 0x00000001070627b4 pthread_cond_timedwait + 81
3 QtCore_debug 0x00000001012a576a QWaitConditionPrivate::wait(unsigned long) + 328 (qwaitcondition_unix.cpp:86)
4 QtCore_debug 0x00000001012a52e1 QWaitCondition::wait(QMutex*, unsigned long) + 155 (qwaitcondition_unix.cpp:160)
5 QtCore_debug 0x0000000101292456 QThreadPoolThread::run() + 540 (qthreadpool.cpp:140)
6 QtCore_debug 0x00000001012a4cfe QThreadPrivate::start(void*) + 238 (qthread_unix.cpp:325)
7 libSystem.B_debug.dylib 0x0000000107030139 _pthread_start + 498
8 libSystem.B_debug.dylib 0x000000010702ff45 thread_start + 13
Thread 10:
0 libSystem.B_debug.dylib 0x000000010700ed2e __workq_kernreturn + 10
1 libSystem.B_debug.dylib 0x00000001071168dc _pthread_workq_return + 37
2 libSystem.B_debug.dylib 0x00000001071168b5 workqueue_exit + 724
3 libSystem.B_debug.dylib 0x000000010700f034 _pthread_wqthread + 601
4 libSystem.B_debug.dylib 0x000000010700edd9 start_wqthread + 13
Thread 11:
0 libSystem.B_debug.dylib 0x0000000106febe3a mach_msg_trap + 10
1 libSystem.B_debug.dylib 0x0000000106fec5ef mach_msg + 83
2 com.apple.CoreFoundation 0x00007fff85756932 __CFRunLoopRun + 1698
3 com.apple.CoreFoundation 0x00007fff85755dbf CFRunLoopRunSpecific + 575
4 com.apple.CoreFoundation 0x00007fff85755b46 CFRunLoopRun + 70
5 com.apple.DesktopServices 0x00007fff816a2326 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514
6 ...ple.CoreServices.CarbonCore 0x00007fff8034d0d1 PrivateMPEntryPoint + 63
7 libSystem.B_debug.dylib 0x0000000107030139 _pthread_start + 498
8 libSystem.B_debug.dylib 0x000000010702ff45 thread_start + 13
Thread 12:
0 libSystem.B_debug.dylib 0x000000010700ed2e __workq_kernreturn + 10
1 libSystem.B_debug.dylib 0x00000001071168dc _pthread_workq_return + 37
2 libSystem.B_debug.dylib 0x00000001071168b5 workqueue_exit + 724
3 libSystem.B_debug.dylib 0x000000010700f034 _pthread_wqthread + 601
4 libSystem.B_debug.dylib 0x000000010700edd9 start_wqthread + 13
Thread 13:
0 libSystem.B_debug.dylib 0x000000010700ed2e __workq_kernreturn + 10
1 libSystem.B_debug.dylib 0x00000001071168dc _pthread_workq_return + 37
2 libSystem.B_debug.dylib 0x00000001071168b5 workqueue_exit + 724
3 libSystem.B_debug.dylib 0x000000010700f034 _pthread_wqthread + 601
4 libSystem.B_debug.dylib 0x000000010700edd9 start_wqthread + 13
Thread 14:
0 libSystem.B_debug.dylib 0x000000010700ed2e __workq_kernreturn + 10
1 libSystem.B_debug.dylib 0x00000001071168dc _pthread_workq_return + 37
2 libSystem.B_debug.dylib 0x00000001071168b5 workqueue_exit + 724
3 libSystem.B_debug.dylib 0x000000010700f034 _pthread_wqthread + 601
4 libSystem.B_debug.dylib 0x000000010700edd9 start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00000000ffffffff rcx: 0x00007fff5fbf7998 rdx: 0x0000000000000000
rdi: 0x0000000000000ae7 rsi: 0x0000000000000006 rbp: 0x00007fff5fbf79b0 rsp: 0x00007fff5fbf7998
r8: 0x00000001072480e0 r9: 0x00007fff88b25ab9 r10: 0x0000000107046cca r11: 0x0000000000000206
r12: 0x00000001082be3d0 r13: 0x4075a00000000000 r14: 0x4079500000000000 r15: 0x4068000000000000
rip: 0x000000010704bda2 rfl: 0x0000000000000206 cr2: 0x000000012a3e8000
Binary Images:
0x100000000 - 0x10026cfef +com.yourcompany.CloudLibrary ??? (???) <E34EB30E-23D2-3FF1-B948-3D288D91B5BD> /Users/wangchen01/ebook2/pctoolkit-crossplatform/BambookClient/bin/CloudLibrary.app/Contents/MacOS/CloudLibrary
0x10030f000 - 0x10031dfff +libbz2.1.0.6.dylib 1.0.6 (compatibility 1.0.0) <206A5D24-4CFF-D0FC-59E6-F587D1077CD8> /opt/local/lib/libbz2.1.0.6.dylib
0x100322000 - 0x10039aff7 +libgcrypt.11.6.0.dylib 18.0.0 (compatibility 18.0.0) <6D868493-2752-5807-DB87-1BAC34218182> /opt/local/lib/libgcrypt.11.6.0.dylib
0x1003b0000 - 0x1003cffef +libexpat.1.5.2.dylib 7.2.0 (compatibility 7.0.0) <5078EE3E-4993-6A23-4E03-FE60F2DF4D46> /opt/local/lib/libexpat.1.5.2.dylib
0x1003d6000 - 0x1003d8fe7 +libgpg-error.0.dylib 9.0.0 (compatibility 9.0.0) <39CAEA3D-7692-AEA2-A536-9574347D418F> /opt/local/lib/libgpg-error.0.dylib
0x1003db000 - 0x1003efff7 +libz.1.2.5.dylib 1.2.5 (compatibility 1.0.0) <DA4BC1C6-10B4-7CF4-9C7A-2CBA9B102085> /opt/local/lib/libz.1.2.5.dylib
0x1003f3000 - 0x100800fef +QtDeclarative_debug 4.7.3 (compatibility 4.7.0) <C741E7F2-4C3C-3CE7-BE69-418E7EE833CE> /usr/local/Trolltech/Qt-4.7.3/lib/QtDeclarative.framework/Versions/4/QtDeclarative_debug
0x100c30000 - 0x100f2efef +QtScript_debug 4.7.3 (compatibility 4.7.0) <EDFD0FD0-69C6-31AD-A61E-D41857894B18> /usr/local/Trolltech/Qt-4.7.3/lib/QtScript.framework/Versions/4/QtScript_debug
0x101276000 - 0x1015a3fef +QtCore_debug 4.7.3 (compatibility 4.7.0) <51F2AAD4-E196-384A-8333-A271FE1E8844> /usr/local/Trolltech/Qt-4.7.3/lib/QtCore.framework/Versions/4/QtCore_debug
0x1017a9000 - 0x10181afe7 +QtSvg_debug 4.7.3 (compatibility 4.7.0) <278F9A45-ECFC-33ED-9880-3CD05A26361D> /usr/local/Trolltech/Qt-4.7.3/lib/QtSvg.framework/Versions/4/QtSvg_debug
0x101874000 - 0x10251afef +QtGui_debug 4.7.3 (compatibility 4.7.0) <CF104E70-A51E-3C49-97F1-B15C8F16C98E> /usr/local/Trolltech/Qt-4.7.3/lib/QtGui.framework/Versions/4/QtGui_debug
0x102cec000 - 0x102d32ff7 +QtSql_debug 4.7.3 (compatibility 4.7.0) <7F26FD0D-9753-3FAF-95C1-5D683249CE69> /usr/local/Trolltech/Qt-4.7.3/lib/QtSql.framework/Versions/4/QtSql_debug
0x102d6f000 - 0x1031dbff7 +QtXmlPatterns_debug 4.7.3 (compatibility 4.7.0) <87402FCA-3809-3F6D-B0C7-5C9ED4745479> /usr/local/Trolltech/Qt-4.7.3/lib/QtXmlPatterns.framework/Versions/4/QtXmlPatterns_debug
0x10362b000 - 0x10379cfef +QtNetwork_debug 4.7.3 (compatibility 4.7.0) <2C81EA60-070A-3D69-9DA6-42A4D08DD234> /usr/local/Trolltech/Qt-4.7.3/lib/QtNetwork.framework/Versions/4/QtNetwork_debug
0x1038ab000 - 0x104fc5ff7 +QtWebKit_debug 4.7.3 (compatibility 4.7.0) <956E37A7-11B8-3FBA-9119-B9926C0D598A> /usr/local/Trolltech/Qt-4.7.3/lib/QtWebKit.framework/Versions/4/QtWebKit_debug
0x106f55000 - 0x106fa8fef +QtXml_debug 4.7.3 (compatibility 4.7.0) <C8A1B067-51EE-3BDC-B3CD-8C54E04BC70A> /usr/local/Trolltech/Qt-4.7.3/lib/QtXml.framework/Versions/4/QtXml_debug
0x106feb000 - 0x107239fe7 libSystem.B_debug.dylib 125.2.0 (compatibility 1.0.0) <AF3D95AE-C831-90FE-DF92-5C8A0213063B> /usr/lib/libSystem.B_debug.dylib
0x1072da000 - 0x1072deff7 libmathCommon.A_debug.dylib 315.0.0 (compatibility 1.0.0) <FE840E8C-7124-93C8-5B52-69D9218A726D> /usr/lib/system/libmathCommon.A_debug.dylib
0x1072e1000 - 0x1072eaff7 +libintl.8.dylib 10.1.0 (compatibility 10.0.0) <510E4B55-A633-DF88-BDAB-8471E64ADCC7> /opt/local/lib/libintl.8.dylib
0x1072f0000 - 0x1073ecfe7 +libiconv.2.dylib 8.0.0 (compatibility 8.0.0) <91A3882C-A089-BB50-C653-0D856B6B77D9> /opt/local/lib/libiconv.2.dylib
0x1073f9000 - 0x107459fff +phonon_debug 4.4.0 (compatibility 4.4.0) <4723A755-75FC-315A-98EF-9CCB49AB47DF> /usr/local/Trolltech/Qt-4.7.3/lib/phonon.framework/Versions/4/phonon_debug
0x1074dc000 - 0x1074ebfe7 libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <EBBC176A-0D0D-C2FB-7A0D-D45061F123D9> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x10879c000 - 0x1087a6fef +libqtcomponentsplugin_debug.dylib ??? (???) <16CCC779-2673-3D01-A231-635442DC75EF> /usr/local/Trolltech/Qt-4.7.3/imports/Qt/labs/components/libqtcomponentsplugin_debug.dylib
0x11b6ac000 - 0x11b6befef +libmxplugin_debug.dylib ??? (???) <0EB631CF-5754-3289-BE3D-C0353F85ADC7> /usr/local/Trolltech/Qt-4.7.3/imports/Qt/labs/Mx/libmxplugin_debug.dylib
0x11b6d7000 - 0x11b6e1fff +libqgif_debug.dylib ??? (???) <224BEF35-8F78-31F8-B7E1-6A30861F2B01> /usr/local/Trolltech/Qt-4.7.3/plugins/imageformats/libqgif_debug.dylib
0x11bd10000 - 0x11bd24fe7 +libqmlwebkitplugin_debug.dylib ??? (???) <1E3D7004-7C16-3BFE-822A-05E8F2B65A02> /usr/local/Trolltech/Qt-4.7.3/imports/QtWebKit/libqmlwebkitplugin_debug.dylib
0x11bddb000 - 0x11bdefff7 +libqkrcodecs_debug.dylib ??? (???) <7BE8BCF2-50B6-33F2-BC41-50E25403A803> /usr/local/Trolltech/Qt-4.7.3/plugins/codecs/libqkrcodecs_debug.dylib
0x11c683000 - 0x11c6a0ff7 +libqcorewlanbearer_debug.dylib ??? (???) <A28D0444-1939-3F46-B4AE-49ACEED3C674> /usr/local/Trolltech/Qt-4.7.3/plugins/bearer/libqcorewlanbearer_debug.dylib
0x11c6bc000 - 0x11c6f5ff7 com.apple.coreWLAN.framework 6.2.5 (625.6) <45E3431E-B30A-B844-3DF1-A1F4FA1AAB19> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x11c70e000 - 0x11c71ffef +libqgenericbearer_debug.dylib ??? (???) <D85983E2-0A41-36BD-BAA7-9881C1F8A24B> /usr/local/Trolltech/Qt-4.7.3/plugins/bearer/libqgenericbearer_debug.dylib
0x11c734000 - 0x11c758fe7 +libqcncodecs_debug.dylib ??? (???) <0289F440-FD5D-39CE-9DC1-63610750FA12> /usr/local/Trolltech/Qt-4.7.3/plugins/codecs/libqcncodecs_debug.dylib
0x11c760000 - 0x11c78cfe7 +libqjpcodecs_debug.dylib ??? (???) <0755B1BF-8C6C-3091-AECA-D0CA3734F3C3> /usr/local/Trolltech/Qt-4.7.3/plugins/codecs/libqjpcodecs_debug.dylib
0x11c79e000 - 0x11c7c5fef +libqtwcodecs_debug.dylib ??? (???) <6BE5ECE4-6DD1-3557-8E62-F470F3D1064F> /usr/local/Trolltech/Qt-4.7.3/plugins/codecs/libqtwcodecs_debug.dylib
0x11c7e2000 - 0x11c7ebfff +libqico_debug.dylib ??? (???) <F00A3688-674A-33DD-86EA-6D8C79CA60BC> /usr/local/Trolltech/Qt-4.7.3/plugins/imageformats/libqico_debug.dylib
0x11ca40000 - 0x11ca94fff +libqjpeg_debug.dylib ??? (???) <5F3C3F9F-2945-3F49-BF81-03894A546F12> /usr/local/Trolltech/Qt-4.7.3/plugins/imageformats/libqjpeg_debug.dylib
0x11caae000 - 0x11cb22fef +libqmng_debug.dylib ??? (???) <B6D65E39-8B5A-3F80-AA4A-8F8C23870DD5> /usr/local/Trolltech/Qt-4.7.3/plugins/imageformats/libqmng_debug.dylib
0x11cb4c000 - 0x11cb53fff +libqsvg_debug.dylib ??? (???) <CA8A55A3-1542-38AF-B10E-B8A96FFF1EC2> /usr/local/Trolltech/Qt-4.7.3/plugins/imageformats/libqsvg_debug.dylib
0x11cb5c000 - 0x11cbc7fe7 +libqtiff_debug.dylib ??? (???) <E02C42C7-F0ED-3088-8ADE-331AB3188320> /usr/local/Trolltech/Qt-4.7.3/plugins/imageformats/libqtiff_debug.dylib
0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <69130DA3-7CB3-54C8-ABC5-423DECDD2AF7> /usr/lib/dyld
0x7fff8001e000 - 0x7fff800d3fe7 com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff800d4000 - 0x7fff800f7fff com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff800f8000 - 0x7fff80212fef libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff80239000 - 0x7fff8024bfe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
0x7fff802fc000 - 0x7fff80302ff7 com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff80303000 - 0x7fff80344fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff80345000 - 0x7fff80345ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff80346000 - 0x7fff8067afef com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8067b000 - 0x7fff80abefef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff80abf000 - 0x7fff80b4ffff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff80c59000 - 0x7fff80ca5fff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
0x7fff80ca6000 - 0x7fff80ce9ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff80cf2000 - 0x7fff80d45ff7 com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff80d46000 - 0x7fff80d63ff7 libPng.dylib ??? (???) <4815A8F2-24A0-E783-8A5A-7B4959F562D7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff80d64000 - 0x7fff80d75ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
0x7fff80d76000 - 0x7fff80d81ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff80d82000 - 0x7fff80decfe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff80ded000 - 0x7fff80e4ffe7 com.apple.datadetectorscore 2.0 (80.7) <34592AFF-B1B8-2277-B013-70193E4E1691> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff80f4d000 - 0x7fff80f9cfef libTIFF.dylib ??? (???) <5DE9F066-9B64-CBE4-976A-CC7B8DD3C31A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8115f000 - 0x7fff8118eff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff8118f000 - 0x7fff81196fff com.apple.OpenDirectory 10.6 (10.6) <4FF6AD25-0916-B21C-9E88-2CC42D90EAC7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff81197000 - 0x7fff81198ff7 com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff81199000 - 0x7fff8169fff7 com.apple.VideoToolbox 0.484.52 (484.52) <FA1B8197-8F5F-73CB-A9A1-49E0FB49CF51> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff816a0000 - 0x7fff81785fef com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8199b000 - 0x7fff819a8fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff819a9000 - 0x7fff819d4ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
0x7fff819d5000 - 0x7fff81a1cfff com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff81a2b000 - 0x7fff81b42fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
0x7fff81b43000 - 0x7fff81c4dff7 com.apple.MeshKitIO 1.1 (49.2) <C19D0CCD-1DCB-7EDE-76FA-BF74079AFC6A> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x7fff81c4e000 - 0x7fff81c4eff7 com.apple.Carbon 150 (152) <C0E61968-57F3-6EE1-8524-32A18955BAF0> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff81c4f000 - 0x7fff81ce9fe7 com.apple.ApplicationServices.ATS 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff81e0f000 - 0x7fff81e0fff7 com.apple.quartzframework 1.5 (1.5) <5BFE5998-26D9-0AF1-1522-55C78E41F778> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff81e10000 - 0x7fff82099ff7 com.apple.security 6.1.2 (55002) <4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8209a000 - 0x7fff8231cfe7 com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff823e5000 - 0x7fff8242fff7 com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff82430000 - 0x7fff82431fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
0x7fff8247d000 - 0x7fff826e6fff com.apple.QuartzComposer 4.2 (
) <C05B97F7-F543-C329-873D-097177226D79> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff8271c000 - 0x7fff8271dfff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x7fff8271e000 - 0x7fff82721ff7 libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff82722000 - 0x7fff827f6fe7 com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff827f7000 - 0x7fff827f9fff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff82844000 - 0x7fff8286cfff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8286d000 - 0x7fff8286dff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff828d1000 - 0x7fff829aefff com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff829af000 - 0x7fff829e8ff7 com.apple.MeshKit 1.1 (49.2) <832A074D-7601-F7C9-6D3A-E1C58965C3A1> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x7fff82a29000 - 0x7fff82a70ff7 com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff82a71000 - 0x7fff82a74fff com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff82a75000 - 0x7fff82a90ff7 com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff82ad8000 - 0x7fff82b27ff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x7fff82b28000 - 0x7fff82be5fff com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff82be6000 - 0x7fff82c2bfff com.apple.CoreMediaIOServices 140.0 (1496) <D93293EB-0B84-E97D-E78C-9FE8D48AF58E> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x7fff82c2c000 - 0x7fff83328ff7 com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff83332000 - 0x7fff83341fef com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8335d000 - 0x7fff834cdfff com.apple.QTKit 7.7 (1783) <DE8DB97C-C058-B40C-492B-D652A30CF571> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff834ce000 - 0x7fff83915fef com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8394d000 - 0x7fff83c4bfff com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff83e0f000 - 0x7fff83e50fef com.apple.CoreMedia 0.484.52 (484.52) <3F868AF8-1089-10C3-DCEB-565690FD9742> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff83e51000 - 0x7fff83e6afff com.apple.CFOpenDirectory 10.6 (10.6) <401557B1-C6D1-7E1A-0D7E-941715C37BFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff83e6b000 - 0x7fff83f24fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
0x7fff83f62000 - 0x7fff83f6cfff com.apple.DisplayServicesFW 2.3.3 (289) <97F62F36-964A-3E17-2A26-A0EEF63F4BDE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff83fa5000 - 0x7fff83fd6fff libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff84049000 - 0x7fff84187fff com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff841fd000 - 0x7fff8423aff7 libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8423b000 - 0x7fff84286fef com.apple.ImageCaptureCore 1.1 (1.1) <F23CA537-4F18-76FC-8D9C-ED6E645186FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff8430b000 - 0x7fff846a8fe7 com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff849f3000 - 0x7fff84a48ff7 com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff84c30000 - 0x7fff84cbffff com.apple.PDFKit 2.5.1 (2.5.1) <38BEE9BB-3716-49BA-7E14-687FE9E066EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff85455000 - 0x7fff854c6ff7 com.apple.AppleVAFramework 4.10.26 (4.10.26) <28C1B366-DF2B-111B-1863-0713B105D930> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8570a000 - 0x7fff85881fe7 com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff858c6000 - 0x7fff85932fe7 com.apple.CorePDF 1.4 (1.4) <06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff85933000 - 0x7fff85933ff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff859bf000 - 0x7fff859f9fff libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
0x7fff859fa000 - 0x7fff85b22ff7 com.apple.MediaToolbox 0.484.52 (484.52) <F03DAC32-79DB-EA5A-9B8D-CB288AF91A56> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff85b23000 - 0x7fff85b4aff7 libJPEG.dylib ??? (???) <B9AA5816-8CCB-AFCB-61FD-3820C6E8219D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff85bfb000 - 0x7fff85c79ff7 com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff85c7a000 - 0x7fff85d3bfef com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff85efe000 - 0x7fff85f8bfff com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <0A7B422E-5D79-9980-2477-05DC2CB5CF7C> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x7fff85f8c000 - 0x7fff85fb1ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff85fb2000 - 0x7fff8607dfff ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <E72880D9-3B5D-D086-9266-F4F3C294619F> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x7fff8607e000 - 0x7fff86134ff7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
0x7fff86143000 - 0x7fff86157ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff86158000 - 0x7fff86166ff7 libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
0x7fff86167000 - 0x7fff86187ff7 com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff86188000 - 0x7fff861c5ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
0x7fff87085000 - 0x7fff871bafff com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8733f000 - 0x7fff874fdfff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
0x7fff874fe000 - 0x7fff8758afef SecurityFoundation ??? (???) <8A74D45E-9FE9-DD58-42F5-C7474FFDD0C1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff875b9000 - 0x7fff875cffef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
0x7fff875d0000 - 0x7fff875d5ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff875d6000 - 0x7fff87794ff7 com.apple.ImageIO.framework 3.0.4 (3.0.4) <6212CA66-7B18-2AED-6AA8-45185F5D9A03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff87795000 - 0x7fff877ddff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff877de000 - 0x7fff877f5fff com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8780f000 - 0x7fff87842ff7 libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff87843000 - 0x7fff87849fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff8784a000 - 0x7fff87860fe7 com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff87861000 - 0x7fff87875fff libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff87876000 - 0x7fff878b1fff com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff878b2000 - 0x7fff878d3fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
0x7fff878d4000 - 0x7fff878d8ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff87917000 - 0x7fff88121fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8813e000 - 0x7fff88144ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff88169000 - 0x7fff881d1fff com.apple.MeshKitRuntime 1.1 (49.2) <4D3045D0-0D50-7053-3A05-0AECE86E39F8> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x7fff881d2000 - 0x7fff881d8ff7 IOSurface ??? (???) <6AF28EC1-BCC4-9F65-AF7D-ABE60B91072A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff881d9000 - 0x7fff881eeff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff881ef000 - 0x7fff881efff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff881f0000 - 0x7fff882b1fff libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff882b2000 - 0x7fff88331fe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff88332000 - 0x7fff8856cfef com.apple.imageKit 2.0.3 (1.0) <9EA216AF-82D6-201C-78E5-D027D85B51D6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff8856d000 - 0x7fff8857efff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x7fff8857f000 - 0x7fff88584fff libGIF.dylib ??? (???) <95443F88-7D4C-1DEE-A323-A70F7A1B4B0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff88585000 - 0x7fff8860aff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8860b000 - 0x7fff8860dfff libRadiance.dylib ??? (???) <76C1B129-6F25-E43C-1498-B1B88B37163B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8869b000 - 0x7fff8888bfef com.apple.JavaScriptCore 6533.20 (6533.20.20) <0AA8B101-C02C-0858-84BC-4E4D397E0231> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8888c000 - 0x7fff888ecfe7 com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff888ed000 - 0x7fff888f2fff libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff888f3000 - 0x7fff88993fff com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff88994000 - 0x7fff88ab3fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
0x7fff88ab4000 - 0x7fff88ab4ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff88ada000 - 0x7fff88adaff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff88adb000 - 0x7fff88b1cfff com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff88b1d000 - 0x7fff88c15ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <44AADE50-15BC-BC6B-BEF0-5029A30766AC> /usr/lib/libiconv.2.dylib
0x7fff88c16000 - 0x7fff88c5ffef libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff88c60000 - 0x7fff88d10fff edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff88d11000 - 0x7fff88d12ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff88d13000 - 0x7fff88d95fff com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff88dda000 - 0x7fff88de9fff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff88dea000 - 0x7fff88e67fef libstdc+.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc+.6.dylib
0x7fff88e68000 - 0x7fff88e6bff7 com.apple.securityhi 4.0 (36638) <EABABBA8-AB59-599A-1884-0010C059DE62> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff88e94000 - 0x7fff8988eff7 com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fffffe00000 - 0x7fffffe01fff libSystem.B_debug.dylib ??? (???) <AF3D95AE-C831-90FE-DF92-5C8A0213063B> /usr/lib/libSystem.B_debug.dylib
Model: iMac11,2, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.06 GHz, 4 GB, SMC 1.64f5
Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.6
Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Snda EBook, Ethernet, en4
Serial ATA Device: ST3500418AS, 465.76 GB
Serial ATA Device: HL-DT-STDVDRW GA32N
USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000 / 2
USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000 / 4
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 3
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000 / 6
USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2
USB Device: Snda EBook, 0x230b, 0x0001, 0xfd140000 / 5
USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000 / 4
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000 / 3