Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-27972

Crash of qt webkit on Mac OS X when loading html page with external font

    XMLWordPrintable

Details

    • macOS

    Description

      How to reproduce:
      1) Run webkit/fancybrowser example.
      2) Drop test.htm onto the browser (attached inside the archive).
      Then
      3) Go back and forward consequtively several times forcing the browser to reload test.htm.
      Or alternatively
      3) Press refresh toolbutton several times.

      I tested it on Mac OS X 10.7.5. On average it takes me 6 page-refresh operations to crash the app from the qt examples (I ran the app 11 times and only once I couldn't crash it). I tested it with qt 4.7.4 and 4.8.3. It doesn't crash with pure webkit from webkit.org, so I suppose it's something about how qt uses the webkit, or probably about how qt handles fonts.
      A colleague of mine tested it on Mac OS X 10.5 and 10.6 - on 10.6 it reproduces, but on 10.5 it doesn't.

      This issue might be relevant to this one: https://bugreports.qt-project.org/browse/QTBUG-24290, although the stack isn't the same.

      Here's my OS environment summary:

      System Software Overview:
      
        System Version:	Mac OS X 10.7.5 (11G63)
        Kernel Version:	Darwin 11.4.2
        Boot Volume:	Macintosh HD
        Boot Mode:	Normal
        Secure Virtual Memory:	Enabled
        64-bit Kernel and Extensions:	Yes
        Time since boot:	28 days 19:39
      

      And here's Mac crash report:

      Process:         fancybrowser [64910]
      Path:            /Developer/Examples/Qt/webkit/fancybrowser/fancybrowser.app/Contents/MacOS/./fancybrowser
      Identifier:      com.yourcompany.fancybrowser
      Version:         ??? (???)
      Code Type:       X86-64 (Native)
      Parent Process:  bash [17797]
      
      Date/Time:       2012-11-13 10:52:11.822 +0300
      OS Version:      Mac OS X 10.7.5 (11G63)
      Report Version:  9
      Sleep/Wake UUID: DD00229E-A697-4625-B163-BD4BCB241B72
      
      Interval Since Last Report:          166796 sec
      Crashes Since Last Report:           36
      Per-App Interval Since Last Report:  552 sec
      Per-App Crashes Since Last Report:   11
      Anonymous UUID:                      C382A01D-A22F-4501-969B-4C88D64B0093
      
      Crashed Thread:  0  Dispatch queue: com.apple.main-thread
      
      Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
      Exception Codes: KERN_INVALID_ADDRESS at 0x000000000000006a
      
      VM Regions Near 0x6a:
      --> 
          __TEXT                 0000000100000000-0000000100017000 [   92K] r-x/rwx SM=COW  /Developer/Examples/Qt/webkit/fancybrowser/fancybrowser.app/Contents/MacOS/fancybrowser
      
      Application Specific Information:
      objc[64910]: garbage collection is OFF
      
      Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
      0   libobjc.A.dylib               	0x00007fff8e2c0358 objc_msgSend_vtable13 + 24
      1   com.apple.CoreText            	0x00007fff8b155519 TCFRetained<CGFont*>::Retain(void const*) + 31
      2   com.apple.CoreText            	0x00007fff8b0e44ee TCGFont::TCGFont(__CFURL const*, bool) + 288
      3   com.apple.CoreText            	0x00007fff8b0e4225 TCGFontCache::CopyFont(__CFURL const*) const + 77
      4   com.apple.CoreText            	0x00007fff8b0e40f2 TBaseFont::CopyNativeFont() const + 54
      5   QtGui                         	0x0000000101ffeecf QCoreTextFontEngine::QCoreTextFontEngine(__CTFont const*, QFontDef const&) + 415
      6   QtGui                         	0x0000000102000335 QCoreTextFontEngineMulti::init(bool) + 293
      7   QtGui                         	0x000000010200084c QCoreTextFontEngineMulti::QCoreTextFontEngineMulti(QCFString const&, QFontDef const&, bool) + 700
      8   QtGui                         	0x0000000102267f55 _ZL16loadFromDatabaseR8QFontDefPK12QFontPrivate + 1125
      9   QtGui                         	0x000000010226b3f2 QFontDatabase::load(QFontPrivate const*, int) + 1042
      10  QtGui                         	0x000000010224a251 QFontPrivate::engineForScript(int) const + 161
      11  QtGui                         	0x00000001022605ae QFontMetricsF::descent() const + 14
      12  QtWebKit                      	0x0000000100bc10d0 WebCore::SimpleFontData::platformInit() + 96
      13  QtWebKit                      	0x0000000100a0fbae WebCore::SimpleFontData::SimpleFontData(WebCore::FontPlatformData const&, bool, bool, bool) + 206
      14  QtWebKit                      	0x00000001005882de WebCore::CSSFontFaceSource::getFontData(WebCore::FontDescription const&, bool, bool, WebCore::CSSFontSelector*) + 894
      15  QtWebKit                      	0x000000010057fc63 WebCore::CSSFontFace::getFontData(WebCore::FontDescription const&, bool, bool) + 211
      16  QtWebKit                      	0x00000001005d2300 WebCore::CSSSegmentedFontFace::getFontData(WebCore::FontDescription const&) + 512
      17  QtWebKit                      	0x0000000100581e7f WebCore::CSSFontSelector::getFontData(WebCore::FontDescription const&, WTF::AtomicString const&) + 943
      18  QtWebKit                      	0x00000001009f9089 WebCore::FontCache::getFontData(WebCore::Font const&, int&, WebCore::FontSelector*) + 137
      19  QtWebKit                      	0x00000001009f0ab3 WebCore::FontFallbackList::fontDataAt(WebCore::Font const*, unsigned int) const + 99
      20  QtWebKit                      	0x00000001009f0b5a WebCore::FontFallbackList::determinePitch(WebCore::Font const*) const + 26
      21  QtWebKit                      	0x0000000100aba67e WebCore::RenderBlock::LineBreaker::nextLineBreak(WebCore::BidiResolver<WebCore::InlineIterator, WebCore::BidiRun>&, WebCore::LineInfo&, std::pair<WebCore::RenderText*, WebCore::LazyLineBreakIterator>&, WebCore::RenderBlock::FloatingObject*) + 10670
      22  QtWebKit                      	0x0000000100abb6ff WebCore::RenderBlock::layoutRunsAndFloats(bool, bool, WTF::Vector<WebCore::RenderBlock::FloatWithRect, 0ul>&, int&, int&) + 1695
      23  QtWebKit                      	0x0000000100abd0f5 WebCore::RenderBlock::layoutInlineChildren(bool, int&, int&) + 1429
      24  QtWebKit                      	0x0000000100aa8e70 WebCore::RenderBlock::layoutBlock(bool, int) + 1264
      25  QtWebKit                      	0x0000000100a91d95 WebCore::RenderBlock::layout() + 37
      26  QtWebKit                      	0x0000000100aa5f9c WebCore::RenderBlock::layoutBlockChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo&, int&, int&) + 540
      27  QtWebKit                      	0x0000000100aa7776 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 678
      28  QtWebKit                      	0x0000000100aa97e3 WebCore::RenderBlock::layoutBlock(bool, int) + 3683
      29  QtWebKit                      	0x0000000100a91d95 WebCore::RenderBlock::layout() + 37
      30  QtWebKit                      	0x0000000100aa5f9c WebCore::RenderBlock::layoutBlockChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo&, int&, int&) + 540
      31  QtWebKit                      	0x0000000100aa7776 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 678
      32  QtWebKit                      	0x0000000100aa97e3 WebCore::RenderBlock::layoutBlock(bool, int) + 3683
      33  QtWebKit                      	0x0000000100a91d95 WebCore::RenderBlock::layout() + 37
      34  QtWebKit                      	0x0000000100aa5f9c WebCore::RenderBlock::layoutBlockChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo&, int&, int&) + 540
      35  QtWebKit                      	0x0000000100aa7776 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 678
      36  QtWebKit                      	0x0000000100aa97e3 WebCore::RenderBlock::layoutBlock(bool, int) + 3683
      37  QtWebKit                      	0x0000000100a91d95 WebCore::RenderBlock::layout() + 37
      38  QtWebKit                      	0x0000000100aa5f9c WebCore::RenderBlock::layoutBlockChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo&, int&, int&) + 540
      39  QtWebKit                      	0x0000000100aa7776 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 678
      40  QtWebKit                      	0x0000000100aa97e3 WebCore::RenderBlock::layoutBlock(bool, int) + 3683
      41  QtWebKit                      	0x0000000100a91d95 WebCore::RenderBlock::layout() + 37
      42  QtWebKit                      	0x0000000100b77442 WebCore::RenderView::layout() + 306
      43  QtWebKit                      	0x00000001009c1ef9 WebCore::FrameView::layout(bool) + 1273
      44  QtWebKit                      	0x0000000100635f42 WebCore::Document::implicitClose() + 594
      45  QtWebKit                      	0x0000000100922223 WebCore::FrameLoader::checkCompleted() + 195
      46  QtWebKit                      	0x0000000100922993 WebCore::FrameLoader::finishedParsing() + 115
      47  QtWebKit                      	0x00000001006373bc WebCore::Document::finishedParsing() + 268
      48  QtWebKit                      	0x000000010084d224 WebCore::HTMLDocumentParser::prepareToStopParsing() + 100
      49  QtWebKit                      	0x000000010084ba4f WebCore::HTMLDocumentParser::finish() + 287
      50  QtWebKit                      	0x0000000100914b17 WebCore::DocumentWriter::endIfNotLoadingMainResource() + 103
      51  QtWebKit                      	0x0000000100921fcb WebCore::FrameLoader::finishedLoading() + 91
      52  QtWebKit                      	0x000000010093931f WebCore::MainResourceLoader::didFinishLoading(double) + 143
      53  QtWebKit                      	0x0000000100bb5342 WebCore::QNetworkReplyHandler::finish() + 978
      54  QtWebKit                      	0x0000000100bb28a9 WebCore::QNetworkReplyHandlerCallQueue::flush() + 169
      55  QtWebKit                      	0x0000000100bb2979 WebCore::QNetworkReplyHandlerCallQueue::push(void (WebCore::QNetworkReplyHandler::*)()) + 41
      56  QtCore                        	0x0000000102df122e QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1566
      57  QtCore                        	0x0000000102ded8e1 QObject::event(QEvent*) + 1073
      58  QtGui                         	0x000000010203a93d QApplicationPrivate::notify_helper(QObject*, QEvent*) + 189
      59  QtGui                         	0x0000000102040dc4 QApplication::notify(QObject*, QEvent*) + 1060
      60  QtCore                        	0x0000000102dd917c QCoreApplication::notifyInternal(QObject*, QEvent*) + 124
      61  QtCore                        	0x0000000102dda5a0 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 736
      62  com.apple.CoreFoundation      	0x00007fff8c4bd4f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
      63  com.apple.CoreFoundation      	0x00007fff8c4bcd5d __CFRunLoopDoSources0 + 253
      64  com.apple.CoreFoundation      	0x00007fff8c4e3b49 __CFRunLoopRun + 905
      65  com.apple.CoreFoundation      	0x00007fff8c4e3486 CFRunLoopRunSpecific + 230
      66  com.apple.HIToolbox           	0x00007fff8b30d2bf RunCurrentEventLoopInMode + 277
      67  com.apple.HIToolbox           	0x00007fff8b3144bf ReceiveNextEventCommon + 181
      68  com.apple.HIToolbox           	0x00007fff8b3143fa BlockUntilNextEventMatchingListInMode + 62
      69  com.apple.AppKit              	0x00007fff8c6fd779 _DPSNextEvent + 659
      70  com.apple.AppKit              	0x00007fff8c6fd07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
      71  com.apple.AppKit              	0x00007fff8c6f99b9 -[NSApplication run] + 470
      72  QtGui                         	0x0000000101ff3900 QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 1824
      73  QtCore                        	0x0000000102dd8094 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
      74  QtCore                        	0x0000000102dd8444 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324
      75  QtCore                        	0x0000000102ddab2c QCoreApplication::exec() + 188
      76  com.yourcompany.fancybrowser  	0x0000000100002d32 qCleanupResources_jquery__dest_class__::qCleanupResources_jquery__dest_class__() + 972
      77  com.yourcompany.fancybrowser  	0x0000000100002a08 qCleanupResources_jquery__dest_class__::qCleanupResources_jquery__dest_class__() + 162
      
      Thread 1:: Dispatch queue: com.apple.libdispatch-manager
      0   libsystem_kernel.dylib        	0x00007fff8dc057e6 kevent + 10
      1   libdispatch.dylib             	0x00007fff8d2ff786 _dispatch_mgr_invoke + 923
      2   libdispatch.dylib             	0x00007fff8d2fe316 _dispatch_mgr_thread + 54
      
      Thread 2:
      0   libsystem_kernel.dylib        	0x00007fff8dc04e42 __semwait_signal + 10
      1   libsystem_c.dylib             	0x00007fff8b231dea nanosleep + 164
      2   libsystem_c.dylib             	0x00007fff8b231c2c sleep + 61
      3   QtWebKit                      	0x0000000100e4e873 WTF::TCMalloc_PageHeap::scavengerThread() + 147
      4   QtWebKit                      	0x0000000100e4eae9 WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 9
      5   libsystem_c.dylib             	0x00007fff8b27b8bf _pthread_start + 335
      6   libsystem_c.dylib             	0x00007fff8b27eb75 thread_start + 13
      
      Thread 3:
      0   libsystem_kernel.dylib        	0x00007fff8dc04df2 __select + 10
      1   QtCore                        	0x0000000102e09cce qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 142
      2   QtCore                        	0x0000000102e0e0a3 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 435
      3   QtCore                        	0x0000000102e0e572 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 178
      4   QtCore                        	0x0000000102dd8094 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
      5   QtCore                        	0x0000000102dd8444 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324
      6   QtCore                        	0x0000000102cc0f08 QThread::exec() + 312
      7   QtCore                        	0x0000000102cc45ba QThreadPrivate::start(void*) + 298
      8   libsystem_c.dylib             	0x00007fff8b27b8bf _pthread_start + 335
      9   libsystem_c.dylib             	0x00007fff8b27eb75 thread_start + 13
      
      Thread 4:
      0   libsystem_kernel.dylib        	0x00007fff8dc04df2 __select + 10
      1   QtCore                        	0x0000000102e09cce qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 142
      2   QtCore                        	0x0000000102e0e0a3 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 435
      3   QtCore                        	0x0000000102e0e572 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 178
      4   QtCore                        	0x0000000102dd8094 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
      5   QtCore                        	0x0000000102dd8444 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324
      6   QtCore                        	0x0000000102cc0f08 QThread::exec() + 312
      7   QtCore                        	0x0000000102cc45ba QThreadPrivate::start(void*) + 298
      8   libsystem_c.dylib             	0x00007fff8b27b8bf _pthread_start + 335
      9   libsystem_c.dylib             	0x00007fff8b27eb75 thread_start + 13
      
      Thread 5:
      0   libsystem_kernel.dylib        	0x00007fff8dc05192 __workq_kernreturn + 10
      1   libsystem_c.dylib             	0x00007fff8b27d594 _pthread_wqthread + 758
      2   libsystem_c.dylib             	0x00007fff8b27eb85 start_wqthread + 13
      
      Thread 6:
      0   libsystem_kernel.dylib        	0x00007fff8dc05192 __workq_kernreturn + 10
      1   libsystem_c.dylib             	0x00007fff8b27d594 _pthread_wqthread + 758
      2   libsystem_c.dylib             	0x00007fff8b27eb85 start_wqthread + 13
      
      Thread 7:
      0   libsystem_kernel.dylib        	0x00007fff8dc05192 __workq_kernreturn + 10
      1   libsystem_c.dylib             	0x00007fff8b27d594 _pthread_wqthread + 758
      2   libsystem_c.dylib             	0x00007fff8b27eb85 start_wqthread + 13
      
      Thread 8:
      0   libsystem_kernel.dylib        	0x00007fff8dc05192 __workq_kernreturn + 10
      1   libsystem_c.dylib             	0x00007fff8b27d594 _pthread_wqthread + 758
      2   libsystem_c.dylib             	0x00007fff8b27eb85 start_wqthread + 13
      
      Thread 0 crashed with X86 Thread State (64-bit):
        rax: 0x0000000000000002  rbx: 0x0000000000000000  rcx: 0x00007fff742cbfc0  rdx: 0x00007fff742e1740
        rdi: 0x0000000110539bb0  rsi: 0x00007fff8cf7c2d8  rbp: 0x00007fff5fbfb180  rsp: 0x00007fff5fbfb168
         r8: 0x0000000000000010   r9: 0x000000000000009f  r10: 0x0000000062263221  r11: 0x00007fff5fbfaf58
        r12: 0x000000010fb528d0  r13: 0x000000010fbe11a0  r14: 0x00007fff5fbfb228  r15: 0x00007fff5fbfb190
        rip: 0x00007fff8e2c0358  rfl: 0x0000000000010246  cr2: 0x000000000000006a
      Logical CPU: 0
      
      Binary Images:
             0x100000000 -        0x100016fef +com.yourcompany.fancybrowser (??? - ???) <7B907743-E18B-1B80-0DA2-BE8031F65E72> /Developer/Examples/Qt/webkit/fancybrowser/fancybrowser.app/Contents/MacOS/fancybrowser
             0x10001d000 -        0x10166ffff +QtWebKit (4.9.0 - compatibility 4.9.0) <02F6ACF0-32DD-D999-6B23-64DB3DC91570> /Library/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
             0x101fb1000 -        0x1029ccfe7 +QtGui (4.8.1 - compatibility 4.8.0) <25F74DA5-7B83-DE80-B2D5-CB65A9EF0F5B> /Library/Frameworks/QtGui.framework/Versions/4/QtGui
             0x102c9c000 -        0x102f68fff +QtCore (4.8.1 - compatibility 4.8.0) <5F2182D1-A2E3-22C1-6BFA-9FC662E936CF> /Library/Frameworks/QtCore.framework/Versions/4/QtCore
             0x103007000 -        0x103144ff7 +QtNetwork (4.8.1 - compatibility 4.8.0) <F76D5825-FE64-6790-C9A0-8289B70148DA> /Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
             0x103746000 -        0x10377afff  com.apple.security.csparser (3.0 - 55148.6) <CAA9817C-3D70-369D-894D-AA8034EEF2DD> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
             0x107fd8000 -        0x107ff0fe7 +libqcorewlanbearer.dylib (??? - ???) <21C9B42D-4F1B-6FA7-29CE-71EF07163B76> /Developer/Applications/Qt/plugins/bearer/libqcorewlanbearer.dylib
             0x10b3bb000 -        0x10b3c6fff +libqgenericbearer.dylib (??? - ???) <2AD6C19D-55E6-A121-FDDF-DFC098DD2C3E> /Developer/Applications/Qt/plugins/bearer/libqgenericbearer.dylib
             0x10b7c0000 -        0x10b7c6ff7 +libqgif.dylib (??? - ???) <5527CFB9-C05D-BEBC-4FE9-801DA90C61F8> /Developer/Applications/Qt/plugins/imageformats/libqgif.dylib
             0x10b7cb000 -        0x10b7d1ff7 +libqico.dylib (??? - ???) <6F1C5DBE-0A7C-7613-9F33-8157474CC1B8> /Developer/Applications/Qt/plugins/imageformats/libqico.dylib
             0x10b7d7000 -        0x10b7dbff7 +libqsvg.dylib (??? - ???) <8017C5C1-8B4F-DC8A-AAE0-BEC76EBE4176> /Developer/Applications/Qt/plugins/imageformats/libqsvg.dylib
             0x10b7e0000 -        0x10b7e4fff +libqtga.dylib (??? - ???) <D2D40B39-9BEF-D694-C5D8-F3881376CA97> /Developer/Applications/Qt/plugins/imageformats/libqtga.dylib
             0x10c289000 -        0x10c2c6ff7 +libqtaccessiblewidgets.dylib (??? - ???) <E1FAAB6E-A8DF-FFDC-3D7C-CFB617B44B45> /Developer/Applications/Qt/plugins/accessible/libqtaccessiblewidgets.dylib
             0x10c483000 -        0x10c4beff7 +libqjpeg.dylib (??? - ???) <0FAC05C7-0670-4A80-9FDB-44DDFCA6207D> /Developer/Applications/Qt/plugins/imageformats/libqjpeg.dylib
             0x10c600000 -        0x10c654fe7 +libqmng.dylib (??? - ???) <4E62A294-79AD-1BA3-908C-6C465F78B39B> /Developer/Applications/Qt/plugins/imageformats/libqmng.dylib
             0x10c665000 -        0x10c6b5fef +QtSvg (4.8.1 - compatibility 4.8.0) <74105F96-85E9-0C45-367E-BD6281F8FDC9> /Library/Frameworks/QtSvg.framework/Versions/4/QtSvg
             0x10c6d6000 -        0x10c713fe7 +QtXml (4.8.1 - compatibility 4.8.0) <B6D5D1C5-199D-F7A3-51F3-4D87A21D32F1> /Library/Frameworks/QtXml.framework/Versions/4/QtXml
             0x10c72d000 -        0x10c782fe7 +libqtiff.dylib (??? - ???) <9B5B58CD-BC77-A528-4FC7-F58284D95E89> /Developer/Applications/Qt/plugins/imageformats/libqtiff.dylib
          0x7fff638e3000 -     0x7fff63917baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
          0x7fff8307c000 -     0x7fff83082fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
          0x7fff83092000 -     0x7fff834bffff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
          0x7fff83506000 -     0x7fff83939ff7  com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
          0x7fff83bac000 -     0x7fff83baefff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
          0x7fff83baf000 -     0x7fff83c54fff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
          0x7fff83d07000 -     0x7fff842ebfff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
          0x7fff842ec000 -     0x7fff84370ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
          0x7fff84383000 -     0x7fff843d4ff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
          0x7fff843d5000 -     0x7fff845fffe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
          0x7fff84600000 -     0x7fff8461dff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
          0x7fff84623000 -     0x7fff8464eff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
          0x7fff8464f000 -     0x7fff84670fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
          0x7fff84679000 -     0x7fff846ccfff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
          0x7fff8484e000 -     0x7fff84857ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
          0x7fff84858000 -     0x7fff848acfff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
          0x7fff848ba000 -     0x7fff848bbfff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
          0x7fff848bc000 -     0x7fff8491eff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
          0x7fff84a1f000 -     0x7fff84a48fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
          0x7fff84b71000 -     0x7fff84bc3ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
          0x7fff84be3000 -     0x7fff84be3fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
          0x7fff84be4000 -     0x7fff84bf1ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
          0x7fff8596d000 -     0x7fff85977ff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
          0x7fff85978000 -     0x7fff85a84fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
          0x7fff85a85000 -     0x7fff85ac9ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
          0x7fff85e1f000 -     0x7fff85e32ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
          0x7fff85e33000 -     0x7fff85ed5fff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
          0x7fff85f47000 -     0x7fff85f4dfff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
          0x7fff85fcb000 -     0x7fff862c0ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
          0x7fff862c1000 -     0x7fff862cefff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
          0x7fff862cf000 -     0x7fff862d2fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
          0x7fff8651b000 -     0x7fff8651bfff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
          0x7fff8651c000 -     0x7fff866a7ff7  com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
          0x7fff866a8000 -     0x7fff866abfff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
          0x7fff866ac000 -     0x7fff866ecfe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
          0x7fff8670a000 -     0x7fff86720fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
          0x7fff86b4f000 -     0x7fff86b8fff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
          0x7fff86b90000 -     0x7fff86bbdfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
          0x7fff86e45000 -     0x7fff86e5afff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
          0x7fff86e5b000 -     0x7fff87174fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff87175000 -     0x7fff87254fff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
          0x7fff87275000 -     0x7fff872d5fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
          0x7fff872d6000 -     0x7fff8743dfff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
          0x7fff8750c000 -     0x7fff8755afff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
          0x7fff87e5c000 -     0x7fff87e62fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
          0x7fff87e8b000 -     0x7fff87f06ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
          0x7fff87f07000 -     0x7fff87f72ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
          0x7fff8814a000 -     0x7fff8814cfff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
          0x7fff8814d000 -     0x7fff88254fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
          0x7fff88255000 -     0x7fff8828efe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
          0x7fff8829b000 -     0x7fff88c39a27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
          0x7fff88c3a000 -     0x7fff88c4cff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
          0x7fff88c4d000 -     0x7fff88c54fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
          0x7fff88fa9000 -     0x7fff88fc8fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
          0x7fff88fcc000 -     0x7fff88fd1fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
          0x7fff88fd2000 -     0x7fff890dffff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
          0x7fff890e0000 -     0x7fff8913cff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
          0x7fff8913d000 -     0x7fff8913eff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
          0x7fff8913f000 -     0x7fff89140fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
          0x7fff89141000 -     0x7fff894ebfe7  com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
          0x7fff894ec000 -     0x7fff89533ff7  com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
          0x7fff89544000 -     0x7fff895bafff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
          0x7fff895bb000 -     0x7fff895c6ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
          0x7fff895c7000 -     0x7fff8968eff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
          0x7fff8968f000 -     0x7fff89705ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
          0x7fff8970e000 -     0x7fff89813fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
          0x7fff89827000 -     0x7fff8982cfff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
          0x7fff8982d000 -     0x7fff89cf4fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
          0x7fff89cf5000 -     0x7fff89cf5fff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
          0x7fff89cf6000 -     0x7fff89d35fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
          0x7fff89d36000 -     0x7fff89d50fff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
          0x7fff89d64000 -     0x7fff89dd7fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
          0x7fff89dd8000 -     0x7fff89ecdfff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
          0x7fff89ece000 -     0x7fff89ed3ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
          0x7fff89f1b000 -     0x7fff8a034fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
          0x7fff8a035000 -     0x7fff8a038fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
          0x7fff8a727000 -     0x7fff8a72efff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
          0x7fff8a72f000 -     0x7fff8a7c5ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
          0x7fff8a85c000 -     0x7fff8a88fff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
          0x7fff8a89f000 -     0x7fff8a8adfff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
          0x7fff8a8ae000 -     0x7fff8a8c5fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
          0x7fff8a8c6000 -     0x7fff8a91aff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
          0x7fff8ab5c000 -     0x7fff8ab6bff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
          0x7fff8ab6c000 -     0x7fff8ab9cff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
          0x7fff8ab9d000 -     0x7fff8aba1fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
          0x7fff8aba2000 -     0x7fff8aba3ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
          0x7fff8abe5000 -     0x7fff8ac26fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
          0x7fff8ac27000 -     0x7fff8ac27fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
          0x7fff8ac28000 -     0x7fff8aee0fff  com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
          0x7fff8aeef000 -     0x7fff8af06fff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
          0x7fff8af09000 -     0x7fff8af11fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
          0x7fff8b0dc000 -     0x7fff8b18fff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
          0x7fff8b1a5000 -     0x7fff8b22aff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
          0x7fff8b22d000 -     0x7fff8b30afef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
          0x7fff8b30b000 -     0x7fff8b637fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
          0x7fff8b638000 -     0x7fff8b64aff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
          0x7fff8b7af000 -     0x7fff8b7d7fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
          0x7fff8b7dd000 -     0x7fff8b860fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
          0x7fff8b861000 -     0x7fff8b861fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
          0x7fff8b862000 -     0x7fff8ba64fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
          0x7fff8ba65000 -     0x7fff8baaeff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
          0x7fff8bb79000 -     0x7fff8bb7aff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
          0x7fff8bb80000 -     0x7fff8bc1aff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
          0x7fff8bc1b000 -     0x7fff8bc44fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
          0x7fff8bc45000 -     0x7fff8bd47fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
          0x7fff8bd95000 -     0x7fff8bd9cff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
          0x7fff8bd9d000 -     0x7fff8bdc3fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
          0x7fff8bf08000 -     0x7fff8bfecff7  com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
          0x7fff8c02c000 -     0x7fff8c348fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
          0x7fff8c349000 -     0x7fff8c4a6fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
          0x7fff8c4a7000 -     0x7fff8c4aaff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
          0x7fff8c4ab000 -     0x7fff8c67fff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8c6f5000 -     0x7fff8d2fbfff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8d2fc000 -     0x7fff8d30afff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8d65e000 -     0x7fff8d660ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
          0x7fff8d661000 -     0x7fff8d666fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
          0x7fff8d7d4000 -     0x7fff8d7f1fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
          0x7fff8d7f2000 -     0x7fff8d7f9fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
          0x7fff8d7fc000 -     0x7fff8d857ff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
          0x7fff8dbb3000 -     0x7fff8dbb3fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
          0x7fff8dbb4000 -     0x7fff8dbb5fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
          0x7fff8dbe2000 -     0x7fff8dbedff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
          0x7fff8dbee000 -     0x7fff8dc0efff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8dcf9000 -     0x7fff8dd9afff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
          0x7fff8dd9b000 -     0x7fff8ddaafff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
          0x7fff8e024000 -     0x7fff8e032ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
          0x7fff8e033000 -     0x7fff8e07fff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
          0x7fff8e09c000 -     0x7fff8e0a7fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
          0x7fff8e0a8000 -     0x7fff8e0aafff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
          0x7fff8e167000 -     0x7fff8e17bff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
          0x7fff8e17c000 -     0x7fff8e17cfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
          0x7fff8e17d000 -     0x7fff8e17dfff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
          0x7fff8e17e000 -     0x7fff8e2b4fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
          0x7fff8e2b5000 -     0x7fff8e399e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
          0x7fff8e3f6000 -     0x7fff8e403fff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
          0x7fff8e404000 -     0x7fff8e408fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
          0x7fff8e409000 -     0x7fff8e40efff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
          0x7fff8e443000 -     0x7fff8e4abff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
          0x7fff8e570000 -     0x7fff8e5b2ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
          0x7fff8e5b3000 -     0x7fff8e5b7fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
          0x7fff8e5c5000 -     0x7fff8e839fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
          0x7fff8e868000 -     0x7fff8e86eff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
          0x7fff8e86f000 -     0x7fff8e8aafff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
          0x7fff8e8ab000 -     0x7fff8e8b0fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
          0x7fff8e8f8000 -     0x7fff8e9bfff7  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <7E2E109C-A438-3EDC-A6EB-3EF634A1B28B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
          0x7fff8e9c0000 -     0x7fff8e9dcff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
          0x7fff8eef4000 -     0x7fff8eef8ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
          0x7fff8eef9000 -     0x7fff8eefafff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
          0x7fff8ef1a000 -     0x7fff8ef3efff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
          0x7fff8ef3f000 -     0x7fff8ef6bff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
          0x7fff8ef6c000 -     0x7fff8ef90fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
          0x7fff8f053000 -     0x7fff8f069ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
          0x7fff8f357000 -     0x7fff8f3bfff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
          0x7fff8f58a000 -     0x7fff8f5e2ff7  libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
          0x7fff8f5e3000 -     0x7fff8f653fff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
          0x7fff8f654000 -     0x7fff8fdfcfff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
          0x7fff8fdfd000 -     0x7fff8fdfdfff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
          0x7fff8fdfe000 -     0x7fff8fe38fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
          0x7fff8fe39000 -     0x7fff8ffd9ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
      
      External Modification Summary:
        Calls made by other processes targeting this process:
          task_for_pid: 3
          thread_create: 0
          thread_set_state: 0
        Calls made by this process:
          task_for_pid: 0
          thread_create: 0
          thread_set_state: 0
        Calls made by all processes on this machine:
          task_for_pid: 192912
          thread_create: 0
          thread_set_state: 12479
      
      VM Region Summary:
      ReadOnly portion of Libraries: Total=215.4M resident=128.9M(60%) swapped_out_or_unallocated=86.5M(40%)
      Writable regions: Total=1.2G written=24.0M(2%) resident=42.9M(4%) swapped_out=4K(0%) unallocated=1.1G(96%)
       
      REGION TYPE                        VIRTUAL
      ===========                        =======
      ATS (font support)                   31.9M
      ATS (font support) (reserved)           4K        reserved VM address space (unallocated)
      CG backing stores                    2172K
      CG image                               12K
      CG raster data                        224K
      CG shared images                     3448K
      CoreGraphics                           16K
      CoreServices                         5388K
      JS JIT generated code               128.0M
      JS JIT generated code (reserved)    896.0M        reserved VM address space (unallocated)
      JS VM register file                  4160K
      JS garbage collector                 1888K
      MALLOC                               97.9M
      MALLOC guard page                      48K
      Memory tag=242                         12K
      STACK GUARD                          56.0M
      Stack                                12.1M
      VM_ALLOCATE                          17.2M
      __CI_BITMAP                            80K
      __DATA                               16.9M
      __IMAGE                               528K
      __LINKEDIT                           60.4M
      __TEXT                              155.1M
      __UNICODE                             544K
      mapped file                          77.5M
      shared memory                         308K
      ===========                        =======
      TOTAL                                 1.5G
      TOTAL, minus reserved VM space      671.2M
      
      Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.4 GHz, 4 GB, SMC 1.69f3
      Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
      Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
      Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
      Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
      AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.198.19.22)
      Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
      Network Service: Ethernet, Ethernet, en0
      Serial ATA Device: Hitachi HTS547575A9E384, 750.16 GB
      Serial ATA Device: MATSHITADVD-R   UJ-8A8, 184.7 MB
      USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
      USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
      USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
      USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 6
      USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0253, 0xfa120000 / 4
      USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
      USB Device: USB Optical Mouse, 0x046d  (Logitech Inc.), 0xc05b, 0xfd120000 / 4
      USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
      

      Attachments

        1. crash_log.txt
          68 kB
        2. font_test.zip
          55 kB
        3. stacktrace-27972.txt
          41 kB

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              japcrword japcrword
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes