I am new to this program on a Mac Book pro Intel Core i5 running version 10.9
Running LibreCad Version: master SCM Revision: 2.0.0rc2-2-g8573398 Compiler: GNU GCC 4.7.3 Qt Version: 4.8.5 Compiled on: Aug 29 2013 After I save a file, I can not open it. The program crashes. The save as gives me several options and I have tried 2007.dxf, 2004.dxf, 2000.dxf, r14.dxf, r12.dxf They all crash the program. I have restarted the program between each try. I have restarted the computer. I have tried to select the files from the file menu recently opened and by going directly to the folder where the file is located. Part of the Console Log is as follows: Process: LibreCAD [3590] Path: /Applications/LibreCAD.app/Contents/MacOS/LibreCAD Identifier: com.yourcompany.LibreCAD Version: ??? Code Type: X86-64 (Native) Parent Process: launchd [158] User ID: 501 Date/Time: 2013-10-21 23:00:55.683 -0700 OS Version: Mac OS X 10.8.5 (12F45) Report Version: 10 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000841f0f VM Regions Near 0x841f0f: --> __TEXT 0000000100000000-0000000100559000 [ 5476K] r-x/rwx SM=COW /Applications/LibreCAD.app/Contents/MacOS/LibreCAD |
can you uplaod a testcase dxf to show this bug?
|
Elevtor.dxf
test_load_libre.dxf I uploaded a file called Elevtor.dxf and test_Load_libre.dxf Elevtor has several objects but test_Load_libre only has a square. |
Administrator
|
Hi,
on Windows I can open both files. @dxli: I've seen a problem in the DXF files. Look at the group codes 5, they are written with a 2 digit hex value. With a hex editor you can see, that these hex values are followed by 7 0x00 bytes before the line feed. Think this is caused by the dxfRW::toHexStr(int n) in libdxfrw.cpp, lines 2662ff. The 2 hex digit plus the 7 zero bytes are the buffer size of the toHexStr() method. The method works different on OSX, because of the __APPLE__ define. As I can see, the logic behind the code is OK, I would expect, that the processing of the buffer should stop at the first zero byte. This implies the assumption that it is a library issue on OSX. As I can open the files without exception on Windows, this DXF writing issue must not be the cause for the crash on OSX. But it could be a similar bug on reading or processing the file. Here are the files where I corrected the zero byte issue, can you please try to open them on OSX. ElevtorWin.dxf test_load_libreWin.dxf Armin
investing less than half an hour into Search function can save hours or days of waiting for a solution
|
The code for apple are diferent due a problem in mac ussing stringstream.
Using the apple part in windows produces the same mistake. Added a patch in github solving this issue, but... A file with code 5 like "31\0\0\0\0" only crashes in appple, not in win or linux then, another bug are present Armin, thanks for the tip |
In reply to this post by deanocarolyn
I tried both files that you sent back and both crashed LibreCad. Thank you very much for sending the files.
Not sure what to do with the patch created by Ralllaz. Is there a download for the Mac with the patch installed? Thanks to both of you for addressing this problem. deano |
Administrator
|
Hi,
dxli has published new installer packages for OSX, you can find them on sourceforge.net: https://sourceforge.net/projects/librecad/files/OSX/Testing%20Builds/ Please download and install the package for your OSX release to support troubleshooting. Thanks, Armin
investing less than half an hour into Search function can save hours or days of waiting for a solution
|
In reply to this post by deanocarolyn
Thanks, I have to be out for a couple of hours but will install when I get back and give it a shot.
|
In reply to this post by deanocarolyn
No joy. I installed the changed LibreCAD-Mavericks and tried to load one of the old files, tried to load the win files sent to me, and created a new file and tried to reload it. The program crashed each time.
Is there anything you would like me to try or info to gather at this end that would help? The about for the program shows: Version: master SCM Revision: 2.0.0rc2-83-ga73dede Compiler: GNU GCC 4.7.3 Qt Version: 4.8.5 Compiled on: Nov 12 2013 Thanks, deano |
loading Elevtor.dxf on Mavericks works for me
|
That is interesting!
Just to cover some more bases. I tried double clicking on the file. It opens the LibreCAD program but does not display the saved file. It opens with unnamed document 1. I have then been trying to open the saved file on top of this document. So I closed the unnamed document and then opened the saved file. It opened once, but all attempts to open the same file or any of the others I have saved, do not open and crash the program. So trying a different path to open a file worked once. I have run utilities on my system and have also cleaned all permissions. Anything else I can do? I added the full Console listing on one of the crashes. deano Console.rtf |
I decided to try my wife's MacBook Air Intel Core 2 Duo running Mt Lion 10.85
Downloaded LibreCAD Mountain Lion and go the error message that the version is wrong for this machine. I then downloaded Maverick and got the same message. I then downloaded Lion and got the same message. Any ideas? I may take her machine up to Maverick and try again. But will wait until tomorrow to see if anyone has any other ideas. deano |
In reply to this post by deanocarolyn
Ok, I have solved part of the problem with a work around.
With the latest Mavericks LibreCad: When I save to my desktop and then close the current LibreCAD work screen, I can go to file open and reopen the saved file. If I close out of LibreCAD completely, the program will crash when I restart the program and try to open the saved file. When I do a restart of LibreCAD, create a square and save the file to my desktop, I can reopen the newly saved file, I can open any of the other saved files that are on my desktop. I can also open saved files in my Documents folder. The bottom line here is, if I restart LibreCAD, I must first save a new drawing before I can open an old saved drawing. deano |
I should also mention. I discovered this work around after installing Mavericks on my wife's Mac Air. Her machine also crashed on saved files after a restart. Once I noted that I needed to save a file first, before trying to open an older saved file, I went back to my MacBook pro and found it worked the same way. Two Macs running Mavericks handle LibreCAD the same way.
Thanks, Deano |
I tested the procedure on Mavericks:
1, Start LibreCAD from the LibreCAD-Mavericks.dmg 2, draw a rectangle; 3, "Save As" to the drawing to a file, say, ~/a.dxf 4, Quit LibreCAD program by Menu: LibreCAD-> Quit LibreCAD (Command-Q) 5, start LibreCAD from LibreCAD-Mavericks.dmg 6, Open the file saved in step 3: ~/a.dxf Results: the file loads normally. Please upload the crash report by OS/X. Another thing to try: please build LibreCAD from source, and do the same test. We need to know whether this is a packaging issue. To build LibreCAD from source, you will need macports to install Qt, boost, and MuParser. http://wiki.librecad.org/index.php/LibreCAD_Installation_from_Source#Building_LibreCAD-2.0_on_OS.2FX |
Thanks for the response.
I have a couple of friends that said they would help me with a build. One is a Microsoft systems engineer and the other is an Amazon system engineer. Both have experience with Macs. But we can not find a common time until next week. The below comes from launching the program, and then using File Open to open a previously saved file. But if I save a file first in the same session, then I can open saved files. Thanks, deano The current version I am running is: Version: master SCM Revision: 2.0.0rc2-83-ga73dede Compiler: GNU GCC 4.7.3 Qt Version: 4.8.5 Compiled on: Nov 12 2013 And the Console crash info: Process: LibreCAD [4837] Path: /Applications/LibreCAD.app/Contents/MacOS/LibreCAD Identifier: com.yourcompany.LibreCAD Version: 0 Code Type: X86-64 (Native) Parent Process: launchd [161] Responsible: LibreCAD [4837] User ID: 501 Date/Time: 2013-11-15 13:40:22.325 -0800 OS Version: Mac OS X 10.9 (13A603) Report Version: 11 Anonymous UUID: 19F9B0BE-DFEB-570A-E5C1-8F52BDF0B71B Sleep/Wake UUID: B962F641-305A-4A95-AE5C-06BC848F6E7C Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Dyld Error Message: Symbol not found: __ZNKSt5ctypeIcE13_M_widen_initEv Referenced from: /Applications/LibreCAD.app/Contents/MacOS/LibreCAD Expected in: /usr/lib/libstdc++.6.dylib Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 dyld 0x00007fff6990a09d dyld_fatal_error + 1 1 dyld 0x00007fff6990cdf6 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 171 2 libdyld.dylib 0x00007fff8ce8c31d dyld_stub_binder_ + 13 3 ??? 0x0000000103c71d78 0 + 4358348152 4 ??? 0x0000000000000016 0 + 22 5 libstdc++.6.dylib 0x00007fff897d9d60 std::basic_ifstream<char, std::char_traits<char> >::basic_ifstream(char const*, std::_Ios_Openmode) + 190 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff864ae662 kevent64 + 10 1 libdispatch.dylib 0x00007fff8cc6443d _dispatch_mgr_invoke + 239 2 libdispatch.dylib 0x00007fff8cc64152 _dispatch_mgr_thread + 52 Thread 2: 0 libsystem_kernel.dylib 0x00007fff864a9a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff864a8d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff8a710315 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff8a70f939 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff8a70f275 CFRunLoopRunSpecific + 309 5 com.apple.AppKit 0x00007fff8b65c1ce _NSEventThread + 144 6 libsystem_pthread.dylib 0x00007fff87116899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8711672a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8711afc9 thread_start + 13 Thread 3: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 5:: QFileInfoGatherer 0 libsystem_kernel.dylib 0x00007fff864ad716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff87118c3b _pthread_cond_wait + 727 2 QtCore 0x00000001041c1866 0x10419b000 + 157798 3 QtCore 0x00000001041c16cd QWaitCondition::wait(QMutex*, unsigned long) + 109 4 QtGui 0x00000001049cf091 0x1044e7000 + 5144721 5 QtCore 0x00000001041c0238 0x10419b000 + 152120 6 libsystem_pthread.dylib 0x00007fff87116899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff8711672a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff8711afc9 thread_start + 13 Thread 6:: QKqueueFileSystemWatcherEngine 0 libsystem_kernel.dylib 0x00007fff864ae64a kevent + 10 1 QtCore 0x000000010429e0b4 0x10419b000 + 1061044 2 QtCore 0x00000001041c0238 0x10419b000 + 152120 3 libsystem_pthread.dylib 0x00007fff87116899 _pthread_body + 138 4 libsystem_pthread.dylib 0x00007fff8711672a _pthread_start + 137 5 libsystem_pthread.dylib 0x00007fff8711afc9 thread_start + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 9:: CVDisplayLink 0 libsystem_kernel.dylib 0x00007fff864ad716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff87118c3b _pthread_cond_wait + 727 2 com.apple.CoreVideo 0x00007fff8c2c8a38 CVDisplayLink::runIOThread() + 656 3 com.apple.CoreVideo 0x00007fff8c2c878f startIOThread(void*) + 147 4 libsystem_pthread.dylib 0x00007fff87116899 _pthread_body + 138 5 libsystem_pthread.dylib 0x00007fff8711672a _pthread_start + 137 6 libsystem_pthread.dylib 0x00007fff8711afc9 thread_start + 13 Thread 10: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 11: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 12: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 13: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 14: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 15: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 16: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 17: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 18: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 19: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 20: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 21: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 22: 0 libsystem_kernel.dylib 0x00007fff864ade6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87117f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff8711afb9 start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x00007fff6993edb0 rbx: 0x00006000003532a0 rcx: 0x0000000000000000 rdx: 0x0000000000000000 rdi: 0x00007fff6993ef20 rsi: 0x0000000000000000 rbp: 0x00007fff5c4dc7c0 rsp: 0x00007fff5c4dc7a8 r8: 0x00007fff69929b4c r9: 0x0000000000000000 r10: 0x00007fff6992cce6 r11: 0x00007fff6993ef20 r12: 0x00007fff74e24330 r13: 0x0000600000492610 r14: 0x00007fff6993ef20 r15: 0x00007fff5c4dc9cc rip: 0x00007fff6990a09d rfl: 0x0000000000000246 cr2: 0x0000000105506000 Logical CPU: 0 Error Code: 0x00000000 Trap Number: 3 Binary Images: 0x103721000 - 0x103c70fff +com.yourcompany.LibreCAD (0) <37E9A775-7098-3A63-B730-E56C61EFA9A6> /Applications/LibreCAD.app/Contents/MacOS/LibreCAD 0x10400f000 - 0x104081fff +QtHelp (0) <E9D515A6-4D98-33EB-8E00-1405E108F617> /Applications/LibreCAD.app/Contents/Frameworks/QtHelp.framework/Versions/4/QtHelp 0x1040a1000 - 0x104175ff7 +QtCLucene (0) <69F5309C-688A-3EF6-AF42-960C476AF4AB> /Applications/LibreCAD.app/Contents/Frameworks/QtCLucene.framework/Versions/4/QtCLucene 0x10419b000 - 0x104436fff +QtCore (0) <52D6358D-43AC-3AE3-8B73-FDDE405636D0> /Applications/LibreCAD.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore 0x10449f000 - 0x1044d1ff7 +QtSql (0) <C8DEDEE2-7BEA-3300-83A6-A97AC4E73BAE> /Applications/LibreCAD.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql 0x1044e7000 - 0x104e16ff7 +QtGui (0) <8AEA68FB-1FF6-38C2-9999-C10EF7A27DDB> /Applications/LibreCAD.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui 0x104fc0000 - 0x1050dcff7 +QtNetwork (0) <BEF4589B-C0D5-3AA7-AFAB-2904D88C2BE3> /Applications/LibreCAD.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork 0x105118000 - 0x10515ffff +QtSvg (0) <E3DD2546-0892-3BE0-BE8A-EAE2793F98CD> /Applications/LibreCAD.app/Contents/Frameworks/QtSvg.framework/Versions/4/QtSvg 0x10517b000 - 0x1051c2fff +libmuparser.0.dylib (0) <2DABFBAB-BED0-3B06-BEC0-5469408223F9> /Applications/LibreCAD.app/Contents/Frameworks/libmuparser.0.dylib 0x1051d8000 - 0x1051e9fff +libz.1.dylib (0) <A9EB10A3-B238-3A9B-B23A-7FB5F5C9685E> /Applications/LibreCAD.app/Contents/Frameworks/libz.1.dylib 0x1051ef000 - 0x105213fff +libpng15.15.dylib (0) <3255B49F-2B82-3978-8572-356D0CA00CF9> /Applications/LibreCAD.app/Contents/Frameworks/libpng15.15.dylib 0x10521d000 - 0x105263ff7 +libssl.1.0.0.dylib (0) <274AF799-AB68-316F-8018-92A9FB9D725C> /Applications/LibreCAD.app/Contents/Frameworks/libssl.1.0.0.dylib 0x105283000 - 0x1053c1fcf +libcrypto.1.0.0.dylib (0) <DFF00580-87A6-388A-9115-45DD8B63CDAC> /Applications/LibreCAD.app/Contents/Frameworks/libcrypto.1.0.0.dylib 0x106d29000 - 0x106d29ffb +cl_kernels (???) <1E1625B5-DD6C-4D01-B2FA-28A2BBA601BE> cl_kernels 0x106d6f000 - 0x106d8aff9 com.apple.security.csparser (3.0 - 55471) <0FA462BA-746F-3ACB-A90D-DCC7F280482B> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser 0x106d9e000 - 0x106e41ff7 ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x1070cb000 - 0x1070d1ff7 +libqgif.dylib (0) <D0D8E9C9-8DA5-3947-AB43-112D192B0250> /Applications/LibreCAD.app/Contents/PlugIns/imageformats/libqgif.dylib 0x1070d5000 - 0x1070dbff7 +libqico.dylib (0) <64D4D688-1A0F-3779-831A-6DFCC3251BA8> /Applications/LibreCAD.app/Contents/PlugIns/imageformats/libqico.dylib 0x1070e0000 - 0x1070e5ff7 +libqjpeg.dylib (0) <ED7A10A3-270F-3164-8B08-0FF5C32DF05E> /Applications/LibreCAD.app/Contents/PlugIns/imageformats/libqjpeg.dylib 0x1070ea000 - 0x10711ffff +libjpeg.9.dylib (0) <6F9B8E3B-15E5-3091-8562-3DD0BB85B63E> /Applications/LibreCAD.app/Contents/Frameworks/libjpeg.9.dylib 0x107124000 - 0x107128fff +libqmng.dylib (0) <90B2C59D-EBA4-396C-A5ED-8D0FA7457C5C> /Applications/LibreCAD.app/Contents/PlugIns/imageformats/libqmng.dylib 0x10712d000 - 0x10717dff7 +libmng.1.dylib (0) <33E945E2-5CB7-3AD4-BDFF-D4D0F59BFE7C> /Applications/LibreCAD.app/Contents/Frameworks/libmng.1.dylib 0x107191000 - 0x107195ff7 +libqsvg.dylib (0) <58198182-9990-33AF-88CB-9BC12AEA7914> /Applications/LibreCAD.app/Contents/PlugIns/imageformats/libqsvg.dylib 0x10aa87000 - 0x10aab6fff +liblcms.1.dylib (0) <8397726A-6075-3809-B482-E933F970803C> /Applications/LibreCAD.app/Contents/Frameworks/liblcms.1.dylib 0x10aac0000 - 0x10ab00fff +QtXml (0) <C5C0C44A-29FB-302D-B26A-6BB169A85E16> /Applications/LibreCAD.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml 0x10ab10000 - 0x10ab14fff +libqtga.dylib (0) <263C69A3-B3D0-3BB4-B135-2A7551524EB6> /Applications/LibreCAD.app/Contents/PlugIns/imageformats/libqtga.dylib 0x10c0ec000 - 0x10c0f0fff +libalign.dylib (0) <C38CF9C9-CCE3-3909-B9A6-7291618C77A0> /Applications/LibreCAD.app/Contents/Resources/plugins/libalign.dylib 0x10c0f5000 - 0x10c105ff7 +libasciifile.dylib (0) <5EE3F1C0-EF04-37F0-8969-8791D32DA42A> /Applications/LibreCAD.app/Contents/Resources/plugins/libasciifile.dylib 0x10c114000 - 0x10c128fe7 +libimportshp.dylib (0) <3D1E1A7D-945F-381C-A734-AD27F7DBB57C> /Applications/LibreCAD.app/Contents/Resources/plugins/libimportshp.dylib 0x10c134000 - 0x10c13fff7 +liblist.dylib (0) <7B97D13D-0512-3D57-BC9E-CD1A6863069E> /Applications/LibreCAD.app/Contents/Resources/plugins/liblist.dylib 0x10c148000 - 0x10c14cfff +libsameprop.dylib (0) <7FD92381-DF67-3970-8510-9438B6FFDBCB> /Applications/LibreCAD.app/Contents/Resources/plugins/libsameprop.dylib 0x10c151000 - 0x10c157ff7 +libsample.dylib (0) <1928D1B9-7940-3E3F-8483-772FD3CAA3D6> /Applications/LibreCAD.app/Contents/Resources/plugins/libsample.dylib 0x10c629000 - 0x10c634fff libGPUSupport.dylib (9.0.83) <AF15BF74-F9B3-35B9-8728-3B3A2EB6E432> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib 0x10d3b5000 - 0x10d49bfef unorm8_bgra.dylib (2.3.58) <9FF943D1-4EF7-36CA-852D-B61C2E554713> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x10d981000 - 0x10e0cbff7 libclh.dylib (4.0.3 - 4.0.3) <4A998D5D-A2C8-326F-AD0F-F0E2F60E920A> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib 0x10e8ac000 - 0x10e8adffa +cl_kernels (???) <B9097A90-8BB3-41AE-88AE-46A6EB28E94F> cl_kernels 0x10e8ba000 - 0x10e8baff9 +cl_kernels (???) <8B69FED2-BEC5-430B-9994-BFC4463A00E7> cl_kernels 0x10ea94000 - 0x10ea95ff4 +cl_kernels (???) <87311DFF-CB25-43F8-ABC9-991C9869AC48> cl_kernels 0x10fb61000 - 0x10fc41ff7 unorm8_rgba.dylib (2.3.58) <DDD1AFEB-FD30-34D2-958A-823C3EFD649A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x123400000000 - 0x123400353ff7 com.apple.driver.AppleIntelHDGraphicsGLDriver (8.18.27 - 8.1.8) <208DD1B1-B1BA-3FBA-8C8B-B5A5E6CBB4D6> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHDGraphicsGLDriver 0x123440000000 - 0x123440867ff7 com.apple.GeForceTeslaGLDriver (8.18.27 - 8.1.8) <5B0E2B4A-D4E6-3C65-A8D5-87F24E79D432> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver 0x7fff69909000 - 0x7fff6993c817 dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld 0x7fff841f3000 - 0x7fff84200ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib 0x7fff8420b000 - 0x7fff84263ff7 com.apple.Symbolication (1.4 - 129) <16D42516-7B5E-357C-898A-FAA9EE7642B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff84264000 - 0x7fff842c3fff com.apple.framework.CoreWLAN (4.0 - 400.45.1) <775F9444-8059-30A2-8058-7F7ACD68CCF1> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff842c4000 - 0x7fff842ecffb libRIP.A.dylib (599.7) <6F528EE3-99F8-3871-BD60-1306495C27D5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff842ed000 - 0x7fff84376ff7 libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib 0x7fff84377000 - 0x7fff84388ff7 com.apple.idsfoundation (10.0 - 1000) <0BC25100-092B-3C5A-8245-F7C963380785> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff84389000 - 0x7fff843a5fff com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 0x7fff84ba0000 - 0x7fff84c13ffb com.apple.securityfoundation (6.0 - 55122) <119D1C53-B292-3378-AEE1-A3B1FB02F43F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff84c14000 - 0x7fff84c16ff3 libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib 0x7fff84c17000 - 0x7fff84c29ff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) <D5E7416D-45AB-3690-86C6-CC4B5FCEA2D2> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff84e5a000 - 0x7fff84e83fff com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff84e84000 - 0x7fff84e84fff com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 0x7fff84e85000 - 0x7fff84e91ff7 com.apple.OpenDirectory (10.9 - 173.1.1) <6B78BD7B-5622-38E6-8FC6-86A117E3ACCA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff84ea2000 - 0x7fff84ea9ff3 libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib 0x7fff84eaa000 - 0x7fff84eb5ff7 com.apple.DirectoryService.Framework (10.9 - 173.1.1) <F8566D1F-450F-3571-911F-75C68E45919F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff85020000 - 0x7fff85190ff6 com.apple.CFNetwork (673.0.3 - 673.0.3) <42CFC3DB-35C8-3652-AF37-4BCC73D8BDEF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff85191000 - 0x7fff851a2ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib 0x7fff851a3000 - 0x7fff851a4fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib 0x7fff851a5000 - 0x7fff854a4fff com.apple.Foundation (6.9 - 1056) <D608EDFD-9634-3573-9B7E-081C7D085F7A> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff854cc000 - 0x7fff8551dff3 com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8551e000 - 0x7fff8557efff com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x7fff855f1000 - 0x7fff855f9ff3 libCGCMS.A.dylib (599.7) <92AA4E85-7633-36E2-BAD0-7B1A2E48E75C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib 0x7fff855fa000 - 0x7fff85600ff7 libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib 0x7fff85601000 - 0x7fff85602fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib 0x7fff8563d000 - 0x7fff85927fff com.apple.CoreServices.CarbonCore (1077.13 - 1077.13) <21324540-8B84-3333-ADB8-D3D5181D4639> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff85928000 - 0x7fff85992ff7 com.apple.framework.IOKit (2.0.1 - 907.1.13) <C1E95F5C-B79B-31BE-9F2A-1B25163C1F16> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff859fc000 - 0x7fff85a07fff libGL.dylib (9.0.83) <984A960A-C159-3AE5-8B40-E2B451F6C712> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff85a08000 - 0x7fff85a18fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib 0x7fff85ca2000 - 0x7fff85ca4fff libRadiance.dylib (1038) <55F99274-5074-3C73-BAC5-AF234E71CF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff85d02000 - 0x7fff85f7dff7 com.apple.RawCamera.bundle (4.09 - 711) <0040632D-09A9-32DE-98E8-BFA99F9F6526> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff85f7e000 - 0x7fff86228ffd com.apple.HIToolbox (2.1 - 695) <C4DE35FF-D0AC-35C3-A7E6-F54CD153825C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff86229000 - 0x7fff86236fff com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff86237000 - 0x7fff86261ff7 libsandbox.1.dylib (278.10) <B4183FA8-F7E2-3301-8BF9-0EEFB793A5D5> /usr/lib/libsandbox.1.dylib 0x7fff86262000 - 0x7fff8638efff com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x7fff8638f000 - 0x7fff86396fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff86397000 - 0x7fff863f2ffb com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff863f5000 - 0x7fff86401ff7 com.apple.HelpData (2.1.4 - 90) <BEA1C549-40D3-35BF-9204-CB679FCB0648> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff86442000 - 0x7fff86442ffd com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff86443000 - 0x7fff86454ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib 0x7fff86455000 - 0x7fff86497ff7 libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib 0x7fff86498000 - 0x7fff864b4ff7 libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib 0x7fff864b5000 - 0x7fff864e6fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff864e7000 - 0x7fff865cbfff com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8665f000 - 0x7fff86673fff com.apple.aps.framework (4.0 - 4.0) <F529A05B-FB03-397E-B06A-3A60B808FA11> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff868b1000 - 0x7fff86cfffff com.apple.VideoToolbox (1.0 - 1273.29) <6E38291D-7A81-3033-AFB9-61ABD38B6371> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff86d00000 - 0x7fff86d6dfff com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff86d6e000 - 0x7fff86d75ff7 liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib 0x7fff86d76000 - 0x7fff86d77ff7 libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib 0x7fff86d78000 - 0x7fff86d8fffa libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib 0x7fff86d90000 - 0x7fff86d92ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib 0x7fff86d93000 - 0x7fff86d95ffb libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib 0x7fff86d96000 - 0x7fff86db1ff7 libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib 0x7fff86f0c000 - 0x7fff86f25ff7 com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff86f26000 - 0x7fff86f5afff libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib 0x7fff86f5b000 - 0x7fff87113ff3 libicucore.A.dylib (511.25) <3ED7B656-416E-3071-AEC8-E85C90232F78> /usr/lib/libicucore.A.dylib 0x7fff87114000 - 0x7fff87114fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff87115000 - 0x7fff8711cff7 libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib 0x7fff87128000 - 0x7fff871f9ff1 com.apple.DiskImagesFramework (10.9 - 371.1) <D456ED08-4C1D-341F-BAB8-85E34A7275C5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff871fa000 - 0x7fff87204fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib 0x7fff8721c000 - 0x7fff872a4ff7 com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff872cf000 - 0x7fff872d5fff com.apple.AddressBook.ContactsFoundation (8.0 - 1365) <CFB1A744-8096-3FAB-B55E-2E6C410A0376> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff872d6000 - 0x7fff8732dfff com.apple.ViewBridge (1.0 - 46) <C49FDC96-7087-3B2F-AEC3-039F7B2CB50C> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff8732e000 - 0x7fff8749cff7 libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff874a7000 - 0x7fff874f3ffe com.apple.CoreMediaIO (401.0 - 4544) <44EBC0FE-DAD5-3711-96CB-05250F350A16> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff874f4000 - 0x7fff8752eff3 com.apple.bom (12.0 - 192) <989690DB-B9CC-3DB5-89AE-B5D33EDC474E> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff8752f000 - 0x7fff87664ffa com.apple.WebKit (9537 - 9537.71) <8A07478D-B2CA-3724-81E4-ADC10E1AD3EA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff87665000 - 0x7fff87665fff com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff8766b000 - 0x7fff8766dff7 com.apple.securityhi (9.0 - 55005) <405E2BC6-2B6F-3B6B-B48E-2FD39214F052> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8766e000 - 0x7fff876bffff com.apple.QuickLookFramework (5.0 - 622.3) <AB6CCD09-ECDF-3F01-9C42-34B37DDCF12D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff876c0000 - 0x7fff87705ff6 com.apple.HIServices (1.22 - 466) <21807AF8-3BC7-32BB-AB96-7C35CB59D7F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff87706000 - 0x7fff8770afff libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib 0x7fff8770b000 - 0x7fff877a8fff com.apple.imcore (10.0 - 1000) <027E09B4-B4B6-3710-8806-B4CE41DF3242> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore 0x7fff877ab000 - 0x7fff877f9fff libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib 0x7fff87854000 - 0x7fff886a0ff5 com.apple.WebCore (9537 - 9537.70) <7A90E9D3-4F26-3049-9C96-C6B8CB1395C8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff886a1000 - 0x7fff8873cff7 com.apple.PDFKit (2.9 - 2.9) <AD968A31-6567-30A7-A699-154C88DB56D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff8873d000 - 0x7fff88748fff libkxld.dylib (2422.1.72) <C88EF3E6-B31F-3E12-BE9B-562D912BA733> /usr/lib/system/libkxld.dylib 0x7fff88939000 - 0x7fff88949ffb libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib 0x7fff8894a000 - 0x7fff88956ff3 com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff88957000 - 0x7fff8895cff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib 0x7fff88966000 - 0x7fff88a28ff1 com.apple.CoreText (352.0 - 367.15) <E5C70FC8-C861-39B8-A491-595E5B55CFC8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff88a42000 - 0x7fff88a66fff libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib 0x7fff88a67000 - 0x7fff88d81ff7 com.apple.MediaToolbox (1.0 - 1273.29) <6260E68B-7E50-3D49-8C0A-7145614C13D8> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff88d82000 - 0x7fff88fe3ff7 com.apple.imageKit (2.5 - 770) <33BCF627-EB1A-3CC1-98AB-2324B6DFB329> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff88fe4000 - 0x7fff890c3fff libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib 0x7fff890cc000 - 0x7fff890d6fff com.apple.AppSandbox (3.0 - 1) <55717299-8164-3D79-918F-BD64706735CF> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff890d7000 - 0x7fff891dcfff com.apple.ImageIO.framework (3.3.0 - 1038) <2C058216-C6D8-3380-A7EA-92A3F04520C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff891dd000 - 0x7fff891e6fff com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <0AAE45F0-FC6E-36B6-A6A7-73E6950A74AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff891e7000 - 0x7fff8920effb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib 0x7fff8920f000 - 0x7fff89457fff com.apple.CoreData (107 - 481) <E5AFBA07-F73E-3B3F-9099-F51224EE8EAD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff89458000 - 0x7fff89459ff7 com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff89469000 - 0x7fff89474ff7 com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff89475000 - 0x7fff89749fc7 com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8974a000 - 0x7fff89795fff com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff89796000 - 0x7fff8979efff libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8979f000 - 0x7fff8979fffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib 0x7fff897b4000 - 0x7fff897c3ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff897cb000 - 0x7fff89819ff9 libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib 0x7fff8981a000 - 0x7fff89c4dffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff89c9e000 - 0x7fff89cc0fff com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff89cc1000 - 0x7fff89cdcff7 libPng.dylib (1038) <EF781AF8-C2E6-3179-B8A1-A584783070F1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff89cdd000 - 0x7fff89cdfff7 com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection 0x7fff89ce0000 - 0x7fff89f23fff com.apple.AddressBook.framework (8.0 - 1365) <816242B1-D45E-3B5D-BC98-BB23458D5367> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff89f24000 - 0x7fff89f49ff7 com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff89f4a000 - 0x7fff89f50ff7 com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff89f51000 - 0x7fff89f58ff7 com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff89f59000 - 0x7fff89f5cffa libCGXType.A.dylib (599.7) <2FC9C2BC-B5C5-3C27-93F9-51C6C4512E9D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff89f5d000 - 0x7fff89f8cff5 com.apple.GSS (4.0 - 2.0) <ED98D992-CC14-39F3-9ABC-8D7F986487CC> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff89f8d000 - 0x7fff89fa4fff com.apple.CFOpenDirectory (10.9 - 173.1.1) <3FB4D5FE-860B-3BDE-BAE2-3531D919EF10> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff89fae000 - 0x7fff89fddfff com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8a098000 - 0x7fff8a0a2ff7 com.apple.CrashReporterSupport (10.9 - 538) <B487466B-3AA1-3854-A808-A61F049FA794> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8a0a3000 - 0x7fff8a18aff7 libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib 0x7fff8a18b000 - 0x7fff8a279fff libJP2.dylib (1038) <6C8179F5-8063-3ED6-A7C2-D5603DECDF28> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8a27a000 - 0x7fff8a5f0ffa com.apple.JavaScriptCore (9537 - 9537.65) <7E76880C-832E-385B-9591-ACCF57A68385> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff8a5f1000 - 0x7fff8a61dfff com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8a61e000 - 0x7fff8a64dfd2 libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib 0x7fff8a64e000 - 0x7fff8a652ff7 libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib 0x7fff8a653000 - 0x7fff8a691ff7 libGLImage.dylib (9.0.83) <C08048A7-03CC-3E40-BCDC-7791D87AC8E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8a69f000 - 0x7fff8a884ff7 com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8a885000 - 0x7fff8a888fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8a889000 - 0x7fff8a88cfff com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8a88d000 - 0x7fff8a896ff7 libcldcpuengine.dylib (2.3.58) <A2E1ED7B-FC7E-31F6-830A-FF917689766B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff8a897000 - 0x7fff8a8beff7 com.apple.shortcut (2.6 - 2.6) <A62BC973-6782-3893-B014-EC6503AB7EAD> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff8ac9b000 - 0x7fff8acc2ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib 0x7fff8aceb000 - 0x7fff8ad4eff7 com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8ad62000 - 0x7fff8ad8cff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib 0x7fff8ad8d000 - 0x7fff8add6fff com.apple.CoreMedia (1.0 - 1273.29) <4ACD30BA-E9FE-3842-A8B7-E3BD63747867> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff8add7000 - 0x7fff8addaffc com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8ae02000 - 0x7fff8ae71ff1 com.apple.ApplicationServices.ATS (360 - 363.1) <88976B22-A9B8-3E7B-9AE6-0B8E09A968FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8ae72000 - 0x7fff8ae72fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8ae73000 - 0x7fff8ae78fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib 0x7fff8ae7c000 - 0x7fff8ae7cff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib 0x7fff8ae7d000 - 0x7fff8af6cfff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8af6d000 - 0x7fff8af76fff com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff8af77000 - 0x7fff8af81ff7 libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib 0x7fff8af88000 - 0x7fff8af8afff com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff8af8b000 - 0x7fff8af92fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib 0x7fff8b09a000 - 0x7fff8b0a0fff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification 0x7fff8b0df000 - 0x7fff8b3adff4 com.apple.CoreImage (9.0.54) <74BB8685-69A9-3A45-8DED-EA26BD39D710> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8b3ae000 - 0x7fff8b3c6ff7 com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff8b3c7000 - 0x7fff8b3dfff7 com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff8b3e0000 - 0x7fff8b409fff GLRendererFloat (9.0.83) <1F1160A8-5047-3CEE-AC1E-D29520D0B367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff8b40f000 - 0x7fff8b41dfff com.apple.opengl (9.0.83 - 9.0.83) <AF467644-7B1D-327A-AC47-CECFCAF61990> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8b498000 - 0x7fff8c00cff7 com.apple.AppKit (6.9 - 1265) <0E9FC8BF-DA3C-34C5-91CC-12BC922B5F01> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff8c00d000 - 0x7fff8c05fff7 com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions 0x7fff8c0b4000 - 0x7fff8c0f5fff com.apple.PerformanceAnalysis (1.47 - 47) <784ED7B8-FAE4-36CE-8C76-B7D300316C9F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8c0f6000 - 0x7fff8c15aff3 com.apple.datadetectorscore (5.0 - 354.0) <9ACF24B8-3268-3134-A5BC-D72C9371A195> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8c15b000 - 0x7fff8c15eff7 com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff8c1ce000 - 0x7fff8c1d6fff libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib 0x7fff8c1d7000 - 0x7fff8c1fbff7 libJPEG.dylib (1038) <86F349A8-882D-3326-A0B0-63257F68B1A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8c1fc000 - 0x7fff8c204ff7 com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff8c212000 - 0x7fff8c2c2ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8c2c3000 - 0x7fff8c2c6fff libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8c2c7000 - 0x7fff8c2ecff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8c2ed000 - 0x7fff8c2faff4 com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff8c2fb000 - 0x7fff8c2fcfff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8c316000 - 0x7fff8c4c3f27 libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib 0x7fff8c4c4000 - 0x7fff8c54ffff libCoreStorage.dylib (380) <AE14C2F3-0EF1-3DCD-BF2B-A24D97D3B372> /usr/lib/libCoreStorage.dylib 0x7fff8c550000 - 0x7fff8c589ff7 com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8c5d5000 - 0x7fff8c6a6ff7 com.apple.QuickLookUIFramework (5.0 - 622.3) <9741E66B-3978-35F6-8846-B6C528945611> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff8c6a7000 - 0x7fff8c6a8ff7 libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib 0x7fff8c6a9000 - 0x7fff8c6eeff7 libcurl.4.dylib (78) <A722B4F0-1F6C-3E16-9CB1-4C6ADC15221E> /usr/lib/libcurl.4.dylib 0x7fff8c712000 - 0x7fff8c725ff7 com.apple.AppContainer (3.0 - 1) <A90C058D-46E8-3BAB-AF17-AF9C7C273069> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff8c726000 - 0x7fff8c76dff7 libcups.2.dylib (372) <348EED62-6C20-35D6-8EFB-E80943965100> /usr/lib/libcups.2.dylib 0x7fff8c76e000 - 0x7fff8c787ff7 com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff8c8a5000 - 0x7fff8c9d5ff7 com.apple.desktopservices (1.8 - 1.8) <09DC9BB8-432F-3C7A-BB08-956A2DDFC2DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff8c9d6000 - 0x7fff8c9d9fff com.apple.AppleSystemInfo (3.0 - 3.0) <4D032152-AA40-350E-BB96-44BC55C5C69C> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff8c9dc000 - 0x7fff8ca29fff com.apple.AppleVAFramework (5.0.27 - 5.0.27) <D01B7D87-4BDC-3E48-A79B-951D05075F9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff8ca2a000 - 0x7fff8ca56ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <36C562FF-5D91-318C-A19C-6B4453FB78B9> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff8ca92000 - 0x7fff8cbf8fff libGLProgrammability.dylib (9.0.83) <9C97E814-F674-30F8-8C2D-C45FC1E7D934> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff8cbf9000 - 0x7fff8cc5dff9 com.apple.Heimdal (4.0 - 2.0) <E7D20A4D-4674-37E1-A949-635FFF7C439A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff8cc5e000 - 0x7fff8cc60ff7 com.apple.SecCodeWrapper (3.0 - 1) <F5107AD0-20CD-328C-8B2E-74CB6F3169F6> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff8cc61000 - 0x7fff8cc7bfff libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib 0x7fff8cc7c000 - 0x7fff8cc7cfff com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8cc7d000 - 0x7fff8cc98ff7 libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib 0x7fff8cc99000 - 0x7fff8cc9dff7 libheimdal-asn1.dylib (323.12) <063A01C2-E547-39D9-BB42-4CC8E64ADE70> /usr/lib/libheimdal-asn1.dylib 0x7fff8cc9e000 - 0x7fff8cd2aff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8cd2d000 - 0x7fff8cd62ffc com.apple.LDAPFramework (2.4.28 - 194.5) <7E31A674-C6AB-33BE-BD5E-F5E3C6E22894> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff8cd63000 - 0x7fff8cdb1fff com.apple.opencl (2.3.57 - 2.3.57) <FC03A80D-543A-3448-83FF-D399C3A240D9> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8cdb2000 - 0x7fff8cdbcff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff8cdbd000 - 0x7fff8cdbffff com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8cdc0000 - 0x7fff8cdc0fff com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8cdc1000 - 0x7fff8ce8afff com.apple.LaunchServices (572.23 - 572.23) <8D955BDE-2C4C-3DD4-B4D7-2D916174FE1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8ce8b000 - 0x7fff8ce8eff7 libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib 0x7fff8ce8f000 - 0x7fff8ce98fff com.apple.CommonAuth (4.0 - 2.0) <1D263127-5F27-3128-996D-7397660D0C6E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8ce99000 - 0x7fff8ce9dfff com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8ce9e000 - 0x7fff8ce9fff7 libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib 0x7fff8cea0000 - 0x7fff8ceadff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib 0x7fff8ceae000 - 0x7fff8ced2fff com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff8ced3000 - 0x7fff8cee9fff com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff8cef7000 - 0x7fff8d14fff1 com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8d150000 - 0x7fff8d1a3fff com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8d1d9000 - 0x7fff8d1e1ffc libGFXShared.dylib (9.0.83) <11A621C3-37A0-39CE-A69B-8739021BD79D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8d1e2000 - 0x7fff8d1e6ff7 libGIF.dylib (1038) <C29B4323-1B9E-36B9-96C2-7CEDBAA124F0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff8d598000 - 0x7fff8d5eafff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib 0x7fff8d5eb000 - 0x7fff8d5f4ffb libCGInterfaces.dylib (271) <68EFBEFE-7506-3235-99A2-5B69EDBFD7B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Resources/libCGInterfaces.dylib 0x7fff8d5f5000 - 0x7fff8d5fbff7 libCGXCoreImage.A.dylib (599.7) <AC38090E-BA96-33C0-92F3-8EF6231582C4> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff8d5fc000 - 0x7fff8d5fefff com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff8d5ff000 - 0x7fff8d658fff libTIFF.dylib (1038) <5CBFE0C2-9DD8-340B-BA63-A94CE2E476F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8d659000 - 0x7fff8d659fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8d65a000 - 0x7fff8d6d1fff com.apple.CoreServices.OSServices (600.4 - 600.4) <36B2B009-C35E-3F21-824E-E0D00E7808C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8d6d2000 - 0x7fff8d7c3ff9 libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib 0x7fff8e106000 - 0x7fff8e163fff com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff8e1ee000 - 0x7fff8e37bff7 GLEngine (9.0.83) <26CCE609-D645-3945-A678-517ED5B65785> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff8e42f000 - 0x7fff8e45dff7 com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff8e46b000 - 0x7fff8e555fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib 0x7fff8e556000 - 0x7fff8e585ff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff8eaab000 - 0x7fff8eb34fff com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8eb35000 - 0x7fff8ecd1ff7 com.apple.QuartzCore (1.8 - 332.0) <994D1E0A-64B6-398C-B9A2-C362F02DE943> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8ecd2000 - 0x7fff8ee25ff7 com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <A0B7B007-9BD8-30E2-B644-47856DA29FEE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8ee26000 - 0x7fff8ee86ff2 com.apple.CoreUtils (1.9 - 190.4) <CBB5B4DC-2801-32B3-A31C-8811CCF99873> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff8ee87000 - 0x7fff8efa9ff1 com.apple.avfoundation (2.0 - 651.12) <03E595B7-A559-3D4D-90E9-BCA603E3A39E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff8f015000 - 0x7fff8f032ff7 com.apple.framework.Apple80211 (9.0 - 900.47) <C897AFE6-DD73-387D-816A-67252A564207> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff8f033000 - 0x7fff8f038fff com.apple.DiskArbitration (2.6 - 2.6) <F8A47F61-83D1-3F92-B7A8-A169E0D187C0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff8f039000 - 0x7fff8f055fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib 0x7fff8f0cd000 - 0x7fff8f0d1fff libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib 0x7fff8f0d2000 - 0x7fff8f0e0fff com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8f0e1000 - 0x7fff8f0fefff com.apple.facetimeservices (10.0 - 1000) <9B4815BA-4305-381D-A178-F79E10B2C6E9> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices 0x7fff8f0ff000 - 0x7fff8f623fff com.apple.QuartzComposer (5.1 - 316) <B20E93C3-8517-3E5C-83B6-C312C839C5D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff8f624000 - 0x7fff8f671ff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8f672000 - 0x7fff8f673fff com.apple.AddressBook.ContactsData (8.0 - 1365) <61090508-4CC3-3F57-9B0C-D8527947D35D> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData 0x7fff8f681000 - 0x7fff8f701fff com.apple.CoreSymbolication (3.0 - 141) <B018335C-698B-3F87-AF1C-6115C4FA8954> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8f763000 - 0x7fff9007f05f com.apple.CoreGraphics (1.600.0 - 599.7) <7D0FD5A7-A061-39BA-8E00-723825D2C4DD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff90098000 - 0x7fff90098fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff90099000 - 0x7fff900e0fff libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff900e1000 - 0x7fff900e6ff7 com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff901c5000 - 0x7fff901edffb libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib 0x7fff901ee000 - 0x7fff9027dff7 com.apple.Metadata (10.7.0 - 800.12) <04486C95-3E49-36C4-89B6-925E925BB417> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff90490000 - 0x7fff904dfff7 com.apple.framework.internetaccounts (2.1 - 210) <C77069C7-928C-315C-AA61-D90543901F20> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 0x7fff904ed000 - 0x7fff9062dfff com.apple.QTKit (7.7.3 - 2826) <7A110F61-D4DD-3C84-950D-E5F486DE5765> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff9066d000 - 0x7fff9066eff7 libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib 0x7fff9068e000 - 0x7fff906cafff com.apple.ids (10.0 - 1000) <22502AAF-CC59-33EC-9ACF-106315206701> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff906cb000 - 0x7fff9070afff libGLU.dylib (9.0.83) <8B457205-513B-3477-AE9C-3AD979D5FE11> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff9070b000 - 0x7fff9099cff7 com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit 0x7fff9099d000 - 0x7fff909ceff7 libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib 0x7fff90a11000 - 0x7fff90a3eff2 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff90a3f000 - 0x7fff90a48ff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib 0x7fff90abe000 - 0x7fff9102efff com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff9102f000 - 0x7fff91030ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff912d3000 - 0x7fff91396ff7 com.apple.backup.framework (1.5 - 1.5) <92C8038F-CC00-3202-90D8-3C3AEC90986F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff91416000 - 0x7fff9143fff7 libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib 0x7fff91440000 - 0x7fff91452fff com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff91453000 - 0x7fff914b9fff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff914ba000 - 0x7fff91815fff com.apple.FinderKit (1.2 - 1.2) <B4B8F675-2F04-39BB-8B3C-A1E400DFDFD5> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit 0x7fff91817000 - 0x7fff91818ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib 0x7fff91838000 - 0x7fff91840ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff91841000 - 0x7fff91871fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff91872000 - 0x7fff918aaff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff918ab000 - 0x7fff918adfff libCVMSPluginSupport.dylib (9.0.83) <E2AED858-6EEB-36C6-8C06-C3CF649A3CD5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff918ae000 - 0x7fff91c8fffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff91d17000 - 0x7fff91de2fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff91de3000 - 0x7fff91e9bff7 com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 92 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: 4598324 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=276.9M resident=158.3M(57%) swapped_out_or_unallocated=118.6M(43%) Writable regions: Total=234.3M written=74.8M(32%) resident=139.1M(59%) swapped_out=0K(0%) unallocated=95.2M(41%) REGION TYPE VIRTUAL =========== ======= CG backing stores 8672K CG image 752K CG raster data 24K CG shared images 172K CoreAnimation 1752K CoreAnimation (reserved) 8K reserved VM address space (unallocated) CoreGraphics 8K CoreImage 8K Foundation 4K IOKit 38.5M IOKit (reserved) 4K reserved VM address space (unallocated) Kernel Alloc Once 8K MALLOC 148.0M MALLOC (admin) 32K Memory Tag 241 92K Memory Tag 242 12K Memory Tag 251 20K OpenCL 40K OpenGL GLSL 1664K STACK GUARD 56.1M Stack 18.7M VM_ALLOCATE 17.4M __DATA 50.8M __IMAGE 528K __LINKEDIT 73.0M __TEXT 203.9M __UNICODE 544K mapped file 97.4M shared memory 68K =========== ======= TOTAL 717.8M TOTAL, minus reserved VM space 717.8M |
In reply to this post by deanocarolyn
Just an update on this problem.
I can open from the menu saved dxf file now without crashing the program. Have not changed anything on the LibreCad side but Mavericks has updated. I did try to load the source code to see if I could find the problem. But I could not get qt4 or qt5 to install. |
you can use macports to install qt4:
sudo port install qt4-mac I tried to get qt5 from qt mac installer, but I mainly use qt4-mac from macports |
Thanks for the reply, I tried the exact line yesterday and it failed but after your note, I did a cold reboot and it worked fine. Now I need to find some time to load the source and see what else I find.
Thanks again |
I tried to compile the source and got:
1 error generated. make[2]: *** [../../generated/librecad/obj/rs_painter.o] Error 1 make[1]: *** [sub-src-make_default] Error 2 make: *** [sub-librecad-make_default-ordered] Error 2 looked back thru all the build items and noticed that gcc46 failed. Error: Processing of port gcc46 failed did not find anything on web to help install gcc46 on Mavericks |
Free forum by Nabble | Edit this page |