I have a vague feeling this may have been reported?
http://forum.openscad.org/file/n18815/crash_intersection.jpg
!intersection() {
#translate([-29+60+35,0,50])
cube([96,100,37.5],true);
main();
} // t
module main() cube(5);
Crashes when you add a '#' before main() - inside the intersection.
Note the two do NOT intersect. Change the cube to 50, so they intersect, no
longer crashes.
Note below is what originally got the error using 2016.01.26 - may give
further clues?
http://forum.openscad.org/file/n18815/MinGW_Runtime_Assertion.jpg
Repeatable.
Both Retry & Ignore crash.
Occurred after I added the second # ie to main(), in the yellow highlight.
Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/Crash-intersection-not-tp18815.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
2015.03-2 doesn't crash.
Admin - PM me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/Crash-intersection-not-tp18815p18816.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On Oct 27, 2016, at 19:40, MichaelAtOz oz.at.michael@gmail.com wrote:
I have a vague feeling this may have been reported?
Crashes when you add a '#' before main() - inside the intersection.
Note the two do NOT intersect. Change the cube to 50, so they intersect, no
longer crashes.
Thanks for the report!
I’ve opened a new issue: https://github.com/openscad/openscad/issues/1833
-Marius
It crashes on my MacBook with the latest OS X build
Process: OpenSCAD [9192]
Path: /Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD
Identifier: org.openscad.OpenSCAD
Version: 2016.10 (2016.10.16)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: OpenSCAD [9192]
User ID: 501
Date/Time: 2016-10-28 21:13:54.370 -0400
OS Version: Mac OS X 10.12.1 (16B2555)
Report Version: 12
Anonymous UUID: F083C7E2-3CB1-C884-21A3-0E601BD2B66D
Time Awake Since Boot: 19000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000038
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
VM Regions Near 0x38:
-->
__TEXT 000000010234d000-0000000102878000 [ 5292K] r-x/rwx SM=COW /Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 org.openscad.OpenSCAD 0x00000001023c4ea4 CSGTreeEvaluator::applyToChildren(State&, AbstractNode const&, OpenSCADOperator) + 1860
1 org.openscad.OpenSCAD 0x00000001023c5cad non-virtual thunk to CSGTreeEvaluator::visit(State&, CsgOpNode const&) + 45
2 org.openscad.OpenSCAD 0x00000001024144f5 NodeVisitor::traverse(AbstractNode const&, State const&) + 325
3 org.openscad.OpenSCAD 0x00000001023c442c CSGTreeEvaluator::buildCSGTree(AbstractNode const&) + 44
4 org.openscad.OpenSCAD 0x000000010250c23c MainWindow::compileCSG(bool) + 732
5 org.openscad.OpenSCAD 0x000000010251223f MainWindow::csgRender() + 47
6 org.qt-project.QtCore 0x00000001045cd504 QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const + 1348
7 org.qt-project.QtCore 0x00000001045cca44 QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) + 2196
8 org.openscad.OpenSCAD 0x000000010250a5b7 MainWindow::compileDone(bool) + 343
9 org.openscad.OpenSCAD 0x00000001025094ae MainWindow::compile(bool, bool) + 1134
10 org.openscad.OpenSCAD 0x0000000102508cbc MainWindow::actionRenderPreview() + 172
11 org.qt-project.QtCore 0x00000001045f4923 QMetaObject::activate(QObject*, int, int, void**) + 883
12 org.qt-project.QtWidgets 0x00000001037c4e4f QAction::activate(QAction::ActionEvent) + 303
13 org.qt-project.QtWidgets 0x00000001038bc648 QAbstractButtonPrivate::click() + 88
14 org.qt-project.QtWidgets 0x00000001038bd7ae QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 270
15 org.qt-project.QtWidgets 0x000000010399293f QToolButton::mouseReleaseEvent(QMouseEvent*) + 15
16 org.qt-project.QtWidgets 0x000000010380dcc1 QWidget::event(QEvent*) + 1681
17 org.qt-project.QtWidgets 0x00000001038bd4ff QAbstractButton::event(QEvent*) + 175
18 org.qt-project.QtWidgets 0x0000000103992ef3 QToolButton::event(QEvent*) + 323
19 org.qt-project.QtWidgets 0x00000001037cdedd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
20 org.qt-project.QtWidgets 0x00000001037d15f0 QApplication::notify(QObject*, QEvent*) + 9440
21 org.openscad.OpenSCAD 0x000000010252e5a2 OpenSCADApp::notify(QObject*, QEvent*) + 18
22 org.qt-project.QtCore 0x00000001045c3aa4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164
23 org.qt-project.QtWidgets 0x00000001037ce847 QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) + 871
24 org.qt-project.QtWidgets 0x000000010382e52b QWidgetWindow::handleMouseEvent(QMouseEvent*) + 1387
25 org.qt-project.QtWidgets 0x000000010382d5bf QWidgetWindow::event(QEvent*) + 175
26 org.qt-project.QtWidgets 0x00000001037cdedd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
27 org.qt-project.QtWidgets 0x00000001037d0822 QApplication::notify(QObject*, QEvent*) + 5906
28 org.openscad.OpenSCAD 0x000000010252e5a2 OpenSCADApp::notify(QObject*, QEvent*) + 18
29 org.qt-project.QtCore 0x00000001045c3aa4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164
30 org.qt-project.QtGui 0x0000000103ec6e0a QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) + 2794
31 org.qt-project.QtGui 0x0000000103eb05eb QWindowSystemInterface::sendWindowSystemEvents(QFlagsQEventLoop::ProcessEventsFlag) + 155
32 libqcocoa.dylib 0x0000000106410631 QCocoaEventDispatcherPrivate::postedEventsSourceCallback(void*) + 33
33 com.apple.CoreFoundation 0x00007fffb78784b1 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
34 com.apple.CoreFoundation 0x00007fffb785961d __CFRunLoopDoSources0 + 557
35 com.apple.CoreFoundation 0x00007fffb7858b16 __CFRunLoopRun + 934
36 com.apple.CoreFoundation 0x00007fffb7858514 CFRunLoopRunSpecific + 420
37 com.apple.HIToolbox 0x00007fffb6df5fbc RunCurrentEventLoopInMode + 240
38 com.apple.HIToolbox 0x00007fffb6df5cf9 ReceiveNextEventCommon + 184
39 com.apple.HIToolbox 0x00007fffb6df5c26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
40 com.apple.AppKit 0x00007fffb54dfb79 _DPSNextEvent + 1093
41 com.apple.AppKit 0x00007fffb5bf51c3 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1637
42 com.apple.AppKit 0x00007fffb54d453d -[NSApplication run] + 926
43 libqcocoa.dylib 0x000000010640f53f QCocoaEventDispatcher::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 2191
44 org.qt-project.QtCore 0x00000001045bfeb1 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 401
45 org.qt-project.QtCore 0x00000001045c4115 QCoreApplication::exec() + 341
46 org.openscad.OpenSCAD 0x00000001024f0b60 gui(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&, boost::filesystem::path const&, int, char**) + 2816
47 org.openscad.OpenSCAD 0x00000001024f386c main + 9308
48 libdyld.dylib 0x00007fffcc923255 start + 1
Thread 1:: OGL Profiler
0 libsystem_kernel.dylib 0x00007fffcca4a41a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffcca49867 mach_msg + 55
2 com.apple.opengl 0x00007fffbc642d39 glcDebugListener + 302
3 libsystem_pthread.dylib 0x00007fffccb3aaab _pthread_body + 180
4 libsystem_pthread.dylib 0x00007fffccb3a9f7 _pthread_start + 286
5 libsystem_pthread.dylib 0x00007fffccb3a221 thread_start + 13
Thread 2:
0 libsystem_kernel.dylib 0x00007fffcca524e6 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffccb3a622 _pthread_wqthread + 1023
2 libsystem_pthread.dylib 0x00007fffccb3a211 start_wqthread + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fffcca524e6 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffccb3a7b5 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffccb3a211 start_wqthread + 13
Thread 4:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fffcca4a41a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffcca49867 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffb7859834 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffb7858cc1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffb7858514 CFRunLoopRunSpecific + 420
5 com.apple.AppKit 0x00007fffb562c5a0 _NSEventThread + 205
6 libsystem_pthread.dylib 0x00007fffccb3aaab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffccb3a9f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffccb3a221 thread_start + 13
Thread 5:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fffcca4a41a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffcca49867 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffb7859834 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffb7858cc1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffb7858514 CFRunLoopRunSpecific + 420
5 com.apple.CFNetwork 0x00007fffb6a29334 +[NSURLConnection(Loader) _resourceLoadLoop:] + 313
6 com.apple.Foundation 0x00007fffb926630d NSThread__start + 1243
7 libsystem_pthread.dylib 0x00007fffccb3aaab _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffccb3a9f7 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffccb3a221 thread_start + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fffcca524e6 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffccb3a7b5 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffccb3a211 start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00006080001eb600 rbx: 0x00006080002248c0 rcx: 0x00006080001eb600 rdx: 0x00007fff5d8ade10
rdi: 0x0000608000423360 rsi: 0x0000000000000001 rbp: 0x00007fff5d8adec0 rsp: 0x00007fff5d8add60
r8: 0x0000000000000040 r9: 0x0000000000000000 r10: 0x00006080002655d0 r11: 0x0000000000000000
r12: 0x0000608000260928 r13: 0x00006080001e9d00 r14: 0x00006080004230a0 r15: 0x0000000000000000
rip: 0x00000001023c4ea4 rfl: 0x0000000000010202 cr2: 0x0000000000000038
Logical CPU: 2
Error Code: 0x00000006
Trap Number: 14
Binary Images:
0x10234d000 - 0x102877fff +org.openscad.OpenSCAD (2016.10 - 2016.10.16) <798865C6-FC78-315D-A258-3697BB28FD64> /Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD
0x102a90000 - 0x102aaffff +libCGAL.dylib (0) <BB161E1E-1A02-3927-BD5C-E6CFC9DCFF65> /Applications/OpenSCAD.app/Contents/Frameworks/libCGAL.dylib
0x102ac0000 - 0x102b58ff7 +libmpfr.dylib (0) <84EA860F-1DB9-3CCD-90DB-4EA0F6D7D1AE> /Applications/OpenSCAD.app/Contents/Frameworks/libmpfr.dylib
0x102b6a000 - 0x102c14fff +libgmp.dylib (0) <AD00EEE9-9A5E-37CF-AC55-BEFC5095A552> /Applications/OpenSCAD.app/Contents/Frameworks/libgmp.dylib
0x102c22000 - 0x102c2fff7 +libopencsg.dylib (0) <7157C249-C096-3C92-9DB8-B48595685754> /Applications/OpenSCAD.app/Contents/Frameworks/libopencsg.dylib
0x102c3f000 - 0x102c6cfff +libGLEW.dylib (0) <B5752FBE-04A0-3AEE-99E2-0CFCC8215EAB> /Applications/OpenSCAD.app/Contents/Frameworks/libGLEW.dylib
0x102ca1000 - 0x102cb2fff +libboost_thread.dylib (0) <1BDE8682-7E38-376A-8311-E4F1A30647A7> /Applications/OpenSCAD.app/Contents/Frameworks/libboost_thread.dylib
0x102cc6000 - 0x102d04ff7 +libboost_program_options.dylib (0) <30F50F11-56B3-30A2-A3D0-47FAE842DEFE> /Applications/OpenSCAD.app/Contents/Frameworks/libboost_program_options.dylib
0x102d39000 - 0x102d48fff +libboost_filesystem.dylib (0) <74F720BD-7D42-3CC3-B46C-004C6D4F74E7> /Applications/OpenSCAD.app/Contents/Frameworks/libboost_filesystem.dylib
0x102d55000 - 0x102d57fff +libboost_system.dylib (0) <9F8CAB71-D38E-3DDE-9C2A-2BE5902D2949> /Applications/OpenSCAD.app/Contents/Frameworks/libboost_system.dylib
0x102d5b000 - 0x102dfffff +libboost_regex.dylib (0) <ABE85842-FE2B-3BE8-97CF-C6F336F00B4B> /Applications/OpenSCAD.app/Contents/Frameworks/libboost_regex.dylib
0x102e57000 - 0x102fd5ff7 +libglib-2.0.dylib (0) <75CB4D06-4CBE-3A31-8E62-98A5487ACA59> /Applications/OpenSCAD.app/Contents/Frameworks/libglib-2.0.dylib
0x103001000 - 0x10300fff7 +libintl.dylib (0) <8B0375AA-AC19-3568-92E0-7FA2697945BB> /Applications/OpenSCAD.app/Contents/Frameworks/libintl.dylib
0x103014000 - 0x1031daff7 +libxml2.dylib (0) <CF441BD1-044A-3FAC-A582-D881AC295DE0> /Applications/OpenSCAD.app/Contents/Frameworks/libxml2.dylib
0x103217000 - 0x103252fff +org.sparkle-project.Sparkle (1.13.1 git-2afc553 - 1.13.1) <40414915-A48C-3DBB-AACB-5C20BAAE6DA6> /Applications/OpenSCAD.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x103289000 - 0x103363ff7 +libharfbuzz.dylib (0) <952F418F-F934-3CDD-A327-CA8FC7FACE35> /Applications/OpenSCAD.app/Contents/Frameworks/libharfbuzz.dylib
0x1033ab000 - 0x103481fff +libfreetype.dylib (0) <E585D750-7702-390E-84B0-E938F545A7DC> /Applications/OpenSCAD.app/Contents/Frameworks/libfreetype.dylib
0x1034a3000 - 0x1034effff +libfontconfig.dylib (0) <7C3077D7-52E7-3C5D-BDA9-D762A31D30E2> /Applications/OpenSCAD.app/Contents/Frameworks/libfontconfig.dylib
0x103502000 - 0x1036eaff7 +libqscintilla2.dylib (0) <B53204B6-AEFD-3C53-9A6F-D597328D8278> /Applications/OpenSCAD.app/Contents/Frameworks/libqscintilla2.dylib
0x103761000 - 0x103794ff7 +org.qt-project.QtPrintSupport (5.7 - 5.7.0) <67BB0DB0-88B2-3802-92D5-7B326C90AFB0> /Applications/OpenSCAD.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x1037bc000 - 0x103cb5ff7 +org.qt-project.QtWidgets (5.7 - 5.7.0) <9029D91F-7F7E-3DE0-BD66-FC91DD8112C3> /Applications/OpenSCAD.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x103e9f000 - 0x10429fff7 +org.qt-project.QtGui (5.7 - 5.7.0) <65053079-A2E1-3D59-AE88-BEB242E05C97> /Applications/OpenSCAD.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x1043de000 - 0x1048f2ff7 +org.qt-project.QtCore (5.7 - 5.7.0) <91296610-5A00-30F7-9663-DDF7738C31FF> /Applications/OpenSCAD.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x104a0e000 - 0x104a17ff7 +org.qt-project.QtMacExtras (5.7 - 5.7.0) <8B3C4F7B-C98D-3A29-9858-DAF34F58768B> /Applications/OpenSCAD.app/Contents/Frameworks/QtMacExtras.framework/Versions/5/QtMacExtras
0x104a1f000 - 0x104a23ff7 +org.qt-project.QtConcurrent (5.7 - 5.7.0) <AB461D07-E24C-3894-9E0C-DC3B8FCAFCC4> /Applications/OpenSCAD.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
0x104a29000 - 0x104a2dffb com.apple.agl (3.3.1 - AGL-3.3.1) <0B0E6527-C8E2-3162-BED1-DC2DD8DD2F95> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x104a38000 - 0x104a3aff7 +libboost_chrono.dylib (0) <5CEAEB01-4A14-3E20-998E-31877704C25A> /Applications/OpenSCAD.app/Contents/Frameworks/libboost_chrono.dylib
0x1063e9000 - 0x10655afff +libqcocoa.dylib (0) <56AF80F9-6AAF-3A4E-97F4-109614288A77> /Applications/OpenSCAD.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x1065d0000 - 0x106637ff7 +org.qt-project.QtDBus (5.7 - 5.7.0) <A3B1C34A-7EBC-36D6-B053-9CEE4A3D14CE> /Applications/OpenSCAD.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
0x106666000 - 0x10667dffb libCGInterfaces.dylib (331.5) <5796C169-B449-33C8-B471-BD711BDCB898> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x109013000 - 0x109017ff7 +libqtga.dylib (0) <576CF0ED-6C64-32C7-99BB-6468A1080D9F> /Applications/OpenSCAD.app/Contents/PlugIns/imageformats/libqtga.dylib
0x109477000 - 0x109481ff7 +libqdds.dylib (0) <C030C6EC-3611-3A8D-894F-071C96FB3031> /Applications/OpenSCAD.app/Contents/PlugIns/imageformats/libqdds.dylib
0x10948c000 - 0x109632fff GLEngine (12.4.5) <A4E7F3A2-5025-3C7D-AAF5-6187601A8C00> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x109670000 - 0x1097e6ffb libGLProgrammability.dylib (12.4.5) <6F6A4BA1-2DB2-3D22-9BEE-E45F6455BAE1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x109a9e000 - 0x10a00aff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.20.23 - 10.2.0) <937303A6-4DB6-324C-A0F9-4CA3EAA19830> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
0x10a21c000 - 0x10a246ffb GLRendererFloat (12.4.5) <9C53418B-2B6F-3B16-AA50-EF8CD632B05F> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x10a264000 - 0x10a2dbff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.20.23 - 10.2.0) <2657569C-0E68-3078-97E4-0CCBE7052D14> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x10a3f3000 - 0x10a3faff7 +libqgif.dylib (0) <551D6575-9920-346E-BE76-3A835199CC08> /Applications/OpenSCAD.app/Contents/PlugIns/imageformats/libqgif.dylib
0x10a3ff000 - 0x10a403ff7 +libqwbmp.dylib (0) <9F5B0F44-0AF1-300C-88D2-7C2EE2C8F309> /Applications/OpenSCAD.app/Contents/PlugIns/imageformats/libqwbmp.dylib
0x10a788000 - 0x10a790fff +libqicns.dylib (0) <72F60B35-25FC-3478-A86D-6CC786A508C2> /Applications/OpenSCAD.app/Contents/PlugIns/imageformats/libqicns.dylib
0x10a796000 - 0x10a79cfff +libqico.dylib (0) <159201A7-AB7A-3174-A3F7-E3954A138C8F> /Applications/OpenSCAD.app/Contents/PlugIns/imageformats/libqico.dylib
0x10a7a1000 - 0x10a7e0fff +libqjpeg.dylib (0) <38A4D43B-CDF7-3867-95B6-C51AFCAFB512> /Applications/OpenSCAD.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x10a7ea000 - 0x10a7f0fff +libqmacjp2.dylib (0) <B2099559-AF1B-3680-B8FC-D0B08141A8ED> /Applications/OpenSCAD.app/Contents/PlugIns/imageformats/libqmacjp2.dylib
0x10a7f5000 - 0x10a859fff +libqtiff.dylib (0) <F086BC43-2567-3B23-B0FA-D458999803BB> /Applications/OpenSCAD.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x10a867000 - 0x10a8e1fff +libqwebp.dylib (0) <E401A034-2209-3102-BA10-9E7F67BEA588> /Applications/OpenSCAD.app/Contents/PlugIns/imageformats/libqwebp.dylib
0x10ec86000 - 0x10ec8afff libFontRegistryUI.dylib (196.2) <95FA58A8-CB9A-33A7-B2E9-B006404AFA2B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
0x10ed6b000 - 0x10eda8287 dyld (421.2) <13A9466A-2576-3ABB-AD9D-D6BC16439B8F> /usr/lib/dyld
0x7fffb266b000 - 0x7fffb29a3fff com.apple.RawCamera.bundle (7.00 - 874) <99AF1865-BCDD-3313-85BF-E246745201F0> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fffb2f9b000 - 0x7fffb37e7fff com.apple.GeForceGLDriver (10.12.68 - 10.1.2) <576CB6F0-3BF6-34F6-9455-42C4A8B97004> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fffb37e8000 - 0x7fffb40b6ff3 libclh.dylib (4.0.3 - 4.0.3) <AFF52D6D-01CB-3695-8815-2BE30BCCBB77> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fffb40b7000 - 0x7fffb41c7ff7 com.apple.GeForceMTLDriver (10.12.68 - 10.1.2) <23ED1BB3-20F2-35C1-9A23-4623FDCD108A> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
0x7fffb44bf000 - 0x7fffb44bffff com.apple.Accelerate (1.11 - Accelerate 1.11) <97EF9FB3-581F-3F19-84D0-E9262559A454> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fffb44d8000 - 0x7fffb49f1feb com.apple.vImage (8.1 - ???) <A5DBF800-F768-3A61-8575-9B45FC32FEAB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fffb49f2000 - 0x7fffb4b62ff3 libBLAS.dylib (1185) <C7E42BBE-2337-3AEF-9C45-A2F2CB1A5B3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fffb4b63000 - 0x7fffb4b77ffb libBNNS.dylib (14) <CFDEE88D-E002-347C-BC68-83099651585B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fffb4b78000 - 0x7fffb4f6efef libLAPACK.dylib (1185) <2E8201CB-9A41-3D65-853E-841917FCE77B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fffb4f6f000 - 0x7fffb4f85fff libLinearAlgebra.dylib (1185) <8CC29DE1-A231-3D5E-B5F1-DCC309036FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fffb4f86000 - 0x7fffb4f8cfff libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fffb4f8d000 - 0x7fffb4fa1ff7 libSparseBLAS.dylib (1185) <C35235B7-CFA6-39A7-BD6E-79F4D9CAFD36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fffb4fa2000 - 0x7fffb5129fe7 libvDSP.dylib (600) <DF2860D3-1B2E-3DE0-8D8D-F567374398CB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fffb512a000 - 0x7fffb51dcffb libvMisc.dylib (600) <5E006F98-FB5C-3AC4-B8B9-6D267B22AA72> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fffb51dd000 - 0x7fffb51ddfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A395B521-8E54-30F2-B4FE-355D68900DAF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fffb5499000 - 0x7fffb6179ff3 com.apple.AppKit (6.9 - 1504.60) <5DA1E013-575C-34D5-A028-1639EB7B0040> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fffb618b000 - 0x7fffb618bfff com.apple.ApplicationServices (48 - 48) <3E1395EA-C661-3318-9B87-9857BB81021B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fffb618c000 - 0x7fffb61faff7 com.apple.ApplicationServices.ATS (377 - 422.1) <FF4D9FCA-D799-3ED1-B5F8-3D81C29342D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fffb6294000 - 0x7fffb63c2ff7 libFontParser.dylib (194.2) <E29F233F-773A-3070-874A-83799BDF0B5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fffb63c3000 - 0x7fffb640dfff libFontRegistry.dylib (196.2) <8AEE7F4E-60F0-33BB-99E4-5381EF1FEC6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fffb646a000 - 0x7fffb649cfff libTrueTypeScaler.dylib (194.2) <A8520109-5F65-3144-ABF7-E22B98A74287> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fffb6508000 - 0x7fffb65b2ff7 com.apple.ColorSync (4.12.0 - 502) <C86F8032-83DD-34EB-A4CB-87E96F25CF1C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fffb65b3000 - 0x7fffb6603fff com.apple.HIServices (1.22 - 590) <109A9893-313B-3467-9892-062F49D1FF0D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fffb6604000 - 0x7fffb6613ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fffb6614000 - 0x7fffb6661fff com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fffb6662000 - 0x7fffb669dfff com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fffb669e000 - 0x7fffb66a9ff7 com.apple.speech.synthesis.framework (6.0.15 - 6.0.15) <23EA6076-ECDF-3A50-81E7-3CE6451DC8C4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fffb66aa000 - 0x7fffb68b8ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <BA73DBAD-A9D2-3BA7-BCDB-4790D6C8B460> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fffb68b9000 - 0x7fffb68b9fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <C49668FF-2971-3E30-92BB-09E0720E74A5> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fffb6a22000 - 0x7fffb6da6ff7 com.apple.CFNetwork (807.1.3 - 807.1.3) <336BFAD9-1BAE-368E-8C48-B9F1CC251C67> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fffb6dc0000 - 0x7fffb6dc0fff com.apple.Carbon (154 - 157) <AB71A31F-5B15-3BF5-8532-591EACD07B21> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fffb6dc1000 - 0x7fffb6dc4fff com.apple.CommonPanels (1.2.6 - 98) <DDA2DF0B-86E7-34B6-B688-D7371DBC8A63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fffb6dc5000 - 0x7fffb70c9fff com.apple.HIToolbox (2.1.1 - 856.6) <DAF74CE6-8B6B-3347-B299-FE860B517D38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fffb70ca000 - 0x7fffb70cdff7 com.apple.help (1.3.5 - 49) <27C5F9FE-838F-3807-A4AC-D99470185B10> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fffb70ce000 - 0x7fffb70d3fff com.apple.ImageCapture (9.0 - 9.0) <E3E757FD-4060-33A4-A2AC-85EFBD987FCE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fffb70d4000 - 0x7fffb716bff3 com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fffb716c000 - 0x7fffb7186fff com.apple.openscripting (1.7 - 172) <B204BF70-C4AA-3699-8493-66E6645A92A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fffb7187000 - 0x7fffb7188ff3 com.apple.print.framework.Print (12 - 267) <CA7E9448-0903-34C8-AAF6-9070B52BF70E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fffb7189000 - 0x7fffb718bff7 com.apple.securityhi (9.0 - 55006) <FFB3F28C-B982-34EF-8510-8D6D10975404> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fffb718c000 - 0x7fffb7192ff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fffb7272000 - 0x7fffb7272fff com.apple.Cocoa (6.11 - 22) <5EEB0A26-F1C2-3D57-8441-52C0B80C2A6A> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fffb73a8000 - 0x7fffb7438ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <4082E8CC-568A-364A-9AF0-92F30F067D42> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fffb7439000 - 0x7fffb744cff3 com.apple.CoreBluetooth (1.0 - 1) <73A2B185-70E4-3535-A653-E1BC74584E55> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fffb744d000 - 0x7fffb7743ffb com.apple.CoreData (120 - 752.2) <CCDCE896-CD36-3483-8E04-C513433BDDC5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fffb7744000 - 0x7fffb77d0fff com.apple.CoreDisplay (1.0 - 1) <ACA3B0B8-6900-3445-B202-C5C312421E44> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fffb77d1000 - 0x7fffb7c6aff7 com.apple.CoreFoundation (6.9 - 1348.15) <C25C6FB8-E934-349C-952C-26CF913BAC33> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fffb7c6b000 - 0x7fffb82e9fff com.apple.CoreGraphics (2.0 - 1070.8) <3F5B7647-8006-3738-9A5A-1AD2DF570992> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fffb82ea000 - 0x7fffb8529ff7 com.apple.CoreImage (12.0.0 - 451) <4A79760F-FD23-3055-9569-5F038818993F> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fffb8684000 - 0x7fffb8684fff com.apple.CoreServices (775.8.2 - 775.8.2) <FE7B0765-C41F-3FD9-8FD7-094466AAD0EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fffb8685000 - 0x7fffb86d6ff7 com.apple.AE (712 - 712) <0EF17D7E-6BA4-3555-BC38-9BD0CC5B82A3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fffb86d7000 - 0x7fffb89b2fff com.apple.CoreServices.CarbonCore (1159 - 1159) <837B7ECF-7E62-3210-988C-63D7AB4EAA88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fffb89b3000 - 0x7fffb89e6fff com.apple.DictionaryServices (1.2 - 274) <302B8678-D057-3CF8-ACA7-7424A4A6A00A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fffb89e7000 - 0x7fffb89efffb com.apple.CoreServices.FSEvents (1230 - 1230) <8836E7D0-844F-36F9-9601-B630BB82336B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fffb89f0000 - 0x7fffb8b5bfff com.apple.LaunchServices (775.8.2 - 775.8.2) <7389590A-0E30-3294-B39C-F179D237F6C4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fffb8b5c000 - 0x7fffb8c0cffb com.apple.Metadata (10.7.0 - 1075.17) <40F7E6E2-B58B-34E1-B97B-26756ECDB947> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fffb8c0d000 - 0x7fffb8c6cfff com.apple.CoreServices.OSServices (775.8.2 - 775.8.2) <C949CF81-3510-3987-AEB4-9A961B738DA2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fffb8c6d000 - 0x7fffb8cddfff com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fffb8cde000 - 0x7fffb8d24ff7 com.apple.coreservices.SharedFileList (38 - 38) <6C5A3FBB-9502-3725-AC3A-AE7B1528BBD4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fffb8db1000 - 0x7fffb8efcffb com.apple.CoreText (352.0 - 544.1) <3229A726-303B-3B09-A014-8708C3BEF2D1> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fffb8efd000 - 0x7fffb8f32fff com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fffb8f33000 - 0x7fffb8fa4ffb com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <0425CA71-50D9-32DC-8693-CAE6CB3B799D> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fffb909f000 - 0x7fffb90a4fff com.apple.DiskArbitration (2.7 - 2.7) <566D5C06-13E8-3638-B2EC-2B834D5F04F1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fffb9233000 - 0x7fffb95daffb com.apple.Foundation (6.9 - 1349) <08A463B1-296E-3AC1-B8D3-01A75B0785A8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fffb9606000 - 0x7fffb9637fff com.apple.GSS (4.0 - 2.0) <4F3C9982-457C-3731-85DB-8CE1A72621B0> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fffb96eb000 - 0x7fffb978efff com.apple.Bluetooth (5.0.1 - 5.0.1f7) <406E3901-F5D3-3996-84F7-32975EBE8F86> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fffb978f000 - 0x7fffb9824ff7 com.apple.framework.IOKit (2.0.2 - 1324.21.1) <EEFE7FF0-CE41-326A-A571-8AA0B2E89271> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fffb9825000 - 0x7fffb982bffb com.apple.IOSurface (153.1 - 153.1) <849B0928-3D37-3977-9670-19979DB4EE4D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fffb987f000 - 0x7fffb99d5fef com.apple.ImageIO.framework (3.3.0 - 1570.2) <1133B1CE-C702-3D66-80F3-6BB40D5D1178> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fffb99d6000 - 0x7fffb99dafff libGIF.dylib (1570.2) <4AE8D51B-E26A-3CB0-9D53-58112F94E3CE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fffb99db000 - 0x7fffb9acbfff libJP2.dylib (1570.2) <9F56888C-28CD-3ED0-B7BB-FFB775EF9DE7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fffb9acc000 - 0x7fffb9aefffb libJPEG.dylib (1570.2) <BE6386AF-E7F7-3C26-8B9E-7682DA38F496> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fffb9af0000 - 0x7fffb9b17ff7 libPng.dylib (1570.2) <2BC453BB-5E15-3031-AFAE-912025F2674A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fffb9b18000 - 0x7fffb9b1aff3 libRadiance.dylib (1570.2) <0F2C81F9-2D74-36A6-BCC0-2366E60410C7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fffb9b1b000 - 0x7fffb9b74ff3 libTIFF.dylib (1570.2) <897EB69A-1C96-3BC2-A458-A21652249E71> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fffb9c94000 - 0x7fffba735ff7 com.apple.JavaScriptCore (12602 - 12602.2.14.0.5) <A9839022-B3BE-38E2-8956-B5ED9BE145FD> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fffba736000 - 0x7fffba74fff7 com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fffbaf36000 - 0x7fffbaf8dff7 com.apple.Metal (85.85 - 85.85) <EF221C0E-9638-312B-9455-FF3C69180C45> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fffbb6a3000 - 0x7fffbb6abfff com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fffbb87f000 - 0x7fffbb887ff7 libcldcpuengine.dylib (2.8.4) <B43FD148-4550-3EB1-9971-F5EFC0456CCE> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fffbba50000 - 0x7fffbba9eff3 com.apple.opencl (2.8.6 - 2.8.6) <819DE36A-893E-3100-8430-EEB9D7023672> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fffbba9f000 - 0x7fffbbab8ffb com.apple.CFOpenDirectory (10.12 - 194) <BDD22B3E-4149-366A-A974-942280861DD4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fffbbab9000 - 0x7fffbbac4ff7 com.apple.OpenDirectory (10.12 - 194) <E1125140-E42C-369C-8DC8-D0935767B275> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fffbbac5000 - 0x7fffbbac7fff libCVMSPluginSupport.dylib (12.4.5) <AF349AF5-ACC9-32C8-98BE-1DC9523156C5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fffbbac8000 - 0x7fffbbacbff7 libCoreFSCache.dylib (150) <991F00EB-B1B4-3351-9D83-C11E4920C360> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fffbbacc000 - 0x7fffbbacffff libCoreVMClient.dylib (150) <06276E05-1FB2-3748-A236-1F66468A1755> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fffbbad0000 - 0x7fffbbad8ffb libGFXShared.dylib (12.4.5) <67ABA30E-DA8A-336C-8137-11CD0D455741> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fffbbad9000 - 0x7fffbbae4fff libGL.dylib (12.4.5) <920D2CC5-D64F-35A5-8C54-4A5731AEC552> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fffbbae5000 - 0x7fffbbb21ff7 libGLImage.dylib (12.4.5) <BEDFA6BF-0D9C-35ED-9DDD-FDBB1F6AAF95> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fffbbc99000 - 0x7fffbbcd9ff3 libGLU.dylib (12.4.5) <79C811DC-7904-3A7D-A983-B3E8D5439336> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fffbc641000 - 0x7fffbc64ffff com.apple.opengl (12.4.5 - 12.4.5) <B33F90DE-B86B-38E3-BCDB-5C8B4952D84B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fffbd361000 - 0x7fffbd55bfff com.apple.QuartzCore (1.11 - 449.39.5) <B1815529-31B4-3FD0-923D-C3E964F844FF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffbdac1000 - 0x7fffbdddcff7 com.apple.security (7.0 - 57740.20.22) <7E95D13A-0D52-36A9-A1C4-C21EE26AB2AB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fffbdddd000 - 0x7fffbde53ff7 com.apple.securityfoundation (6.0 - 55132.20.1) <8DDEA805-C6F7-3EF9-990F-136617DB942D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fffbde7d000 - 0x7fffbde80ff3 com.apple.xpc.ServiceManagement (1.0 - 1) <A88DACDF-71A9-3974-8D8D-DAA2B64F2CA5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fffbe205000 - 0x7fffbe276ff7 com.apple.SystemConfiguration (1.14 - 1.14) <013957CA-2708-31F0-845D-11E271C96B94> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffbe623000 - 0x7fffbf857ff3 com.apple.WebCore (12602 - 12602.2.14.0.5) <AA349DE2-73A3-32B2-8A1D-FEFFC468B87D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fffbf858000 - 0x7fffbf9bdfff com.apple.WebKitLegacy (12602 - 12602.2.14.0.7) <3D4BAC77-370A-3D55-AD1A-68D4C489DAF1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fffbf9be000 - 0x7fffbfd29ff7 com.apple.WebKit (12602 - 12602.2.14.0.7) <847FBE4F-06E5-315F-80FA-A58180B74608> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fffc08b8000 - 0x7fffc08daffb com.apple.framework.Apple80211 (12.0 - 1200.37) <25299C0F-7A30-3BAA-9945-DB1515F68A2C> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffc08db000 - 0x7fffc08eafdb com.apple.AppleFSCompression (88 - 1.0) <D3A6F5F9-2132-34B5-933F-DF5D6733DE8B> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fffc09d3000 - 0x7fffc0a5e97f com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffc0e7a000 - 0x7fffc0ef8ff7 com.apple.backup.framework (1.8.1 - 1.8.1) <792B4983-DE9A-377D-8338-93719706D12F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffc1b16000 - 0x7fffc1b3dffb com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fffc2464000 - 0x7fffc246dffb com.apple.CommonAuth (4.0 - 2.0) <D561391D-80B8-35F8-9EFF-1ACC89895E38> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffc2b89000 - 0x7fffc2b9aff7 com.apple.CoreEmoji (1.0 - 39.1) <54432658-8481-3F33-ADED-B60684311E11> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffc2e7c000 - 0x7fffc2eacff3 com.apple.CoreServicesInternal (276 - 276) <CCB21255-89DC-3F53-A6D6-8FA8F693C837> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fffc3135000 - 0x7fffc31bffff com.apple.CoreSymbolication (61050) <15C4AF49-2F85-3265-B53F-4925616C746E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fffc31c0000 - 0x7fffc32fefcf com.apple.coreui (2.1 - 426.9.1) <A7672B5D-9972-34B8-968A-188D422083AE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffc32ff000 - 0x7fffc339effb com.apple.CoreUtils (4.3 - 430.70) <946F5089-9F8D-3595-8208-AD945B26D267> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffc33ee000 - 0x7fffc3453ff3 com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <8DAD3903-9A77-3E50-99C4-3C5708FB25B1> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffc3454000 - 0x7fffc3461fff com.apple.CrashReporterSupport (10.12 - 816) <BF292E0C-6CDB-3149-8177-4EF5DD72D544> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffc3507000 - 0x7fffc357eff3 com.apple.datadetectorscore (7.0 - 539) <AA02538E-706E-305B-AABA-FA9A6F4C1B8C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fffc35b8000 - 0x7fffc35f7fff com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fffc35f8000 - 0x7fffc3709fff com.apple.desktopservices (1.11.1 - 1.11.1) <03518A59-79B1-3B16-B923-52D6EFF04ADB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffc39d5000 - 0x7fffc3e06ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffc5141000 - 0x7fffc5141fff libmetal_timestamp.dylib (600.0.48.26) <681B9F09-0673-3C38-B636-9D77D338D1AF> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffc514e000 - 0x7fffc5159ff3 libGPUSupportMercury.dylib (12.4.5) <A08E7321-32C4-3008-97C3-870B6AB1E63D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fffc540b000 - 0x7fffc5427ff7 com.apple.GenerationalStorage (2.0 - 259) <43D40063-BD46-3008-8992-FF092B7C9A58> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fffc5b1d000 - 0x7fffc5b93ffb com.apple.Heimdal (4.0 - 2.0) <418DD668-7288-3D33-BAFE-959DB96D0351> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffc61a6000 - 0x7fffc61adffb com.apple.IOAccelerator (288.15 - 288.15) <DE5BC493-2F4E-3388-A887-DA5AD7BAD3F4> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffc61af000 - 0x7fffc61c3ff3 com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffc61c4000 - 0x7fffc61e6ff7 com.apple.IconServices (74.1 - 74.1) <F7B83970-4A72-3186-BBB3-90FA86C3E263> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffc62c8000 - 0x7fffc647cfff com.apple.LanguageModeling (1.0 - 123) <10152D7F-C7C0-34AA-A295-D712D16C76E6> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffc6d28000 - 0x7fffc6da0fef com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <EDE6F9AA-B863-3936-BA54-177B769080FD> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffc6f22000 - 0x7fffc6f4afff com.apple.MultitouchSupport.framework (368.4 - 368.4) <18778258-70B1-31BF-845D-1FACBF280108> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffc6ff7000 - 0x7fffc7001fff com.apple.NetAuth (6.0 - 6.0) <D57D5888-0290-3295-A1C4-D673D4DCB497> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffc77dd000 - 0x7fffc781eff7 com.apple.PerformanceAnalysis (1.145 - 145) <73A73364-EFB6-3D0A-A7EA-7F924359B3C9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fffc7eb0000 - 0x7fffc7ecafff com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffc7ee4000 - 0x7fffc7f07ff3 com.apple.RemoteViewServices (2.0 - 124) <280DB828-4613-3DF8-ACBA-C91989B64347> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fffc8bcb000 - 0x7fffc8c47fff com.apple.Sharing (671.15 - 671.15) <37C29D52-CA6E-3E30-9CCF-F7B4A8DE6B9B> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffc8c68000 - 0x7fffc8ebafef com.apple.SkyLight (1.600.0 - 108.11) <5D0C258E-0816-3FF2-AA3C-A7B9F2DEC19C> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffc9094000 - 0x7fffc90a0fff com.apple.SpeechRecognitionCore (3.0.15 - 3.0.15) <BE386037-4B61-341F-80E2-5D8B5B50C8BC> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffc9784000 - 0x7fffc97f0ff3 com.apple.Symbolication (61080.2) <8AB6B520-E8DE-392F-8B86-52098D2A2BA2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffc9be7000 - 0x7fffc9bedff7 com.apple.TCC (1.0 - 1) <787E8FD8-21A7-39E6-87D4-6AD09156C5A0> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffc9c79000 - 0x7fffc9e3aff3 com.apple.TextureIO (1.35 - 1.35) <63D75E50-F3C2-3E8E-A49B-F53531C24C54> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffc9eae000 - 0x7fffc9eaffff com.apple.TrustEvaluationAgent (2.0 - 28) <6793B664-C4FC-3CD4-B0E7-25B9933391AC> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fffc9eb0000 - 0x7fffca03fffb com.apple.UIFoundation (1.0 - 489) <0CD14719-FC52-3AC5-87EF-775437927990> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fffcb03e000 - 0x7fffcb040ffb com.apple.loginsupport (1.0 - 1) <03B57D6F-C210-32BC-B384-5B0E95660283> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffcb095000 - 0x7fffcb0b0ff7 libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib
0x7fffcb0b1000 - 0x7fffcb0bcfff libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib
0x7fffcb14e000 - 0x7fffcb14fff3 libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffcb150000 - 0x7fffcb363fff libFosl_dynamic.dylib (16.37) <D5551823-1E3D-3BDE-968C-BF022EE4958D> /usr/lib/libFosl_dynamic.dylib
0x7fffcb387000 - 0x7fffcb387fff libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib
0x7fffcb388000 - 0x7fffcb38bffb libScreenReader.dylib (477.10.20) <B48924E9-5301-3141-9D62-ADA2852D5BAA> /usr/lib/libScreenReader.dylib
0x7fffcb38c000 - 0x7fffcb38dff3 libSystem.B.dylib (1238) <CFC3669C-FB44-3A51-8815-1E84A168F3C5> /usr/lib/libSystem.B.dylib
0x7fffcb3f9000 - 0x7fffcb424ffb libarchive.2.dylib (41.20.1) <FC116AC3-EB4A-3252-821C-4E1703879C82> /usr/lib/libarchive.2.dylib
0x7fffcb425000 - 0x7fffcb499fff libate.dylib (1.12.12) <DD989482-B873-3094-97BB-2B5AE8D3B544> /usr/lib/libate.dylib
0x7fffcb49d000 - 0x7fffcb49dff3 libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib
0x7fffcb49e000 - 0x7fffcb4aeff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffcb4af000 - 0x7fffcb4bdff7 libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib
0x7fffcb4be000 - 0x7fffcb514ff7 libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib
0x7fffcb515000 - 0x7fffcb53ffff libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib
0x7fffcb540000 - 0x7fffcb550ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffcb551000 - 0x7fffcb566fc3 libcompression.dylib (34) <1691D6F2-46CD-3DA6-B44F-24CDD9BD0E4E> /usr/lib/libcompression.dylib
0x7fffcb567000 - 0x7fffcb567ff7 libcoretls.dylib (121.1.1) <F3BAB54C-DA82-37C3-A218-46FEB179D555> /usr/lib/libcoretls.dylib
0x7fffcb568000 - 0x7fffcb569ffb libcoretls_cfhelpers.dylib (121.1.1) <D12709F3-BBE3-3CF7-9070-C2A0803F5526> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffcb623000 - 0x7fffcb707ff3 libcrypto.0.9.8.dylib (64) <4CB423CE-0B86-334A-9335-FEE75198024F> /usr/lib/libcrypto.0.9.8.dylib
0x7fffcb8a5000 - 0x7fffcb8f8ff7 libcups.2.dylib (450) <04CA1F55-4B70-3D65-B4B1-62F6C271A9EF> /usr/lib/libcups.2.dylib
0x7fffcb972000 - 0x7fffcb972fff libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
0x7fffcb982000 - 0x7fffcb987ff7 libheimdal-asn1.dylib (498.20.2) <C9B5464F-4A2E-3E3F-B514-B0911B5CB0DA> /usr/lib/libheimdal-asn1.dylib
0x7fffcb988000 - 0x7fffcba7aff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffcba7b000 - 0x7fffcbca0fff libicucore.A.dylib (57132.0.1) <C8176937-9271-3F0E-829D-F3BBB9DD44B5> /usr/lib/libicucore.A.dylib
0x7fffcbca6000 - 0x7fffcbca7fff liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib
0x7fffcbca8000 - 0x7fffcbcc1ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffcbcc2000 - 0x7fffcbcd8ff7 libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib
0x7fffcbcd9000 - 0x7fffcbf83fff libmecabra.dylib (744.2.2) <C6C3EA2C-1DC7-3DCB-8A20-C645E38524AB> /usr/lib/libmecabra.dylib
0x7fffcbfb6000 - 0x7fffcc02fff3 libnetwork.dylib (856.20.4) <5012EFF3-8FF4-317D-B328-AB21E3B5CA8C> /usr/lib/libnetwork.dylib
0x7fffcc030000 - 0x7fffcc400d97 libobjc.A.dylib (706) <F9AFE665-A3A2-3285-9495-19803A565861> /usr/lib/libobjc.A.dylib
0x7fffcc403000 - 0x7fffcc407fff libpam.2.dylib (21) <352F8FF6-2248-3594-B357-8D031DEFB06C> /usr/lib/libpam.2.dylib
0x7fffcc408000 - 0x7fffcc438ff7 libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib
0x7fffcc456000 - 0x7fffcc472ffb libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
0x7fffcc4c2000 - 0x7fffcc60afff libsqlite3.dylib (252) <FCA29CD2-E8E4-3324-8E2C-19BDC11F0338> /usr/lib/libsqlite3.dylib
0x7fffcc6fc000 - 0x7fffcc709fff libxar.1.dylib (354) <AAFCF321-8100-3622-880B-9661DCA35D69> /usr/lib/libxar.1.dylib
0x7fffcc70d000 - 0x7fffcc7fcffb libxml2.2.dylib (30.11) <26676155-64CE-323F-B73C-AD77AF5982E8> /usr/lib/libxml2.2.dylib
0x7fffcc7fd000 - 0x7fffcc826fff libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib
0x7fffcc827000 - 0x7fffcc838ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffcc847000 - 0x7fffcc84bff7 libcache.dylib (79) <84E55656-FDA9-3B29-9E4F-BE31B2C0AA3C> /usr/lib/system/libcache.dylib
0x7fffcc84c000 - 0x7fffcc856fff libcommonCrypto.dylib (60092.20.1) <31040F10-5E57-3B9C-8D5B-33AD87D1BEE8> /usr/lib/system/libcommonCrypto.dylib
0x7fffcc857000 - 0x7fffcc85efff libcompiler_rt.dylib (62) <486BDE52-81B4-3446-BD72-23977CAE556F> /usr/lib/system/libcompiler_rt.dylib
0x7fffcc85f000 - 0x7fffcc867fff libcopyfile.dylib (138) <0DA49B77-56EC-362D-98FF-FA78CFD986D6> /usr/lib/system/libcopyfile.dylib
0x7fffcc868000 - 0x7fffcc8eafdb libcorecrypto.dylib (442.20.2) <2684CC01-087E-33E2-8219-AAA3BBD9BFD7> /usr/lib/system/libcorecrypto.dylib
0x7fffcc8eb000 - 0x7fffcc91dfff libdispatch.dylib (703.20.1) <877B505D-826C-3246-84F7-0F850636039E> /usr/lib/system/libdispatch.dylib
0x7fffcc91e000 - 0x7fffcc923ff3 libdyld.dylib (421.2) <7BFA3476-6210-3BCB-8CE8-9B952F87BD84> /usr/lib/system/libdyld.dylib
0x7fffcc924000 - 0x7fffcc924ffb libkeymgr.dylib (28) <09CD7CA6-46D2-3A9F-B9F1-7C4CA5CA0D68> /usr/lib/system/libkeymgr.dylib
0x7fffcc925000 - 0x7fffcc931ffb libkxld.dylib (3789.21.3) <F12B5274-44AD-3268-A793-31EF351A4BD9> /usr/lib/system/libkxld.dylib
0x7fffcc932000 - 0x7fffcc932fff liblaunch.dylib (972.20.3) <7AB2E2EA-8B47-3420-87CE-5EE18A4EEE49> /usr/lib/system/liblaunch.dylib
0x7fffcc933000 - 0x7fffcc938fff libmacho.dylib (894) <1EAE5ADD-490C-3B1F-9F97-447BA8E0E90F> /usr/lib/system/libmacho.dylib
0x7fffcc939000 - 0x7fffcc93bff3 libquarantine.dylib (85) <F3E47D7C-8776-327C-9426-DD7DEB30DBDD> /usr/lib/system/libquarantine.dylib
0x7fffcc93c000 - 0x7fffcc93dffb libremovefile.dylib (45) <C4FC07FF-ED86-382E-B06F-33C34718080C> /usr/lib/system/libremovefile.dylib
0x7fffcc93e000 - 0x7fffcc956ff7 libsystem_asl.dylib (349.1.1) <F0987490-8427-367F-B302-A05A7D61FEBF> /usr/lib/system/libsystem_asl.dylib
0x7fffcc957000 - 0x7fffcc957ff7 libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib
0x7fffcc958000 - 0x7fffcc9e5fef libsystem_c.dylib (1158.20.4) <5F9531F5-EDA3-3D25-A827-3E0FD6B392BA> /usr/lib/system/libsystem_c.dylib
0x7fffcc9e6000 - 0x7fffcc9e9ffb libsystem_configuration.dylib (888.20.5) <CDC55FCB-C1FC-350D-A919-5DBCFC835B63> /usr/lib/system/libsystem_configuration.dylib
0x7fffcc9ea000 - 0x7fffcc9edfff libsystem_coreservices.dylib (41.2) <5DE691C6-7EE6-3210-895D-9EA3ECBC09B4> /usr/lib/system/libsystem_coreservices.dylib
0x7fffcc9ee000 - 0x7fffcca06ffb libsystem_coretls.dylib (121.1.1) <8F7E9B12-400D-3276-A9C5-4546B0258554> /usr/lib/system/libsystem_coretls.dylib
0x7fffcca07000 - 0x7fffcca0dfff libsystem_dnssd.dylib (765.20.4) <28E52C39-DF10-340F-A3EC-C0119AF6361F> /usr/lib/system/libsystem_dnssd.dylib
0x7fffcca0e000 - 0x7fffcca37fff libsystem_info.dylib (503) <C686B834-5E7D-382C-AF6E-44AB78EE83E2> /usr/lib/system/libsystem_info.dylib
0x7fffcca38000 - 0x7fffcca5aff7 libsystem_kernel.dylib (3789.21.3) <EC53F92A-0DFA-3027-A220-414A01F17B2E> /usr/lib/system/libsystem_kernel.dylib
0x7fffcca5b000 - 0x7fffccaa2fe7 libsystem_m.dylib (3121.4) <7F86C291-B105-31C1-9923-90EBAB22B73F> /usr/lib/system/libsystem_m.dylib
0x7fffccaa3000 - 0x7fffccac1ff7 libsystem_malloc.dylib (116) <F9840080-4C2C-3F3B-8087-7C738F12A1C7> /usr/lib/system/libsystem_malloc.dylib
0x7fffccac2000 - 0x7fffccb19ff3 libsystem_network.dylib (856.20.4) <2BAFB24F-999C-3148-BDD8-F28E05F716F7> /usr/lib/system/libsystem_network.dylib
0x7fffccb1a000 - 0x7fffccb23ff3 libsystem_networkextension.dylib (563.20.3) <971DD3AD-D17A-32FF-95DE-0A5A979E68AE> /usr/lib/system/libsystem_networkextension.dylib
0x7fffccb24000 - 0x7fffccb2dff3 libsystem_notify.dylib (165.20.1) <EAD023A2-AD3F-31C8-9489-274B9A42DA61> /usr/lib/system/libsystem_notify.dylib
0x7fffccb2e000 - 0x7fffccb36fe7 libsystem_platform.dylib (126.1.2) <2F2D6A81-C36C-353D-B27B-A6643A32375E> /usr/lib/system/libsystem_platform.dylib
0x7fffccb37000 - 0x7fffccb41ff7 libsystem_pthread.dylib (218.20.1) <46375095-4731-3034-9D87-396DE95FC697> /usr/lib/system/libsystem_pthread.dylib
0x7fffccb42000 - 0x7fffccb45ff7 libsystem_sandbox.dylib (592.21.2) <2D42A2BF-A7AF-352A-A821-D8F6E85A63AC> /usr/lib/system/libsystem_sandbox.dylib
0x7fffccb46000 - 0x7fffccb47fff libsystem_secinit.dylib (24) <A54B8FEF-E792-3C54-8E0B-E80A376662F2> /usr/lib/system/libsystem_secinit.dylib
0x7fffccb48000 - 0x7fffccb4ffff libsystem_symptoms.dylib (532.1.1) <8FB7CA37-79EF-3651-B5B9-B5E1E0947067> /usr/lib/system/libsystem_symptoms.dylib
0x7fffccb50000 - 0x7fffccb70ff7 libsystem_trace.dylib (518.20.8) <C029B910-A65F-35F6-B194-B933B454EAB4> /usr/lib/system/libsystem_trace.dylib
0x7fffccb71000 - 0x7fffccb76ffb libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib
0x7fffccb77000 - 0x7fffccba0ff7 libxpc.dylib (972.20.3) <85EB25FD-218F-38EE-9E69-391CC8EBE6C5> /usr/lib/system/libxpc.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
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: 10247
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=343.0M resident=0K(0%) swapped_out_or_unallocated=343.0M(100%)
Writable regions: Total=375.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=375.6M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 256K 3
Activity Tracing 256K 2
CG backing stores 38.6M 10
CG image 1144K 12
CoreAnimation 96K 9
CoreUI image data 2240K 13
CoreUI image file 156K 4
Kernel Alloc Once 8K 2
MALLOC 305.6M 51
MALLOC guard page 48K 10
Memory Tag 242 12K 2
Memory Tag 251 16K 2
OpenGL GLSL 256K 4
SQLite page cache 64K 2
STACK GUARD 56.0M 8
Stack 11.0M 8
VM_ALLOCATE 468K 31
__DATA 34.8M 266
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 122.3M 49
__TEXT 220.7M 259
__UNICODE 556K 2
mapped file 55.9M 18
shared memory 16.4M 16
=========== ======= =======
TOTAL 869.9M 762
Model: MacBookPro11,3, BootROM MBP112.0138.B17, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.19f12
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, -
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.21.171.47.1a8)
Bluetooth: Version 5.0.1f7, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Network Service: Parallels Host-Only #1, Ethernet, vnic1
Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
USB Device: USB 3.0 Bus
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Hub
USB Device: USB Receiver
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
Jean-Paul
N1JPL
On Oct 27, 2016, at 9:35 PM, Marius Kintel marius@kintel.net wrote:
On Oct 27, 2016, at 19:40, MichaelAtOz oz.at.michael@gmail.com wrote:
I have a vague feeling this may have been reported?
Crashes when you add a '#' before main() - inside the intersection.
Note the two do NOT intersect. Change the cube to 50, so they intersect, no
longer crashes.
Thanks for the report!
I’ve opened a new issue: https://github.com/openscad/openscad/issues/1833
-Marius
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org