Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

SVG rendering will crash in Mac OS X #2971

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

SVG rendering will crash in Mac OS X #2971

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: M-Rick
[Submitted to the original trac issue database at 9.45am, Sunday, 16th May 2010]

When trying to render in SVG a map, whatever the size, even small, Merkaartor will crash jsut after validating the size of the rendering.

LOG

Process: merkaartor [3416]
Path: /Users/aymeric/Desktop/merkaartor.app/Contents/MacOS/merkaartor
Identifier: org.merkaartor.app.merkaartor
Version: 0.15.2 (0.15.2)
Code Type: X86-64 (Native)
Parent Process: launchd [164]

Date/Time: 2010-05-16 22:54:25.912 +0200
OS Version: Mac OS X 10.6.3 (10D578)
Report Version: 6

Interval Since Last Report: 211739 sec
Crashes Since Last Report: 12
Per-App Interval Since Last Report: 4674 sec
Per-App Crashes Since Last Report: 3
Anonymous UUID: 699BFAD4-5D25-41E8-BAF6-5CBF1C2E6DF7

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 QtGui 0x0000000102fbb5d4 QPixmap::width() const + 4
1 org.merkaartor.app.merkaartor 0x0000000100123189 PixmapWidget::resizeEvent(QResizeEvent*) + 57
2 QtGui 0x0000000102f6b448 QWidget::event(QEvent*) + 2344
3 QtGui 0x0000000102f16dbd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 189
4 QtGui 0x0000000102f1c7fd QApplication::notify(QObject*, QEvent*) + 349
5 QtCore 0x0000000103c6305c QCoreApplication::notifyInternal(QObject*, QEvent*) + 124
6 QtGui 0x0000000102f692f7 QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) + 487
7 QtGui 0x0000000102f6f4f8 QWidgetPrivate::show_helper() + 40
8 QtGui 0x0000000102f6f99f QWidget::setVisible(bool) + 511
9 QtGui 0x0000000102f6f481 QWidgetPrivate::showChildren(bool) + 289
10 QtGui 0x0000000102f6f514 QWidgetPrivate::show_helper() + 68
11 QtGui 0x0000000102f6f99f QWidget::setVisible(bool) + 511
12 QtGui 0x0000000103376497 QDialog::setVisible(bool) + 103
13 QtGui 0x00000001033755a0 QDialog::exec() + 144
14 org.merkaartor.app.merkaartor 0x000000010027864a NativeRenderDialog::render() + 1626
15 org.merkaartor.app.merkaartor 0x0000000100279075 NativeRenderDialog::on_buttonBox_clicked(QAbstractButton*) + 869
16 org.merkaartor.app.merkaartor 0x00000001002b4993 NativeRenderDialog::qt_metacall(QMetaObject::Call, int, void**) + 259
17 QtCore 0x0000000103c6899b QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 635
18 QtGui 0x00000001032a62ae QDialogButtonBox::clicked(QAbstractButton*) + 46
19 QtGui 0x00000001032a63f5 QDialogButtonBoxPrivate::_q_handleButtonClicked() + 53
20 QtGui 0x00000001032a7cd2 QDialogButtonBox::qt_metacall(QMetaObject::Call, int, void**) + 306
21 QtCore 0x0000000103c6899b QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 635
22 QtGui 0x000000010353a8e1 QAbstractButton::clicked(bool) + 49
23 QtGui 0x00000001032789e0 QAbstractButtonPrivate::emitClicked() + 64
24 QtGui 0x0000000103279c0a QAbstractButtonPrivate::click() + 154
25 QtGui 0x0000000103279e61 QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 113
26 QtGui 0x0000000102f6b461 QWidget::event(QEvent*) + 2369
27 QtGui 0x0000000103278d18 QAbstractButton::event(QEvent*) + 40
28 QtGui 0x0000000103310515 QPushButton::event(QEvent*) + 69
29 QtGui 0x0000000102f16dbd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 189
30 QtGui 0x0000000102f1e530 QApplication::notify(QObject*, QEvent*) + 7824
31 QtCore 0x0000000103c6305c QCoreApplication::notifyInternal(QObject*, QEvent*) + 124
32 QtGui 0x0000000102f16f3c qt_sendSpontaneousEvent(QObject*, QEvent*) + 44
33 QtGui 0x0000000102ed2070 qt_mac_handleMouseEvent(void*, void*, QEvent::Type, Qt::MouseButton) + 1328
34 QtGui 0x0000000102ec59a6 -[QCocoaView mouseUp:] + 22
35 com.apple.AppKit 0x00007fff84c77fa5 -[NSWindow sendEvent:] + 5547
36 QtGui 0x0000000102ec3dce -[QCocoaPanel sendEvent:] + 206
37 com.apple.AppKit 0x00007fff84bad662 -[NSApplication sendEvent:] + 4719
38 com.apple.AppKit 0x00007fff84db96c2 -[NSApplication _realDoModalLoop:peek:] + 509
39 com.apple.AppKit 0x00007fff84dd742b -[NSApplication runModalSession:] + 57
40 QtGui 0x0000000102ed7428 QEventDispatcherMac::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 1016
41 QtCore 0x0000000103d3b254 QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 68
42 QtCore 0x0000000103d3b564 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 180
43 QtGui 0x00000001033755f5 QDialog::exec() + 229
44 org.merkaartor.app.merkaartor 0x00000001000eba41 MainWindow::on_renderNativeAction_triggered() + 81
45 org.merkaartor.app.merkaartor 0x00000001002af3be MainWindow::qt_metacall(QMetaObject::Call, int, void**) + 2030
46 QtCore 0x0000000103c6899b QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 635
47 QtGui 0x0000000102f10bd1 QAction::triggered(bool) + 49
48 QtGui 0x0000000102f11f74 QAction::activate(QAction::ActionEvent) + 180
49 QtGui 0x0000000102ece2ca -[QCocoaMenuLoader qtDispatcherToQAction:] + 106
50 com.apple.AppKit 0x00007fff84cd38ea -[NSApplication sendAction:to:from:] + 95
51 com.apple.AppKit 0x00007fff84cf7e5a -[NSMenuItem _corePerformAction] + 365
52 com.apple.AppKit 0x00007fff84cf7bc4 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 121
53 com.apple.AppKit 0x00007fff84f7b93d -[NSMenu _internalPerformActionForItemAtIndex:] + 35
54 com.apple.AppKit 0x00007fff84e2d729 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 136
55 com.apple.AppKit 0x00007fff84cda3b0 NSSLMMenuEventHandler + 321
56 com.apple.HIToolbox 0x00007fff834b0b57 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1002
57 com.apple.HIToolbox 0x00007fff834b00a6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 395
58 com.apple.HIToolbox 0x00007fff834cdd85 SendEventToEventTarget + 45
59 com.apple.HIToolbox 0x00007fff834fce61 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 387
60 com.apple.HIToolbox 0x00007fff83529bf6 SendMenuCommandWithContextAndModifiers + 56
61 com.apple.HIToolbox 0x00007fff83529bae SendMenuItemSelectedEvent + 101
62 com.apple.HIToolbox 0x00007fff83529abe FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 150
63 com.apple.HIToolbox 0x00007fff8350ae49 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 467
64 com.apple.HIToolbox 0x00007fff8350a596 _HandleMenuSelection2 + 453
65 com.apple.AppKit 0x00007fff84bab3b9 _NSHandleCarbonMenuEvent + 236
66 com.apple.AppKit 0x00007fff84b7eeda _DPSNextEvent + 1908
67 com.apple.AppKit 0x00007fff84b7e379 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
68 com.apple.AppKit 0x00007fff84b4405b -[NSApplication run] + 395
69 QtGui 0x0000000102ed761f QEventDispatcherMac::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 1519
70 QtCore 0x0000000103d3b254 QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 68
71 QtCore 0x0000000103d3b564 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 180
72 QtCore 0x0000000103d3cb8c QCoreApplication::exec() + 188
73 org.merkaartor.app.merkaartor 0x00000001000e909c main + 5980
74 org.merkaartor.app.merkaartor 0x000000010000c708 start + 52

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x00007fff881a54ea kevent + 10
1 libSystem.B.dylib 0x00007fff881a73bd _dispatch_mgr_invoke + 154
2 libSystem.B.dylib 0x00007fff881a7094 _dispatch_queue_invoke + 185
3 libSystem.B.dylib 0x00007fff881a6bbe _dispatch_worker_thread2 + 252
4 libSystem.B.dylib 0x00007fff881a64e8 _pthread_wqthread + 353
5 libSystem.B.dylib 0x00007fff881a6385 start_wqthread + 13

Thread 2:
0 libSystem.B.dylib 0x00007fff881c7316 __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff881cb131 _pthread_cond_wait + 1286
2 QtCore 0x0000000103c1bfc0 QWaitCondition::wait(QMutex*, unsigned long) + 272
3 QtCore 0x0000000103c80012 QThreadPoolThread::run() + 354
4 QtCore 0x0000000103c83f85 QThreadPrivate::start(void*) + 165
5 libSystem.B.dylib 0x00007fff881c58b6 _pthread_start + 331
6 libSystem.B.dylib 0x00007fff881c5769 thread_start + 13

Thread 3:
0 libSystem.B.dylib 0x00007fff881c7316 __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff881cb131 _pthread_cond_wait + 1286
2 QtWebKit 0x000000010105977a WTF::TCMalloc_PageHeap::scavengerThread() + 154
3 QtWebKit 0x00000001010597d9 WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 9
4 libSystem.B.dylib 0x00007fff881c58b6 _pthread_start + 331
5 libSystem.B.dylib 0x00007fff881c5769 thread_start + 13

Thread 4:
0 libSystem.B.dylib 0x00007fff881d0286 select$DARWIN_EXTSN + 10
1 com.apple.CoreFoundation 0x00007fff80c19ef2 __CFSocketManager + 818
2 libSystem.B.dylib 0x00007fff881c58b6 _pthread_start + 331
3 libSystem.B.dylib 0x00007fff881c5769 thread_start + 13

Thread 5:
0 libSystem.B.dylib 0x00007fff881c7316 __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff881cb131 _pthread_cond_wait + 1286
2 QtCore 0x0000000103c1bfc0 QWaitCondition::wait(QMutex*, unsigned long) + 272
3 QtCore 0x0000000103c80012 QThreadPoolThread::run() + 354
4 QtCore 0x0000000103c83f85 QThreadPrivate::start(void*) + 165
5 libSystem.B.dylib 0x00007fff881c58b6 _pthread_start + 331
6 libSystem.B.dylib 0x00007fff881c5769 thread_start + 13

Thread 6:
0 libSystem.B.dylib 0x00007fff881c7316 __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff881cb131 _pthread_cond_wait + 1286
2 QtCore 0x0000000103c1bfc0 QWaitCondition::wait(QMutex*, unsigned long) + 272
3 QtCore 0x0000000103c80012 QThreadPoolThread::run() + 354
4 QtCore 0x0000000103c83f85 QThreadPrivate::start(void*) + 165
5 libSystem.B.dylib 0x00007fff881c58b6 _pthread_start + 331
6 libSystem.B.dylib 0x00007fff881c5769 thread_start + 13

Thread 7:
0 libSystem.B.dylib 0x00007fff881c7316 __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff881cb131 _pthread_cond_wait + 1286
2 QtCore 0x0000000103c1bfc0 QWaitCondition::wait(QMutex*, unsigned long) + 272
3 QtCore 0x0000000103c80012 QThreadPoolThread::run() + 354
4 QtCore 0x0000000103c83f85 QThreadPrivate::start(void*) + 165
5 libSystem.B.dylib 0x00007fff881c58b6 _pthread_start + 331
6 libSystem.B.dylib 0x00007fff881c5769 thread_start + 13

Thread 8:
0 libSystem.B.dylib 0x00007fff881c7316 __semwait_signal + 10
1 libSystem.B.dylib 0x00007fff881cb131 _pthread_cond_wait + 1286
2 QtCore 0x0000000103c1bfc0 QWaitCondition::wait(QMutex*, unsigned long) + 272
3 QtCore 0x0000000103c80012 QThreadPoolThread::run() + 354
4 QtCore 0x0000000103c83f85 QThreadPrivate::start(void*) + 165
5 libSystem.B.dylib 0x00007fff881c58b6 _pthread_start + 331
6 libSystem.B.dylib 0x00007fff881c5769 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000001004933b0 rbx: 0x000000012bc84bd0 rcx: 0x000000000000000e rdx: 0x0000000102f6abf4
rdi: 0x0000000000000000 rsi: 0x00007fff5fbfba90 rbp: 0x00007fff5fbfb390 rsp: 0x00007fff5fbfb390
r8: 0x0000000118b445b0 r9: 0x00000000ffffc001 r10: 0x00007fff80bd5b70 r11: 0x00007fff5fbfb630
r12: 0x000000012bc84bd0 r13: 0x00007fff5fbfba90 r14: 0x0000000104306050 r15: 0x00007fff5fbfba90
rip: 0x0000000102fbb5d4 rfl: 0x0000000000010246 cr2: 0x0000000000000010

Binary Images:
0x100000000 - 0x10047bff7 +org.merkaartor.app.merkaartor 0.15.2 (0.15.2) <95AADC87-7042-52BF-C466-3F1371478745> /Users/aymeric/Desktop/merkaartor.app/Contents/MacOS/merkaartor
0x10078c000 - 0x1008a6fef +libexiv2.6.dylib 7.0.0 (compatibility 7.0.0) <6EF79ADF-ED8E-E3FC-A94E-CAF0517B731A> /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/libexiv2.6.dylib
0x100975000 - 0x100d81fef +libgdal.1.dylib 16.1.0 (compatibility 16.0.0) /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/libgdal.1.dylib
0x100f4b000 - 0x10201ffef +QtWebKit 4.6.1 (compatibility 4.6.0) <8DD585B8-9880-4447-AD50-296BDE641980> /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
0x102774000 - 0x1027aefef +phonon 4.3.1 (compatibility 4.3.0) <6FE5AA1E-B846-5C2C-B968-D8258B71C109> /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
0x1027d0000 - 0x102c5afff +QtXmlPatterns 4.6.1 (compatibility 4.6.0) <480324AF-D485-DA3E-C245-B6C36F28FC7D> /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/4/QtXmlPatterns
0x102ddb000 - 0x102e29ff7 +QtSvg 4.6.1 (compatibility 4.6.0) <22BB1985-2A2B-C477-A63A-D50D6C1852A8> /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/QtSvg.framework/Versions/4/QtSvg
0x102e49000 - 0x102e85ff7 +QtXml 4.6.1 (compatibility 4.6.0) <3A88D2CD-A353-3404-A25E-F389251DA590> /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
0x102e9f000 - 0x103820fff +QtGui 4.6.1 (compatibility 4.6.0) <341DBC88-0F0B-F99D-372B-E9ED396CAC1E> /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
0x103aaf000 - 0x103bc5fef +QtNetwork 4.6.1 (compatibility 4.6.0) /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
0x103c12000 - 0x103e77fe7 +QtCore 4.6.1 (compatibility 4.6.0) /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
0x103f08000 - 0x103f15fff +libgeos_c.1.dylib 8.0.0 (compatibility 8.0.0) /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/libgeos_c.1.dylib
0x103f28000 - 0x103f2dff7 +libgif.4.dylib 6.6.0 (compatibility 6.0.0) <56B0E336-4610-6D98-0845-DDD9AD64E225> /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/libgif.4.dylib
0x103f31000 - 0x103f7fff7 +libtiff.3.dylib 13.2.0 (compatibility 13.0.0) /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/libtiff.3.dylib
0x103f8a000 - 0x103fa7fef +libpng12.0.dylib 42.0.0 (compatibility 42.0.0) <642F9AB7-84AA-E45C-EC4C-D252F34F4C52> /usr/X11/lib/libpng12.0.dylib
0x103fb0000 - 0x104065fff +libgeos-3.2.0.dylib ??? (???) /Users/aymeric/Desktop/merkaartor.app/Contents/Frameworks/libgeos-3.2.0.dylib
0x104780000 - 0x104785fff +libqgif.dylib ??? (???) <03FE5CF9-EB4E-F5CB-8814-77A182BDEE61> /Users/aymeric/Desktop/merkaartor.app/Contents/plugins/imageformats/libqgif.dylib
0x10478a000 - 0x1047b1fe7 +libqjpeg.dylib ??? (???) <59CB4A9E-B11F-1FDF-148E-30BBD46F79A6> /Users/aymeric/Desktop/merkaartor.app/Contents/plugins/imageformats/libqjpeg.dylib
0x116da7000 - 0x116dfafef +libqtiff.dylib ??? (???) <59682A9B-2DB5-38AE-D2D8-6E86D0C0A80E> /Users/aymeric/Desktop/merkaartor.app/Contents/plugins/imageformats/libqtiff.dylib
0x1174d4000 - 0x1174d9fef +libMGdalBackgroundPlugin.dylib ??? (???) /Users/aymeric/Desktop/merkaartor.app/Contents/plugins/background/libMGdalBackgroundPlugin.dylib
0x1174e0000 - 0x1174e5ff7 +libMYahooBackgroundPlugin.dylib ??? (???) /Users/aymeric/Desktop/merkaartor.app/Contents/plugins/background/libMYahooBackgroundPlugin.dylib
0x1174eb000 - 0x1174f0fff +libMYahooTiledBackgroundPlugin.dylib ??? (???) <42C6E7DA-8B94-DEF6-C9AE-4A387C2E8F03> /Users/aymeric/Desktop/merkaartor.app/Contents/plugins/background/libMYahooTiledBackgroundPlugin.dylib
0x1174f6000 - 0x1175dcfe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
0x117634000 - 0x117660fff libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <980AF3AF-510A-AAD1-1077-1B6D50BEB3FC> /usr/lib/libssl.0.9.7.dylib
0x11d597000 - 0x11d59afef libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
0x11d6d4000 - 0x11d6dbfff com.apple.URLMount.AFPPlugin 3.2.1 (3.2.1) <89453880-9368-B625-F72F-40A60C9C208D> /System/Library/Filesystems/NetFSPlugins/afp.bundle/Contents/MacOS/afp
0x11d6f2000 - 0x11d6f7fff com.apple.qldisplay.Generic 2.2 (327.4) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/Resources/DisplayBundles/Generic.qldisplay/Contents/MacOS/Generic
0x11d989000 - 0x11d9affe7 GLRendererFloat ??? (???) <684EBDC4-63B4-BC55-60EF-0F6A7D666551> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x123fe7000 - 0x124031fff com.apple.AppleShareClientCore 2.0 (2.0) <8E855F73-4F5C-0093-7590-13D40CC5D45E> /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
0x12755c000 - 0x1276e9fe7 GLEngine ??? (???) <85971DA9-5140-A226-7898-21B2D6C6F7FE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x12771a000 - 0x127964fe7 com.apple.ATIRadeonX1000GLDriver 1.6.10 (6.1.0) <84E128E1-07F9-3687-85BE-33C2A717E60B> /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRadeonX1000GLDriver
0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) /usr/lib/dyld
0x7fff80143000 - 0x7fff801abfff com.apple.AppleVAFramework 4.8.11 (4.8.11) <14AE8878-A7A6-D024-3DD4-BBFB5E7FC008> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff801f7000 - 0x7fff801f7ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff801f8000 - 0x7fff8021dfe7 com.apple.CoreVideo 1.6.1 (45.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8021e000 - 0x7fff8027cff7 com.apple.framework.IOKit 2.0 (???) <516EB9AF-4723-FC17-984B-918115E53459> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8027d000 - 0x7fff80293ff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <38D0D705-FD15-38AE-A8B9-F9970508D1BD> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff80294000 - 0x7fff80294ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff80295000 - 0x7fff80344fff edu.mit.Kerberos 6.5.9 (6.5.9) <42364D54-C647-14DE-2B1C-D94DAA03F092> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff80345000 - 0x7fff80363fff libPng.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff80364000 - 0x7fff80364ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff80365000 - 0x7fff80368fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff80369000 - 0x7fff803e8fff com.apple.audio.CoreAudio 3.2.2 (3.2.2) <3F41C3CA-A217-024B-DEDD-69E3731B915D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff803e9000 - 0x7fff803eeff7 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
0x7fff803ef000 - 0x7fff803feff7 com.apple.opengl 1.6.7 (1.6.7) <63D8F554-2488-4811-EEC7-672FCFAF731B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff803ff000 - 0x7fff8070ffff com.apple.RawCamera.bundle 2.3.2 (516) <6F5CA4E2-3EE7-BA49-00D5-31BE709228A3> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff80710000 - 0x7fff80757ff7 com.apple.coreui 2 (114) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff80758000 - 0x7fff80b9bfef 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
0x7fff80b9c000 - 0x7fff80babfff com.apple.NetFS 3.2.1 (3.2.1) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff80bac000 - 0x7fff80d21fef com.apple.CoreFoundation 6.6.1 (550.19) <1051BA2C-DCD7-787C-907C-A50D12AA6049> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff80d22000 - 0x7fff81055fef com.apple.CoreServices.CarbonCore 861.6 (861.6) <652B1704-460F-F0D1-B917-B08698E0EF7F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff81056000 - 0x7fff81061ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff810f8000 - 0x7fff81601fe7 com.apple.VideoToolbox 0.484.5 (484.5) <174EF984-21FE-071C-4AB4-DE345BF87791> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff81602000 - 0x7fff81610ff7 libkxld.dylib ??? (???) /usr/lib/system/libkxld.dylib
0x7fff81619000 - 0x7fff81723ff7 com.apple.MeshKitIO 1.1 (49.2) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
0x7fff8176a000 - 0x7fff817b3fef libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff817b4000 - 0x7fff817feff7 com.apple.Metadata 10.6.3 (507.8) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8187b000 - 0x7fff818acfff libGLImage.dylib ??? (???) <7E8A6ED2-B093-0714-F65A-64ECC41187C4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff818bf000 - 0x7fff818fcff7 libFontRegistry.dylib ??? (???) <12FDAEB9-01F7-5562-DBC6-7B2374CCAEA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff818fd000 - 0x7fff81949fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
0x7fff81966000 - 0x7fff819f2fef SecurityFoundation 36840.0.0 (compatibility 1.0.0) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff81a68000 - 0x7fff81ad4fe7 com.apple.CorePDF 1.1 (1.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff82523000 - 0x7fff8256afef com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8256b000 - 0x7fff82596ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
0x7fff8264d000 - 0x7fff8266fff7 libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <8EC31253-B585-D05E-F35D-AE3292FB790B> /usr/lib/libexpat.1.dylib
0x7fff82670000 - 0x7fff82673ff7 libCoreVMClient.dylib ??? (???) <9A0E75A9-7964-CAF9-DEB7-11A073530F64> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff82674000 - 0x7fff827e3ff7 com.apple.QTKit 7.6.6 (1729) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff827e4000 - 0x7fff827e8ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
0x7fff827f6000 - 0x7fff82816ff7 com.apple.DirectoryService.Framework 3.6 (621.3) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff82817000 - 0x7fff82819fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff82a73000 - 0x7fff82e0bfe7 com.apple.QuartzCore 1.6.1 (227.18) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff82e66000 - 0x7fff82e6bfff libGIF.dylib ??? (???) <0E58DF99-B3DF-6FF9-E810-CCEC0853C8B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff82e6c000 - 0x7fff82ff2fe7 com.apple.JavaScriptCore 6531.22 (6531.22.5) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8315b000 - 0x7fff83319fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <1B6C3785-BE99-EAD5-69AB-B28C40466A82> /usr/lib/libicucore.A.dylib
0x7fff833c8000 - 0x7fff833d9ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) /usr/lib/libz.1.dylib
0x7fff833da000 - 0x7fff833e1fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff833e2000 - 0x7fff83472fff 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
0x7fff834a5000 - 0x7fff834a8ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff834a9000 - 0x7fff837a7fef com.apple.HIToolbox 1.6.2 (???) <759E1C39-58EB-C434-3E33-416C04AFE6DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff837a8000 - 0x7fff83810fff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
0x7fff83811000 - 0x7fff838c6fe7 com.apple.ink.framework 1.3.3 (107) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8393a000 - 0x7fff83953fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff83954000 - 0x7fff83954ff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff83955000 - 0x7fff83955ff7 com.apple.quartzframework 1.5 (1.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff83956000 - 0x7fff83bbfff7 com.apple.QuartzComposer 4.1 (156.13) <0A7E8CDB-77DB-F96F-9CA4-867E9D45EB69> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff83e03000 - 0x7fff83e54fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff83e61000 - 0x7fff83ea6fff com.apple.CoreMediaIOServices 130.0 (1035) <6D6834F6-4DB5-03E9-3962-480BBEE176EB> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
0x7fff83ea7000 - 0x7fff83fb6fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <826C2437-F760-E049-1719-9C69A3BAA4B0> /usr/lib/libcrypto.0.9.8.dylib
0x7fff84095000 - 0x7fff8416fff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff84170000 - 0x7fff84175fff libGFXShared.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff84176000 - 0x7fff841c5fef libTIFF.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff841c6000 - 0x7fff841e7fff libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <1AE68BBB-6536-125C-DE2A-13CA916D0EC4> /usr/lib/libresolv.9.dylib
0x7fff842e9000 - 0x7fff843cffe7 com.apple.DesktopServices 1.5.5 (1.5.5) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff843d0000 - 0x7fff84470fff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff84841000 - 0x7fff84857fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
0x7fff84891000 - 0x7fff8494afff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
0x7fff8494b000 - 0x7fff8498efff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
0x7fff8498f000 - 0x7fff84990ff7 com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff84991000 - 0x7fff84acffff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff84ad0000 - 0x7fff84af6fe7 libJPEG.dylib ??? (???) <85902BC7-43AE-E202-0EEE-3C9996D00971> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff84af7000 - 0x7fff84afdff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff84b3b000 - 0x7fff85530fe7 com.apple.AppKit 6.6.5 (1038.29) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff85531000 - 0x7fff855b6fff com.apple.print.framework.PrintCore 6.2 (312.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff85726000 - 0x7fff8575fff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
0x7fff857b0000 - 0x7fff857f1fff com.apple.SystemConfiguration 1.10.2 (1.10.2) <7DADC459-6E38-084A-B333-8332B28C244E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff857f2000 - 0x7fff857f8fff libCGXCoreImage.A.dylib 543.33.0 (compatibility 64.0.0) <182C8BD9-E1C8-0970-AE82-E9E88F324A5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff85820000 - 0x7fff85a5bfef com.apple.imageKit 2.0.3 (1.0) <9F7CBDFB-EBDC-5B86-ED43-5195F4AE9D52> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff85a5c000 - 0x7fff85a67ff7 com.apple.HelpData 2.0.4 (34) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff85be0000 - 0x7fff85be0ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff85be1000 - 0x7fff85c30ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x7fff85c3d000 - 0x7fff85cbafef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
0x7fff85cbb000 - 0x7fff85cdefff com.apple.opencl 12.1 (12.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff85d2a000 - 0x7fff86534fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff865b9000 - 0x7fff865cafff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x7fff865cb000 - 0x7fff865fbfef com.apple.shortcut 1.1 (1.1) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff8665c000 - 0x7fff866befe7 com.apple.datadetectorscore 2.0 (80.7) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff866bf000 - 0x7fff866c3ff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <27FF96BC-1F15-A52D-3339-4BFC49D6810E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff866c4000 - 0x7fff8675efff com.apple.ApplicationServices.ATS 4.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8675f000 - 0x7fff86884fef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff86885000 - 0x7fff868baff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <0C865212-6427-5DE4-40C4-B5739491B691> /usr/lib/libcups.2.dylib
0x7fff868bb000 - 0x7fff86970fe7 com.apple.ColorSync 4.6.3 (4.6.3) <0522B33D-F78A-9A46-1CB2-9073E4F8EFD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff86971000 - 0x7fff869a0ff7 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
0x7fff869a1000 - 0x7fff869a2fff liblangid.dylib ??? (???) /usr/lib/liblangid.dylib
0x7fff869a3000 - 0x7fff86a60ff7 com.apple.CoreServices.OSServices 357 (357) <7CFA1963-B639-BE99-12F1-220DF214AB50> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff86a61000 - 0x7fff86acbfe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff86e8b000 - 0x7fff86f11ff3 com.apple.iLifeMediaBrowser 2.1.5 (368) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
0x7fff87005000 - 0x7fff87048ff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <677BA546-F215-C5C8-9C65-305E43633FDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff87052000 - 0x7fff87053fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x7fff87054000 - 0x7fff87061fe7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <540820E4-75E3-B2A0-5EF2-222304250CD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff87062000 - 0x7fff870e4fff com.apple.QuickLookUIFramework 2.2 (327.4) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff870e5000 - 0x7fff8710dfff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8710e000 - 0x7fff87129ff7 com.apple.openscripting 1.3.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff87133000 - 0x7fff87133ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff87134000 - 0x7fff8714afff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8714b000 - 0x7fff87262fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x7fff87272000 - 0x7fff8742cfff com.apple.ImageIO.framework 3.0.2 (3.0.1) <911FA1A5-7063-6A19-73D3-95B78A265524> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8742d000 - 0x7fff8743ffe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
0x7fff87440000 - 0x7fff874f6fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) /usr/lib/libobjc.A.dylib
0x7fff874f7000 - 0x7fff875c7fff com.apple.CFNetwork 454.9.4 (454.9.4) <33395EDD-D653-6EAD-57A6-9C718D69D2DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff875c8000 - 0x7fff8760afef com.apple.CoreMedia 0.484.5 (484.5) /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8760b000 - 0x7fff87646fff com.apple.AE 496.4 (496.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff87647000 - 0x7fff87688fef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff876bf000 - 0x7fff87940fe7 com.apple.Foundation 6.6.2 (751.21) <49BEB8B8-BC1F-B4E4-3D90-A141AC764A8D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff87943000 - 0x7fff87987ff7 com.apple.ImageCaptureCore 1.0.1 (1.0.1) <788A9BF0-691B-FE10-7385-AF4A7A786478> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff87988000 - 0x7fff87a80ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A> /usr/lib/libiconv.2.dylib
0x7fff87a81000 - 0x7fff87a82ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff87a83000 - 0x7fff87b9cfef libGLProgrammability.dylib ??? (???) <9D2B1DA3-C581-73F8-A2E4-01C4CE1C3B32> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff87bc9000 - 0x7fff87e4efef com.apple.security 6.1.1 (37594) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff87e85000 - 0x7fff87edafef com.apple.framework.familycontrols 2.0.1 (2010) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff87edb000 - 0x7fff87edbff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff87edc000 - 0x7fff87f9cfff libFontParser.dylib ??? (???) <01E3B0FE-2539-61BD-E2DE-7407B01C6F03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8801a000 - 0x7fff8818afef com.apple.MediaToolbox 0.484.5 (484.5) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8818b000 - 0x7fff8834aff7 libSystem.B.dylib 125.0.1 (compatibility 1.0.0) /usr/lib/libSystem.B.dylib
0x7fff8834b000 - 0x7fff8835ffff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff88360000 - 0x7fff88391fef libTrueTypeScaler.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff88392000 - 0x7fff88a8f037 com.apple.CoreGraphics 1.543.33 (???) <359B3BC6-0152-94D2-3CAA-D8C24C0B9E65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff88a90000 - 0x7fff88aa5ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff88aa6000 - 0x7fff88b35fff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff88b36000 - 0x7fff88bb4fff com.apple.CoreText 3.1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff88bc1000 - 0x7fff88bc9fff com.apple.DisplayServicesFW 2.2.2 (251) <3E7C0CF8-117D-9C7F-577C-C199901DFF37> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff88bca000 - 0x7fff88bdeff7 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
0x7fff88bdf000 - 0x7fff88caafe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x7fff88cab000 - 0x7fff88cadfff libRadiance.dylib ??? (???) <73CE39EA-E38B-4320-8A7D-11C1A08A8A7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff88cae000 - 0x7fff88cf6ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff88d8a000 - 0x7fff88d90ff7 IOSurface ??? (???) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

Model: MacBookPro2,1, BootROM MBP21.00A5.B08, 2 processors, Intel Core 2 Duo, 2.33 GHz, 3 GB, SMC 1.14f5
Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB
Memory Module: global_name
AirPort: AirPort Extreme, Atheros 5416: 2.0.19.10
Bluetooth: Version 2.3.1f4, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: AirPort, AirPort, en1
Serial ATA Device: Hitachi HTS721010G9SA00, 93,16 GB
Parallel ATA Device: MATSHITADVD-R UJ-85J
USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x0704, 0xfd300000
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
USB Device: USB Card Reader, 0x07c4 (Datafab Systems Inc.), 0xa827, 0xfd500000
USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000
USB Device: USB Receiver, 0x046d (Logitech Inc.), 0xc510, 0x1d100000
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x1d200000

@openstreetmap-trac
Copy link
Author

Author: aleksandar.topuzovic[at]gmail.com
[Added to the original trac issue at 11.08pm, Tuesday, 18th May 2010]

This is fixed in the new release 0.15.3 for Mac OS X. Bug is due to not including libqsvg.dylib.

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

No branches or pull requests

1 participant