Version 2.0.4 crashes MacOSX

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Version 2.0.4 crashes MacOSX

achilliesdev
Hi all,

Downloaded the most current version of LibreCAd from website Version 2.0.4.

Application opens fine but soon after drawing a few lines it crashes.

Have had no problems with version 2.0.3-2-g13626e3

Is this a difference between running Mountian Lion instead of Mavericks. Below is the crash report:

Process:         LibreCAD [19195]
Path:            /Volumes/VOLUME/LibreCAD.app/Contents/MacOS/LibreCAD
Identifier:      com.yourcompany.LibreCAD
Version:         0
Code Type:       X86-64 (Native)
Parent Process:  launchd [183]
User ID:         501

Date/Time:       2014-07-16 03:20:25.872 +1200
OS Version:      Mac OS X 10.8.5 (12F45)
Report Version:  10

Interval Since Last Report:          224389 sec
Crashes Since Last Report:           2
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      F08BE200-B428-DF1D-1016-F858AC5C188A

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

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Dyld Error Message:
  Symbol not found: ___sincos_stret
  Referenced from: /Volumes/VOLUME/LibreCAD.app/Contents/MacOS/LibreCAD
  Expected in: /usr/lib/libSystem.B.dylib

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   dyld                           0x00007fff6c3a309d dyld_fatal_error + 1
1   dyld                           0x00007fff6c3a6048 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 139
2   libdyld.dylib                 0x00007fff91f8f8ee dyld_stub_binder_ + 13
3   ???                           0x000000010cdc6110 0 + 4510736656
4   com.yourcompany.LibreCAD       0x000000010c813313 RS_Line::rotate(RS_Vector const&, double const&) + 35
5   com.yourcompany.LibreCAD       0x000000010c80813b RS_Insert::update() + 2587
6   com.yourcompany.LibreCAD       0x000000010c8075d5 RS_Insert::RS_Insert(RS_EntityContainer*, RS_InsertData const&) + 133
7   com.yourcompany.LibreCAD       0x000000010c7b0ecc RS_Creation::createInsert(RS_InsertData&) + 92
8   com.yourcompany.LibreCAD       0x000000010c8f7bde RS_ActionBlocksInsert::mouseMoveEvent(QMouseEvent*) + 174
9   com.yourcompany.LibreCAD       0x000000010c8a7009 RS_EventHandler::mouseMoveEvent(QMouseEvent*) + 57
10  com.yourcompany.LibreCAD       0x000000010c8ab9f4 RS_GraphicView::mouseMoveEvent(QMouseEvent*) + 292
11  com.yourcompany.LibreCAD       0x000000010c9a11a6 QG_GraphicView::mouseMoveEvent(QMouseEvent*) + 22
12  QtWidgets                     0x000000010d1fb436 QWidget::event(QEvent*) + 1526
13  QtWidgets                     0x000000010d1c2f2c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 300
14  QtWidgets                     0x000000010d1c64d9 QApplication::notify(QObject*, QEvent*) + 8905
15  QtCore                         0x000000010ddc90b2 QCoreApplication::notifyInternal(QObject*, QEvent*) + 114
16  QtWidgets                     0x000000010d1c3898 QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) + 952
17  QtWidgets                     0x000000010d218fb5 0x10d197000 + 532405
18  QtWidgets                     0x000000010d2182df 0x10d197000 + 529119
19  QtWidgets                     0x000000010d1c2f2c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 300
20  QtWidgets                     0x000000010d1c5a1d QApplication::notify(QObject*, QEvent*) + 6157
21  QtCore                         0x000000010ddc90b2 QCoreApplication::notifyInternal(QObject*, QEvent*) + 114
22  QtGui                         0x000000010d792fa2 QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) + 2050
23  QtGui                         0x000000010d7922e1 QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) + 97
24  QtGui                         0x000000010d782338 QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 136
25  libqcocoa.dylib               0x000000010f8fc4c7 0x10f8e2000 + 107719
26  libqcocoa.dylib               0x000000010f8fcfd8 0x10f8e2000 + 110552
27  com.apple.CoreFoundation       0x00007fff9087db31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
28  com.apple.CoreFoundation       0x00007fff9087d455 __CFRunLoopDoSources0 + 245
29  com.apple.CoreFoundation       0x00007fff908a07f5 __CFRunLoopRun + 789
30  com.apple.CoreFoundation       0x00007fff908a00e2 CFRunLoopRunSpecific + 290
31  com.apple.HIToolbox           0x00007fff979b1eb4 RunCurrentEventLoopInMode + 209
32  com.apple.HIToolbox           0x00007fff979b1b94 ReceiveNextEventCommon + 166
33  com.apple.HIToolbox           0x00007fff979b1ae3 BlockUntilNextEventMatchingListInMode + 62
34  com.apple.AppKit               0x00007fff93676533 _DPSNextEvent + 685
35  com.apple.AppKit               0x00007fff93675df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
36  com.apple.AppKit               0x00007fff9366d1a3 -[NSApplication run] + 517
37  libqcocoa.dylib               0x000000010f8fbd44 0x10f8e2000 + 105796
38  QtCore                         0x000000010ddc664d QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 397
39  QtCore                         0x000000010ddc9652 QCoreApplication::exec() + 354
40  com.yourcompany.LibreCAD       0x000000010cae3db4 main + 7300
41  libdyld.dylib                 0x00007fff91f917e1 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib         0x00007fff95f56d16 kevent + 10
1   libdispatch.dylib             0x00007fff9017fdea _dispatch_mgr_invoke + 883
2   libdispatch.dylib             0x00007fff9017f9ee _dispatch_mgr_thread + 54

Thread 2:
0   libsystem_kernel.dylib         0x00007fff95f566d6 __workq_kernreturn + 10
1   libsystem_c.dylib             0x00007fff93171f1c _pthread_workq_return + 25
2   libsystem_c.dylib             0x00007fff93171ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             0x00007fff9315c191 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib         0x00007fff95f566d6 __workq_kernreturn + 10
1   libsystem_c.dylib             0x00007fff93171f1c _pthread_workq_return + 25
2   libsystem_c.dylib             0x00007fff93171ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             0x00007fff9315c191 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib         0x00007fff95f566d6 __workq_kernreturn + 10
1   libsystem_c.dylib             0x00007fff93171f1c _pthread_workq_return + 25
2   libsystem_c.dylib             0x00007fff93171ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             0x00007fff9315c191 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fa19b311b80  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x00007fff6c412060  rsi: 0x0000000000000000  rbp: 0x00007fff5345a970  rsp: 0x00007fff5345a958
   r8: 0x00007fff6c3bea14   r9: 0x0000000000000019  r10: 0x00007fff5345a83d  r11: 0x00007fff6c412060
  r12: 0x00007fa19d405c50  r13: 0x00007fa19b30e6d0  r14: 0x00007fff6c412060  r15: 0x00007fff5345aae8
  rip: 0x00007fff6c3a309d  rfl: 0x0000000000000246  cr2: 0x00007fff6c3ce470
Logical CPU: 3

Binary Images:
       0x10c7a2000 -        0x10cdc2fff +com.yourcompany.LibreCAD (0) <50E000E1-EA33-3D1B-B513-43BA8AA4C866> /Volumes/VOLUME/LibreCAD.app/Contents/MacOS/LibreCAD
       0x10d0ea000 -        0x10d176ff7 +QtHelp (5.2.1) <084E62DB-F95A-3575-90DE-0C07F42897EC> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtHelp.framework/Versions/5/QtHelp
       0x10d197000 -        0x10d649fff +QtWidgets (5.2.1) <85CE3374-3065-3319-9DB4-3B6C29470667> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x10d76f000 -        0x10daecfff +QtGui (5.2.1) <1D176D5A-F94F-31ED-96B5-D512D26E1F05> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x10dbb6000 -        0x10e0abff7 +QtCore (5.2.1) <D231341E-3F5C-3AEE-A105-650DD9A3EFCD> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x10e133000 -        0x10e15cfff +QtPrintSupport (5.2.1) <9804AF58-A004-3497-A38E-09166FF1FDF0> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x10e180000 -        0x10e1b7fff +QtSvg (5.2.1) <2CE497B5-09D6-3A92-AFB6-DD72ABF3EE57> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
       0x10e1d2000 -        0x10e1d7fff  com.apple.agl (3.2.1 - AGL-3.2.1) <1A57AE22-37F6-3A2E-8098-183B280EEEA9> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x10e1df000 -        0x10e2c2fff +QtCLucene (5.2.1) <D1013B0C-EA1F-3497-93C9-E39F1B1F2B3C> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtCLucene.framework/Versions/5/QtCLucene
       0x10e2e8000 -        0x10e312fff +QtSql (5.2.1) <556C142C-4518-34B0-8845-E209BDBCD918> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
       0x10e32b000 -        0x10e42efff +QtNetwork (5.2.1) <F3F62EE2-31E8-3D97-98A6-E0300670BCA3> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x10e4fa000 -        0x10e4faffb +cl_kernels (???) <F43AFA4A-B39F-490B-BCE4-96A2AF3E2503> cl_kernels
       0x10f8e2000 -        0x10f970ff7 +libqcocoa.dylib (0) <86CC9FE8-1083-3CD1-A459-162633A41BE1> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x10fad2000 -        0x10fad8ff7 +libqgif.dylib (0) <EC99FB15-3C8B-3873-B529-FFE064DDE6A1> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x10fadc000 -        0x10fae1ff7 +libqico.dylib (0) <C3300A07-84C4-3A11-8A05-652215641462> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqico.dylib
       0x10fae5000 -        0x10fb20fff +libqjpeg.dylib (0) <73B84953-D624-3249-9318-FB41A08D9FB0> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x10fb26000 -        0x10fb74fff +libqmng.dylib (0) <B3E37E32-90AE-37CF-A533-C61734C5D34D> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqmng.dylib
       0x10fb7c000 -        0x10fb81fff +libqsvg.dylib (0) <575AF27B-F181-3F8D-9B32-0481EE6B672E> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqsvg.dylib
       0x10fb86000 -        0x10fbbefff +QtXml (5.2.1) <FE15F972-AE35-3A39-AF90-30F29F168A1C> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
       0x10fbce000 -        0x10fbd2fff +libqtga.dylib (0) <E427F046-9484-3CE6-ACB5-D19F8009745D> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x10fbd6000 -        0x10fc32fff +libqtiff.dylib (0) <8E61565B-8B0C-3C46-8821-8040FD58C060> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x10fc3a000 -        0x10fc3eff7 +libqwbmp.dylib (0) <121914D2-1A93-376D-A4EE-44A7B264663F> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x11482b000 -        0x11482fff7 +libalign.dylib (0) <32597588-82A8-323D-8C33-9234E7A57981> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libalign.dylib
       0x114834000 -        0x114847fff +libasciifile.dylib (0) <B762F04D-ED4C-30A1-855C-443151DDFFE3> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libasciifile.dylib
       0x114855000 -        0x114867fff +libimportshp.dylib (0) <5C987620-3197-3AE0-A561-D6AB89C32A65> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libimportshp.dylib
       0x114873000 -        0x114884ff7 +liblist.dylib (0) <2F282B51-2041-3462-B0F4-71DD4BA8126E> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/liblist.dylib
       0x11488d000 -        0x1148afff7 +libplotequation.dylib (0) <19FD0558-BEC1-3712-9590-16E40009870C> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libplotequation.dylib
       0x1148d5000 -        0x1148d9fff +libsameprop.dylib (0) <9E221766-4842-3209-8CDF-0DF5B15148FF> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libsameprop.dylib
       0x1148df000 -        0x1148e6fff +libsample.dylib (0) <D6AB4794-8B26-310C-A90F-F41A7E82EDE3> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libsample.dylib
       0x1148ef000 -        0x1148f4ff7  libFontRegistryUI.dylib (100) <9F172961-DB6F-3A82-9F90-28F9A233F755> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x114d67000 -        0x114d70fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x114dfd000 -        0x114dfeffb +cl_kernels (???) <741CDF1E-E10F-46B3-BA47-188A21F6023D> cl_kernels
       0x114e0b000 -        0x114e0bff9 +cl_kernels (???) <C4A3C7E7-993C-44FF-A906-4DF4AF6625CE> cl_kernels
       0x114e0d000 -        0x114ea7ff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
       0x1152a3000 -        0x1152c7fff +libqtaccessiblewidgets.dylib (0) <764BC043-F385-3632-B332-6723380DBE44> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/accessible/libqtaccessiblewidgets.dylib
    0x7fff6c3a2000 -     0x7fff6c3d693f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
    0x7fff8c60b000 -     0x7fff8c72bfff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8c769000 -     0x7fff8c7ebff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8c7ec000 -     0x7fff8ca21ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8cba7000 -     0x7fff8cbacfff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8cc0a000 -     0x7fff8cc15ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8cc4b000 -     0x7fff8ccfdff7  com.apple.LaunchServices (539.11 - 539.11) <A86F44E5-F285-3029-A5D1-00CD3C231A08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8cd58000 -     0x7fff8cd5efff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff8cd64000 -     0x7fff8cd6bff7  libcopyfile.dylib (89.0.70) <30824A67-6743-3D99-8DC3-92578FA9D7CB> /usr/lib/system/libcopyfile.dylib
    0x7fff8cd6c000 -     0x7fff8cdb0fff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
    0x7fff8cdb1000 -     0x7fff8cdbffff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8cdc0000 -     0x7fff8cdfbfff  com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8cdfc000 -     0x7fff8ce08fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8ce0e000 -     0x7fff8ce1bff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8ce1c000 -     0x7fff8ce21fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff8ce22000 -     0x7fff8ce24fff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8ce25000 -     0x7fff8d0c9ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8d0ca000 -     0x7fff8d0d1fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8d0d2000 -     0x7fff8d0d6fff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8e0b3000 -     0x7fff8e0dbfff  libJPEG.dylib (852) <4E159C31-1B41-3EFF-89EC-3F7BC9053F2C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8e259000 -     0x7fff8e2b3fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8e610000 -     0x7fff8e611ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff8ef18000 -     0x7fff8ef80ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff8ef81000 -     0x7fff8efeafff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff8efeb000 -     0x7fff8efecfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff8f289000 -     0x7fff8f291fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff8f2a9000 -     0x7fff8f2adff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8f2ae000 -     0x7fff8f308ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8f309000 -     0x7fff8f38afff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8f38b000 -     0x7fff8f392fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8f492000 -     0x7fff8f4b3fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8f4b4000 -     0x7fff8f587ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8f5d8000 -     0x7fff8f67eff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <FFDDD2D8-690D-388F-A48F-4750A792D2CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8f681000 -     0x7fff8f6ddff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8f6de000 -     0x7fff8f6e3fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8f7fe000 -     0x7fff8f823ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff8f839000 -     0x7fff8f839fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8f863000 -     0x7fff8f866fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8f867000 -     0x7fff8f867fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8f8e6000 -     0x7fff8f9a3ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8fa16000 -     0x7fff8fa35ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8fa7a000 -     0x7fff8faf8ff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8faf9000 -     0x7fff8fb20fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8fbb1000 -     0x7fff8fcaeff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x7fff9017b000 -     0x7fff90190ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff9025d000 -     0x7fff9026bff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
    0x7fff9026c000 -     0x7fff902cffff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff90554000 -     0x7fff90563fff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff90571000 -     0x7fff906e6fff  com.apple.CFNetwork (596.6.2 - 596.6.2) <03663F71-3E01-3958-9BBC-D7015189A4AC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff906e7000 -     0x7fff907f3fff  libFontParser.dylib (84.7) <C3D1121B-B066-34C3-9D31-ADDF387C0B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff907f4000 -     0x7fff90800fff  libCSync.A.dylib (333.1.1) <1EE4C872-5236-3577-A458-691DA2B43370> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff90853000 -     0x7fff9086afff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff9086b000 -     0x7fff90a55ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff90aa6000 -     0x7fff90ae9ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff90aea000 -     0x7fff90b07ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff90b08000 -     0x7fff90b17ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff90bdf000 -     0x7fff90be0ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
    0x7fff90be1000 -     0x7fff90beefff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff90c08000 -     0x7fff90c0cfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff90c19000 -     0x7fff90f78fff  com.apple.Foundation (6.8 - 945.19) <C98E55BA-553B-314B-B056-849FFB20C220> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff91481000 -     0x7fff914e0fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff914e2000 -     0x7fff91504ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
    0x7fff91505000 -     0x7fff91505fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff91566000 -     0x7fff91837fff  com.apple.security (7.0 - 55179.16.2) <87489F4C-750E-3183-B404-215097E71054> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff91838000 -     0x7fff91875fef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff91876000 -     0x7fff91910fff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff91911000 -     0x7fff91933ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff91934000 -     0x7fff91954fff  libPng.dylib (852) <CCBFA9A9-33C0-3189-AFE0-A77E831EEBA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff91955000 -     0x7fff91963fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff91964000 -     0x7fff91964fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff919b5000 -     0x7fff91a50fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff91a51000 -     0x7fff91b2bfff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff91e8f000 -     0x7fff91ec5fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff91ec6000 -     0x7fff91ef7ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff91f0d000 -     0x7fff91f0efff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff91f0f000 -     0x7fff91f21ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff91f22000 -     0x7fff91f2aff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff91f2b000 -     0x7fff91f59ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff91f8f000 -     0x7fff91f92ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff91f93000 -     0x7fff91fe2ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff91fe3000 -     0x7fff91fe5ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff91fe6000 -     0x7fff91fecfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff91fed000 -     0x7fff91feeff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff9200b000 -     0x7fff92032ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff920a0000 -     0x7fff920a0fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff92a54000 -     0x7fff92a6bfff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff92fe9000 -     0x7fff92fe9fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff92fea000 -     0x7fff92feefff  libGIF.dylib (852) <326C48F1-C892-3AF9-94BC-32768EFF6731> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff93046000 -     0x7fff93148fff  libJP2.dylib (852) <01E502E9-7FD3-3A5D-8EA4-2DC8C56E0497> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff93149000 -     0x7fff9315aff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
    0x7fff9315b000 -     0x7fff93227ff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
    0x7fff93228000 -     0x7fff9334092f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff93341000 -     0x7fff9334cfff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff93357000 -     0x7fff9339ffff  libcurl.4.dylib (69.2.71) <F52E1881-A425-3AE9-8386-A434F10AE0A2> /usr/lib/libcurl.4.dylib
    0x7fff933a0000 -     0x7fff933ecff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
    0x7fff93521000 -     0x7fff9414efff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff9430a000 -     0x7fff943fffff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff94490000 -     0x7fff9449afff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff9449b000 -     0x7fff944b0fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff944b1000 -     0x7fff944d2ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x7fff944d3000 -     0x7fff944d4fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff944d5000 -     0x7fff945d7fff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff9496e000 -     0x7fff94d65fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff94d66000 -     0x7fff94dcefff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff94dcf000 -     0x7fff94e26ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff94e27000 -     0x7fff94eb4ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff951cc000 -     0x7fff951d0fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff951d1000 -     0x7fff951d1fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff95218000 -     0x7fff95218fff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff95219000 -     0x7fff9536bfff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff953ae000 -     0x7fff953b7fff  com.apple.CommerceCore (1.0 - 26.3) <870C7810-0D27-3AC5-95A0-3224BB4890C0> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff953c6000 -     0x7fff953f4fff  com.apple.CoreServicesInternal (154.4 - 154.4) <EE77C328-BCC7-3EBD-B3BC-E0E48537D4FF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff9587b000 -     0x7fff95891fff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff958f1000 -     0x7fff95929fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
    0x7fff9592a000 -     0x7fff95974ff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff95975000 -     0x7fff95b23fff  com.apple.QuartzCore (1.8 - 304.4) <84F0B40E-DF91-36F2-9F2E-3922234206A3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff95b4c000 -     0x7fff95bbaff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff95bbb000 -     0x7fff95cacff7  com.apple.DiskImagesFramework (10.8.3 - 345) <5C56181F-1E9F-336A-B7BB-620565A8BD6E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff95cc4000 -     0x7fff95cc8fff  libCGXType.A.dylib (333.1.1) <3010D3F9-C3A9-3D2E-ACDD-9020FB17482E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff95cc9000 -     0x7fff95d36ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff95d7e000 -     0x7fff95da9fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff95daa000 -     0x7fff95df9ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff95eed000 -     0x7fff95f43fff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff95f44000 -     0x7fff95f5fff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff95f60000 -     0x7fff95f74fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff960cb000 -     0x7fff960cbffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff96320000 -     0x7fff964bbfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff964bc000 -     0x7fff964d3fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff96760000 -     0x7fff96762ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff96763000 -     0x7fff96770ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff96771000 -     0x7fff96784ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff96785000 -     0x7fff96787fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
    0x7fff96788000 -     0x7fff967ddff7  libTIFF.dylib (852) <0CA1662F-EB05-34DE-B9BA-0A03EC59B846> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff967de000 -     0x7fff968f7fff  com.apple.ImageIO.framework (3.2.2 - 852) <1D023BCE-1FA2-3743-B449-7489BC0C5C43> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff969a5000 -     0x7fff969b2fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff969b3000 -     0x7fff969ecff7  libssl.0.9.8.dylib (47.2) <46DF85DC-18FB-3108-91F6-52AE3EBF2347> /usr/lib/libssl.0.9.8.dylib
    0x7fff96b4c000 -     0x7fff96b82fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff96b83000 -     0x7fff96b89ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff96b8a000 -     0x7fff96c28ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff96c29000 -     0x7fff96c2bfff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff96c2c000 -     0x7fff96c2ffff  libRadiance.dylib (852) <139962CD-21E2-3D31-9F47-D5F2D6C2C2BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff96c7e000 -     0x7fff96d7bfff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff96d7c000 -     0x7fff96d7cfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff96d7d000 -     0x7fff96d7eff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff96d7f000 -     0x7fff96d81fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff96d94000 -     0x7fff96f1afff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff97191000 -     0x7fff971b0ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff97363000 -     0x7fff9736efff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff9736f000 -     0x7fff97399ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff9739a000 -     0x7fff973c6ff7  libRIP.A.dylib (333.1.1) <606E69AD-20AD-3517-B304-AD03F68CF47D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff97425000 -     0x7fff97438ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff97439000 -     0x7fff97750ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff97751000 -     0x7fff97951fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
    0x7fff97952000 -     0x7fff97c82fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff97d22000 -     0x7fff97da2ff7  com.apple.ApplicationServices.ATS (341.2 - 341.2) <0EF1BB57-71AA-304D-A455-55CBE0A4983A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff97e31000 -     0x7fff97e6bff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff97e6c000 -     0x7fff97f3eff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff97fd4000 -     0x7fff97fd8ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff97fe5000 -     0x7fff98036ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff98037000 -     0x7fff9807aff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff980c0000 -     0x7fff98185ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff9822e000 -     0x7fff9826dff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff9826e000 -     0x7fff9827cff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff98281000 -     0x7fff9869efff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff9869f000 -     0x7fff986cdfff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff9894a000 -     0x7fff992da807  com.apple.CoreGraphics (1.600.0 - 333.1.1) <E3316BA5-1A34-39B1-8FA7-97727488869B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff992db000 -     0x7fff9931bff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff9931c000 -     0x7fff99322fff  libCGXCoreImage.A.dylib (333.1.1) <971D9275-C3C8-3B4F-AA38-F17E8D58B6B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 2
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 14892
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=178.7M resident=146.2M(82%) swapped_out_or_unallocated=32.5M(18%)
Writable regions: Total=122.2M written=35.8M(29%) resident=56.1M(46%) swapped_out=0K(0%) unallocated=66.1M(54%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  6248K
CG image                             20K
CG shared images                   1216K
CoreImage                             8K
CoreServices                       2048K
MALLOC                             87.6M
MALLOC guard page                    48K
Memory tag=240                        4K
Memory tag=242                       12K
OpenCL                               28K
STACK GUARD                        56.0M
Stack                              10.0M
VM_ALLOCATE                        16.1M
__DATA                             12.2M
__IMAGE                             528K
__LINKEDIT                         58.4M
__TEXT                            120.4M
__UNICODE                           544K
mapped file                        79.2M
shared memory                       308K
===========                      =======
TOTAL                             450.6M

Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i7, 2.9 GHz, 8 GB, SMC 2.2f44
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.7f2 12718, 3 service, 13 devices, 3 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD HTS547575A9E384, 750.16 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 6
USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 5
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 8
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 4
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
When you have the will to always learn there is nothing that is impossible....The day you stop learning is the day you need to change your profession.
Reply | Threaded
Open this post in threaded view
|

Re: Version 2.0.4 crashes MacOSX

dxli
this is a known issue about "Symbol not found: ___sincos_stret"

basically, the 2.0.4 installer was built on 10.9 and works only with 10.9 OS/X.

For 10.8 (Mountain Lion), please try to install LibreCAD by MacPorts(2.0.4 should be available by MacPorts soon).

To get newest version, you can always download LibreCAD source by git.

achilliesdev wrote
Hi all,

Downloaded the most current version of LibreCAd from website Version 2.0.4.

Application opens fine but soon after drawing a few lines it crashes.

Have had no problems with version 2.0.3-2-g13626e3

Is this a difference between running Mountian Lion instead of Mavericks. Below is the crash report:

Process:         LibreCAD [19195]
Path:            /Volumes/VOLUME/LibreCAD.app/Contents/MacOS/LibreCAD
Identifier:      com.yourcompany.LibreCAD
Version:         0
Code Type:       X86-64 (Native)
Parent Process:  launchd [183]
User ID:         501

Date/Time:       2014-07-16 03:20:25.872 +1200
OS Version:      Mac OS X 10.8.5 (12F45)
Report Version:  10

Interval Since Last Report:          224389 sec
Crashes Since Last Report:           2
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      F08BE200-B428-DF1D-1016-F858AC5C188A

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

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Dyld Error Message:
  Symbol not found: ___sincos_stret
  Referenced from: /Volumes/VOLUME/LibreCAD.app/Contents/MacOS/LibreCAD
  Expected in: /usr/lib/libSystem.B.dylib

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   dyld                           0x00007fff6c3a309d dyld_fatal_error + 1
1   dyld                           0x00007fff6c3a6048 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 139
2   libdyld.dylib                 0x00007fff91f8f8ee dyld_stub_binder_ + 13
3   ???                           0x000000010cdc6110 0 + 4510736656
4   com.yourcompany.LibreCAD       0x000000010c813313 RS_Line::rotate(RS_Vector const&, double const&) + 35
5   com.yourcompany.LibreCAD       0x000000010c80813b RS_Insert::update() + 2587
6   com.yourcompany.LibreCAD       0x000000010c8075d5 RS_Insert::RS_Insert(RS_EntityContainer*, RS_InsertData const&) + 133
7   com.yourcompany.LibreCAD       0x000000010c7b0ecc RS_Creation::createInsert(RS_InsertData&) + 92
8   com.yourcompany.LibreCAD       0x000000010c8f7bde RS_ActionBlocksInsert::mouseMoveEvent(QMouseEvent*) + 174
9   com.yourcompany.LibreCAD       0x000000010c8a7009 RS_EventHandler::mouseMoveEvent(QMouseEvent*) + 57
10  com.yourcompany.LibreCAD       0x000000010c8ab9f4 RS_GraphicView::mouseMoveEvent(QMouseEvent*) + 292
11  com.yourcompany.LibreCAD       0x000000010c9a11a6 QG_GraphicView::mouseMoveEvent(QMouseEvent*) + 22
12  QtWidgets                     0x000000010d1fb436 QWidget::event(QEvent*) + 1526
13  QtWidgets                     0x000000010d1c2f2c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 300
14  QtWidgets                     0x000000010d1c64d9 QApplication::notify(QObject*, QEvent*) + 8905
15  QtCore                         0x000000010ddc90b2 QCoreApplication::notifyInternal(QObject*, QEvent*) + 114
16  QtWidgets                     0x000000010d1c3898 QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) + 952
17  QtWidgets                     0x000000010d218fb5 0x10d197000 + 532405
18  QtWidgets                     0x000000010d2182df 0x10d197000 + 529119
19  QtWidgets                     0x000000010d1c2f2c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 300
20  QtWidgets                     0x000000010d1c5a1d QApplication::notify(QObject*, QEvent*) + 6157
21  QtCore                         0x000000010ddc90b2 QCoreApplication::notifyInternal(QObject*, QEvent*) + 114
22  QtGui                         0x000000010d792fa2 QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) + 2050
23  QtGui                         0x000000010d7922e1 QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) + 97
24  QtGui                         0x000000010d782338 QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 136
25  libqcocoa.dylib               0x000000010f8fc4c7 0x10f8e2000 + 107719
26  libqcocoa.dylib               0x000000010f8fcfd8 0x10f8e2000 + 110552
27  com.apple.CoreFoundation       0x00007fff9087db31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
28  com.apple.CoreFoundation       0x00007fff9087d455 __CFRunLoopDoSources0 + 245
29  com.apple.CoreFoundation       0x00007fff908a07f5 __CFRunLoopRun + 789
30  com.apple.CoreFoundation       0x00007fff908a00e2 CFRunLoopRunSpecific + 290
31  com.apple.HIToolbox           0x00007fff979b1eb4 RunCurrentEventLoopInMode + 209
32  com.apple.HIToolbox           0x00007fff979b1b94 ReceiveNextEventCommon + 166
33  com.apple.HIToolbox           0x00007fff979b1ae3 BlockUntilNextEventMatchingListInMode + 62
34  com.apple.AppKit               0x00007fff93676533 _DPSNextEvent + 685
35  com.apple.AppKit               0x00007fff93675df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
36  com.apple.AppKit               0x00007fff9366d1a3 -[NSApplication run] + 517
37  libqcocoa.dylib               0x000000010f8fbd44 0x10f8e2000 + 105796
38  QtCore                         0x000000010ddc664d QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 397
39  QtCore                         0x000000010ddc9652 QCoreApplication::exec() + 354
40  com.yourcompany.LibreCAD       0x000000010cae3db4 main + 7300
41  libdyld.dylib                 0x00007fff91f917e1 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib         0x00007fff95f56d16 kevent + 10
1   libdispatch.dylib             0x00007fff9017fdea _dispatch_mgr_invoke + 883
2   libdispatch.dylib             0x00007fff9017f9ee _dispatch_mgr_thread + 54

Thread 2:
0   libsystem_kernel.dylib         0x00007fff95f566d6 __workq_kernreturn + 10
1   libsystem_c.dylib             0x00007fff93171f1c _pthread_workq_return + 25
2   libsystem_c.dylib             0x00007fff93171ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             0x00007fff9315c191 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib         0x00007fff95f566d6 __workq_kernreturn + 10
1   libsystem_c.dylib             0x00007fff93171f1c _pthread_workq_return + 25
2   libsystem_c.dylib             0x00007fff93171ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             0x00007fff9315c191 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib         0x00007fff95f566d6 __workq_kernreturn + 10
1   libsystem_c.dylib             0x00007fff93171f1c _pthread_workq_return + 25
2   libsystem_c.dylib             0x00007fff93171ce3 _pthread_wqthread + 412
3   libsystem_c.dylib             0x00007fff9315c191 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fa19b311b80  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x00007fff6c412060  rsi: 0x0000000000000000  rbp: 0x00007fff5345a970  rsp: 0x00007fff5345a958
   r8: 0x00007fff6c3bea14   r9: 0x0000000000000019  r10: 0x00007fff5345a83d  r11: 0x00007fff6c412060
  r12: 0x00007fa19d405c50  r13: 0x00007fa19b30e6d0  r14: 0x00007fff6c412060  r15: 0x00007fff5345aae8
  rip: 0x00007fff6c3a309d  rfl: 0x0000000000000246  cr2: 0x00007fff6c3ce470
Logical CPU: 3

Binary Images:
       0x10c7a2000 -        0x10cdc2fff +com.yourcompany.LibreCAD (0) <50E000E1-EA33-3D1B-B513-43BA8AA4C866> /Volumes/VOLUME/LibreCAD.app/Contents/MacOS/LibreCAD
       0x10d0ea000 -        0x10d176ff7 +QtHelp (5.2.1) <084E62DB-F95A-3575-90DE-0C07F42897EC> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtHelp.framework/Versions/5/QtHelp
       0x10d197000 -        0x10d649fff +QtWidgets (5.2.1) <85CE3374-3065-3319-9DB4-3B6C29470667> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x10d76f000 -        0x10daecfff +QtGui (5.2.1) <1D176D5A-F94F-31ED-96B5-D512D26E1F05> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x10dbb6000 -        0x10e0abff7 +QtCore (5.2.1) <D231341E-3F5C-3AEE-A105-650DD9A3EFCD> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x10e133000 -        0x10e15cfff +QtPrintSupport (5.2.1) <9804AF58-A004-3497-A38E-09166FF1FDF0> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x10e180000 -        0x10e1b7fff +QtSvg (5.2.1) <2CE497B5-09D6-3A92-AFB6-DD72ABF3EE57> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
       0x10e1d2000 -        0x10e1d7fff  com.apple.agl (3.2.1 - AGL-3.2.1) <1A57AE22-37F6-3A2E-8098-183B280EEEA9> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x10e1df000 -        0x10e2c2fff +QtCLucene (5.2.1) <D1013B0C-EA1F-3497-93C9-E39F1B1F2B3C> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtCLucene.framework/Versions/5/QtCLucene
       0x10e2e8000 -        0x10e312fff +QtSql (5.2.1) <556C142C-4518-34B0-8845-E209BDBCD918> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
       0x10e32b000 -        0x10e42efff +QtNetwork (5.2.1) <F3F62EE2-31E8-3D97-98A6-E0300670BCA3> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x10e4fa000 -        0x10e4faffb +cl_kernels (???) <F43AFA4A-B39F-490B-BCE4-96A2AF3E2503> cl_kernels
       0x10f8e2000 -        0x10f970ff7 +libqcocoa.dylib (0) <86CC9FE8-1083-3CD1-A459-162633A41BE1> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x10fad2000 -        0x10fad8ff7 +libqgif.dylib (0) <EC99FB15-3C8B-3873-B529-FFE064DDE6A1> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x10fadc000 -        0x10fae1ff7 +libqico.dylib (0) <C3300A07-84C4-3A11-8A05-652215641462> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqico.dylib
       0x10fae5000 -        0x10fb20fff +libqjpeg.dylib (0) <73B84953-D624-3249-9318-FB41A08D9FB0> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x10fb26000 -        0x10fb74fff +libqmng.dylib (0) <B3E37E32-90AE-37CF-A533-C61734C5D34D> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqmng.dylib
       0x10fb7c000 -        0x10fb81fff +libqsvg.dylib (0) <575AF27B-F181-3F8D-9B32-0481EE6B672E> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqsvg.dylib
       0x10fb86000 -        0x10fbbefff +QtXml (5.2.1) <FE15F972-AE35-3A39-AF90-30F29F168A1C> /Volumes/VOLUME/LibreCAD.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
       0x10fbce000 -        0x10fbd2fff +libqtga.dylib (0) <E427F046-9484-3CE6-ACB5-D19F8009745D> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x10fbd6000 -        0x10fc32fff +libqtiff.dylib (0) <8E61565B-8B0C-3C46-8821-8040FD58C060> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x10fc3a000 -        0x10fc3eff7 +libqwbmp.dylib (0) <121914D2-1A93-376D-A4EE-44A7B264663F> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x11482b000 -        0x11482fff7 +libalign.dylib (0) <32597588-82A8-323D-8C33-9234E7A57981> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libalign.dylib
       0x114834000 -        0x114847fff +libasciifile.dylib (0) <B762F04D-ED4C-30A1-855C-443151DDFFE3> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libasciifile.dylib
       0x114855000 -        0x114867fff +libimportshp.dylib (0) <5C987620-3197-3AE0-A561-D6AB89C32A65> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libimportshp.dylib
       0x114873000 -        0x114884ff7 +liblist.dylib (0) <2F282B51-2041-3462-B0F4-71DD4BA8126E> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/liblist.dylib
       0x11488d000 -        0x1148afff7 +libplotequation.dylib (0) <19FD0558-BEC1-3712-9590-16E40009870C> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libplotequation.dylib
       0x1148d5000 -        0x1148d9fff +libsameprop.dylib (0) <9E221766-4842-3209-8CDF-0DF5B15148FF> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libsameprop.dylib
       0x1148df000 -        0x1148e6fff +libsample.dylib (0) <D6AB4794-8B26-310C-A90F-F41A7E82EDE3> /Volumes/VOLUME/LibreCAD.app/Contents/Resources/plugins/libsample.dylib
       0x1148ef000 -        0x1148f4ff7  libFontRegistryUI.dylib (100) <9F172961-DB6F-3A82-9F90-28F9A233F755> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x114d67000 -        0x114d70fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x114dfd000 -        0x114dfeffb +cl_kernels (???) <741CDF1E-E10F-46B3-BA47-188A21F6023D> cl_kernels
       0x114e0b000 -        0x114e0bff9 +cl_kernels (???) <C4A3C7E7-993C-44FF-A906-4DF4AF6625CE> cl_kernels
       0x114e0d000 -        0x114ea7ff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
       0x1152a3000 -        0x1152c7fff +libqtaccessiblewidgets.dylib (0) <764BC043-F385-3632-B332-6723380DBE44> /Volumes/VOLUME/LibreCAD.app/Contents/PlugIns/accessible/libqtaccessiblewidgets.dylib
    0x7fff6c3a2000 -     0x7fff6c3d693f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
    0x7fff8c60b000 -     0x7fff8c72bfff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8c769000 -     0x7fff8c7ebff7  com.apple.Heimdal (3.0 - 2.0) <ACF0C667-5ACC-382A-A998-61E85386C814> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8c7ec000 -     0x7fff8ca21ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8cba7000 -     0x7fff8cbacfff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8cc0a000 -     0x7fff8cc15ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8cc4b000 -     0x7fff8ccfdff7  com.apple.LaunchServices (539.11 - 539.11) <A86F44E5-F285-3029-A5D1-00CD3C231A08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8cd58000 -     0x7fff8cd5efff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff8cd64000 -     0x7fff8cd6bff7  libcopyfile.dylib (89.0.70) <30824A67-6743-3D99-8DC3-92578FA9D7CB> /usr/lib/system/libcopyfile.dylib
    0x7fff8cd6c000 -     0x7fff8cdb0fff  libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
    0x7fff8cdb1000 -     0x7fff8cdbffff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8cdc0000 -     0x7fff8cdfbfff  com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8cdfc000 -     0x7fff8ce08fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8ce0e000 -     0x7fff8ce1bff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8ce1c000 -     0x7fff8ce21fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff8ce22000 -     0x7fff8ce24fff  libCVMSPluginSupport.dylib (8.10.1) <F0239392-E0CB-37D7-BFE2-D6F5D42F9196> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8ce25000 -     0x7fff8d0c9ff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8d0ca000 -     0x7fff8d0d1fff  libGFXShared.dylib (8.10.1) <B4AB9480-2CDB-34F8-8D6F-F5A2CFC221B0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8d0d2000 -     0x7fff8d0d6fff  libCoreVMClient.dylib (32.5) <DB009CD4-BB0E-3331-BBB4-A118781D193F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8e0b3000 -     0x7fff8e0dbfff  libJPEG.dylib (852) <4E159C31-1B41-3EFF-89EC-3F7BC9053F2C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8e259000 -     0x7fff8e2b3fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8e610000 -     0x7fff8e611ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff8ef18000 -     0x7fff8ef80ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff8ef81000 -     0x7fff8efeafff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff8efeb000 -     0x7fff8efecfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff8f289000 -     0x7fff8f291fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff8f2a9000 -     0x7fff8f2adff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8f2ae000 -     0x7fff8f308ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8f309000 -     0x7fff8f38afff  com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8f38b000 -     0x7fff8f392fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8f492000 -     0x7fff8f4b3fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8f4b4000 -     0x7fff8f587ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8f5d8000 -     0x7fff8f67eff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <FFDDD2D8-690D-388F-A48F-4750A792D2CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8f681000 -     0x7fff8f6ddff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8f6de000 -     0x7fff8f6e3fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8f7fe000 -     0x7fff8f823ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff8f839000 -     0x7fff8f839fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8f863000 -     0x7fff8f866fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8f867000 -     0x7fff8f867fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8f8e6000 -     0x7fff8f9a3ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8fa16000 -     0x7fff8fa35ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8fa7a000 -     0x7fff8faf8ff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8faf9000 -     0x7fff8fb20fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8fbb1000 -     0x7fff8fcaeff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x7fff9017b000 -     0x7fff90190ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff9025d000 -     0x7fff9026bff7  libkxld.dylib (2050.48.12) <B8F7ED1F-CF84-3777-9183-0A1C513DF81F> /usr/lib/system/libkxld.dylib
    0x7fff9026c000 -     0x7fff902cffff  com.apple.audio.CoreAudio (4.1.2 - 4.1.2) <FEAB83AB-1DE5-3813-BA48-7A7F2374CCF0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff90554000 -     0x7fff90563fff  com.apple.opengl (1.8.10 - 1.8.10) <AD49CF56-B7C1-3598-8610-58532FC41345> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff90571000 -     0x7fff906e6fff  com.apple.CFNetwork (596.6.2 - 596.6.2) <03663F71-3E01-3958-9BBC-D7015189A4AC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff906e7000 -     0x7fff907f3fff  libFontParser.dylib (84.7) <C3D1121B-B066-34C3-9D31-ADDF387C0B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff907f4000 -     0x7fff90800fff  libCSync.A.dylib (333.1.1) <1EE4C872-5236-3577-A458-691DA2B43370> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff90853000 -     0x7fff9086afff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff9086b000 -     0x7fff90a55ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff90aa6000 -     0x7fff90ae9ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff90aea000 -     0x7fff90b07ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff90b08000 -     0x7fff90b17ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff90bdf000 -     0x7fff90be0ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
    0x7fff90be1000 -     0x7fff90beefff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff90c08000 -     0x7fff90c0cfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff90c19000 -     0x7fff90f78fff  com.apple.Foundation (6.8 - 945.19) <C98E55BA-553B-314B-B056-849FFB20C220> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff91481000 -     0x7fff914e0fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff914e2000 -     0x7fff91504ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
    0x7fff91505000 -     0x7fff91505fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff91566000 -     0x7fff91837fff  com.apple.security (7.0 - 55179.16.2) <87489F4C-750E-3183-B404-215097E71054> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff91838000 -     0x7fff91875fef  libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff91876000 -     0x7fff91910fff  libvMisc.dylib (380.10) <A7F12764-A94C-36EB-88E0-F826F5AF55B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff91911000 -     0x7fff91933ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff91934000 -     0x7fff91954fff  libPng.dylib (852) <CCBFA9A9-33C0-3189-AFE0-A77E831EEBA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff91955000 -     0x7fff91963fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff91964000 -     0x7fff91964fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff919b5000 -     0x7fff91a50fff  com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff91a51000 -     0x7fff91b2bfff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff91e8f000 -     0x7fff91ec5fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff91ec6000 -     0x7fff91ef7ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff91f0d000 -     0x7fff91f0efff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff91f0f000 -     0x7fff91f21ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff91f22000 -     0x7fff91f2aff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff91f2b000 -     0x7fff91f59ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff91f8f000 -     0x7fff91f92ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff91f93000 -     0x7fff91fe2ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff91fe3000 -     0x7fff91fe5ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff91fe6000 -     0x7fff91fecfff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff91fed000 -     0x7fff91feeff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff9200b000 -     0x7fff92032ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff920a0000 -     0x7fff920a0fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff92a54000 -     0x7fff92a6bfff  libGL.dylib (8.10.1) <F8BABA3C-7810-3A65-83FC-61945AA50E90> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff92fe9000 -     0x7fff92fe9fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff92fea000 -     0x7fff92feefff  libGIF.dylib (852) <326C48F1-C892-3AF9-94BC-32768EFF6731> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff93046000 -     0x7fff93148fff  libJP2.dylib (852) <01E502E9-7FD3-3A5D-8EA4-2DC8C56E0497> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff93149000 -     0x7fff9315aff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
    0x7fff9315b000 -     0x7fff93227ff7  libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
    0x7fff93228000 -     0x7fff9334092f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff93341000 -     0x7fff9334cfff  com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff93357000 -     0x7fff9339ffff  libcurl.4.dylib (69.2.71) <F52E1881-A425-3AE9-8386-A434F10AE0A2> /usr/lib/libcurl.4.dylib
    0x7fff933a0000 -     0x7fff933ecff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
    0x7fff93521000 -     0x7fff9414efff  com.apple.AppKit (6.8 - 1187.40) <F12CF463-6F88-32ED-9EBA-0FA2AD3CF576> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff9430a000 -     0x7fff943fffff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff94490000 -     0x7fff9449afff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff9449b000 -     0x7fff944b0fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff944b1000 -     0x7fff944d2ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x7fff944d3000 -     0x7fff944d4fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff944d5000 -     0x7fff945d7fff  libcrypto.0.9.8.dylib (47.2) <CF3BAB7E-4972-39FD-AF92-28ACAFF0873E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff9496e000 -     0x7fff94d65fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff94d66000 -     0x7fff94dcefff  libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff94dcf000 -     0x7fff94e26ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff94e27000 -     0x7fff94eb4ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff951cc000 -     0x7fff951d0fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff951d1000 -     0x7fff951d1fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff95218000 -     0x7fff95218fff  com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff95219000 -     0x7fff9536bfff  com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) <DC5F3D1B-036A-37DE-BC24-7636DC95EA1C> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff953ae000 -     0x7fff953b7fff  com.apple.CommerceCore (1.0 - 26.3) <870C7810-0D27-3AC5-95A0-3224BB4890C0> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff953c6000 -     0x7fff953f4fff  com.apple.CoreServicesInternal (154.4 - 154.4) <EE77C328-BCC7-3EBD-B3BC-E0E48537D4FF> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff9587b000 -     0x7fff95891fff  com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff958f1000 -     0x7fff95929fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
    0x7fff9592a000 -     0x7fff95974ff7  libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff95975000 -     0x7fff95b23fff  com.apple.QuartzCore (1.8 - 304.4) <84F0B40E-DF91-36F2-9F2E-3922234206A3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff95b4c000 -     0x7fff95bbaff7  com.apple.framework.IOKit (2.0.1 - 755.42.1) <A90038ED-48F2-3CC9-A042-53A3D7985844> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff95bbb000 -     0x7fff95cacff7  com.apple.DiskImagesFramework (10.8.3 - 345) <5C56181F-1E9F-336A-B7BB-620565A8BD6E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff95cc4000 -     0x7fff95cc8fff  libCGXType.A.dylib (333.1.1) <3010D3F9-C3A9-3D2E-ACDD-9020FB17482E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff95cc9000 -     0x7fff95d36ff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff95d7e000 -     0x7fff95da9fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff95daa000 -     0x7fff95df9ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff95eed000 -     0x7fff95f43fff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff95f44000 -     0x7fff95f5fff7  libsystem_kernel.dylib (2050.48.12) <4B7993C3-F62D-3AC1-AF92-414A0D6EED5E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff95f60000 -     0x7fff95f74fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff960cb000 -     0x7fff960cbffd  com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff96320000 -     0x7fff964bbfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff964bc000 -     0x7fff964d3fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff96760000 -     0x7fff96762ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff96763000 -     0x7fff96770ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff96771000 -     0x7fff96784ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff96785000 -     0x7fff96787fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
    0x7fff96788000 -     0x7fff967ddff7  libTIFF.dylib (852) <0CA1662F-EB05-34DE-B9BA-0A03EC59B846> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff967de000 -     0x7fff968f7fff  com.apple.ImageIO.framework (3.2.2 - 852) <1D023BCE-1FA2-3743-B449-7489BC0C5C43> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff969a5000 -     0x7fff969b2fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff969b3000 -     0x7fff969ecff7  libssl.0.9.8.dylib (47.2) <46DF85DC-18FB-3108-91F6-52AE3EBF2347> /usr/lib/libssl.0.9.8.dylib
    0x7fff96b4c000 -     0x7fff96b82fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff96b83000 -     0x7fff96b89ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff96b8a000 -     0x7fff96c28ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff96c29000 -     0x7fff96c2bfff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff96c2c000 -     0x7fff96c2ffff  libRadiance.dylib (852) <139962CD-21E2-3D31-9F47-D5F2D6C2C2BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff96c7e000 -     0x7fff96d7bfff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff96d7c000 -     0x7fff96d7cfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <F565B686-24E2-39F2-ACC3-C5E4084476BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff96d7d000 -     0x7fff96d7eff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff96d7f000 -     0x7fff96d81fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff96d94000 -     0x7fff96f1afff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff97191000 -     0x7fff971b0ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff97363000 -     0x7fff9736efff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff9736f000 -     0x7fff97399ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff9739a000 -     0x7fff973c6ff7  libRIP.A.dylib (333.1.1) <606E69AD-20AD-3517-B304-AD03F68CF47D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff97425000 -     0x7fff97438ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff97439000 -     0x7fff97750ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff97751000 -     0x7fff97951fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
    0x7fff97952000 -     0x7fff97c82fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff97d22000 -     0x7fff97da2ff7  com.apple.ApplicationServices.ATS (341.2 - 341.2) <0EF1BB57-71AA-304D-A455-55CBE0A4983A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff97e31000 -     0x7fff97e6bff7  com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff97e6c000 -     0x7fff97f3eff7  com.apple.CoreText (260.0 - 275.17) <AB493289-E188-3CCA-8658-1E5039715F82> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff97fd4000 -     0x7fff97fd8ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff97fe5000 -     0x7fff98036ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff98037000 -     0x7fff9807aff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff980c0000 -     0x7fff98185ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff9822e000 -     0x7fff9826dff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff9826e000 -     0x7fff9827cff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff98281000 -     0x7fff9869efff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff9869f000 -     0x7fff986cdfff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff9894a000 -     0x7fff992da807  com.apple.CoreGraphics (1.600.0 - 333.1.1) <E3316BA5-1A34-39B1-8FA7-97727488869B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff992db000 -     0x7fff9931bff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff9931c000 -     0x7fff99322fff  libCGXCoreImage.A.dylib (333.1.1) <971D9275-C3C8-3B4F-AA38-F17E8D58B6B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 2
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 14892
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=178.7M resident=146.2M(82%) swapped_out_or_unallocated=32.5M(18%)
Writable regions: Total=122.2M written=35.8M(29%) resident=56.1M(46%) swapped_out=0K(0%) unallocated=66.1M(54%)
 
REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  6248K
CG image                             20K
CG shared images                   1216K
CoreImage                             8K
CoreServices                       2048K
MALLOC                             87.6M
MALLOC guard page                    48K
Memory tag=240                        4K
Memory tag=242                       12K
OpenCL                               28K
STACK GUARD                        56.0M
Stack                              10.0M
VM_ALLOCATE                        16.1M
__DATA                             12.2M
__IMAGE                             528K
__LINKEDIT                         58.4M
__TEXT                            120.4M
__UNICODE                           544K
mapped file                        79.2M
shared memory                       308K
===========                      =======
TOTAL                             450.6M

Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i7, 2.9 GHz, 8 GB, SMC 2.2f44
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.7f2 12718, 3 service, 13 devices, 3 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD HTS547575A9E384, 750.16 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 6
USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 5
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 8
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 4
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
Reply | Threaded
Open this post in threaded view
|

Re: Version 2.0.4 crashes MacOSX

achilliesdev
Hi Admin,

I had a feeling it was that issue but wanted confirmation. I am thinking about upgrading to 10.9 but the issue I have is internet connection speed and cost where I live. 5 gb of download costs about $80 and 2 days to download....LOL a bit slow would you say.

I will try git hub and compile and see if that will solve the issue.

otherwise I am happy with 2.0.3 until 2.0.4 gets refined or I upgrade to 10.9

Thank you for the confirmation and info.

Issued Solved.
When you have the will to always learn there is nothing that is impossible....The day you stop learning is the day you need to change your profession.
Reply | Threaded
Open this post in threaded view
|

Re: Version 2.0.4 crashes MacOSX

DiamondRich
In reply to this post by dxli
I am running 10.9.4 with Version 2.04 and experiencing multiple crashes. I can post the next report.
Reply | Threaded
Open this post in threaded view
|

Re: Version 2.0.4 crashes MacOSX

DiamondRich
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Version 2.0.4 crashes MacOSX

DiamondRich
This post was updated on .
CONTENTS DELETED
The author has deleted this message.