smistad / FAST

A framework for high-performance medical image processing, neural network inference and visualization
https://fast.eriksmistad.no
BSD 2-Clause "Simplified" License
441 stars 102 forks source link

Segmentation fault when trying to run a Qt executable #94

Closed normanius closed 6 years ago

normanius commented 6 years ago

For instance, when executing the viewer, I get the following message on the console:

INFO: Creating new QApp
INFO: Loaded configuration file: /Users/norman/workspace/dev/misc/fast-medimg/fast-git/build/fast_configuration.txt
INFO: Test data path: /Users/norman/workspace/dev/misc/fast-medimg/fast-git/data//
INFO: Kernel source path: /Users/norman/workspace/dev/misc/fast-medimg/fast-git/source/FAST/
INFO: Kernel binary path: /Users/norman/workspace/dev/misc/fast-medimg/fast-git/build/kernel_binaries/
INFO: Documentation path: /Users/norman/workspace/dev/misc/fast-medimg/fast-git/doc/
INFO: Pipeline path: /Users/norman/workspace/dev/misc/fast-medimg/fast-git/pipelines/
INFO: Creating new GL context for computation thread
INFO: QApp already exists..
INFO: Device manager initialize..
INFO: Initial GL context: 0x7fb83b84dc00
INFO: Initial GL share group: 0x7fb83cf00000
INFO: Found 1 OpenCL platforms.
INFO: 1 platforms selected for inspection.
INFO: Platform 0: Apple
INFO: This platform has 0 available devices in total
INFO: Looking for GPU devices only.
INFO: 1 selected.
INFO: Inspecting device 0 with the name Iris Pro
INFO: Initial GL context: 0x7fb83b84dc00
INFO: Initial GL share group: 0x7fb83cf00000
INFO: Device has OpenGL interop capability
INFO: The device was accepted.
INFO: A device-platform mismatch was detected.
INFO: The platform Apple was selected as the best platform.
INFO: A total of 1 devices were selected for the context from this platform:
/Users/norman/workspace/dev/misc/fast-medimg/fast-git/pipelines/cardiac_view_classification.fpl
/Users/norman/workspace/dev/misc/fast-medimg/fast-git/pipelines/dnn_left_ventricle_segmentation.fpl
/Users/norman/workspace/dev/misc/fast-medimg/fast-git/pipelines/image_renderer.fpl
asd
Finished viewer setup
[1]    59485 segmentation fault  ./bin/viewer

The crash report looks the following. Any ideas? All apps seem to crash for fast::View::initializeGL()

Process:               viewer [59485]
Path:                  /Users/USER/*/viewer
Identifier:            viewer
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        zsh [59397]
Responsible:           iTerm2 [364]
User ID:               501

Date/Time:             2017-11-08 16:45:25.050 +0100
OS Version:            Mac OS X 10.11.6 (15G1510)
Report Version:        11
Anonymous UUID:        D1CF50F7-2886-8A51-8DAD-F32E4E57B5F6

Sleep/Wake UUID:       57489E58-DB26-4643-A2A7-1AA259E59714

Time Awake Since Boot: 520000 seconds
Time Since Wake:       6100 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 0x0000000000000090

VM Regions Near 0x90:
--> 
    __TEXT                 0000000107e4a000-0000000107e5a000 [   64K] r-x/rwx SM=COW  /Users/USER/*

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libFAST.dylib                   0x0000000107fc6450 fast::View::initializeGL() + 688
1   org.qt-project.QtOpenGL         0x000000010811b1c6 QGLWidget::glInit() + 54
2   org.qt-project.QtOpenGL         0x000000010811add5 QGLWidget::resizeEvent(QResizeEvent*) + 85
3   org.qt-project.QtWidgets        0x00000001081caec1 QWidget::event(QEvent*) + 2193
4   org.qt-project.QtWidgets        0x000000010818aedd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
5   org.qt-project.QtWidgets        0x000000010818d822 QApplication::notify(QObject*, QEvent*) + 5906
6   libFAST.dylib                   0x0000000107fc0dc5 fast::FASTApplication::notify(QObject*, QEvent*) + 21
7   org.qt-project.QtCore           0x0000000108ff2aa4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164
8   org.qt-project.QtWidgets        0x00000001081c39a3 QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) + 275
9   org.qt-project.QtWidgets        0x00000001081c964a QWidgetPrivate::show_helper() + 42
10  org.qt-project.QtWidgets        0x00000001081ca3bc QWidget::setVisible(bool) + 956
11  org.qt-project.QtWidgets        0x00000001081c99b3 QWidgetPrivate::showChildren(bool) + 275
12  org.qt-project.QtWidgets        0x00000001081c966c QWidgetPrivate::show_helper() + 76
13  org.qt-project.QtWidgets        0x00000001081ca3bc QWidget::setVisible(bool) + 956
14  libFAST.dylib                   0x0000000107fc0019 fast::Window::start() + 169
15  viewer                          0x0000000107e4e199 main + 41
16  libdyld.dylib                   0x00007fff9454a5ad start + 1

Thread 1:
0   libsystem_kernel.dylib          0x00007fff95e875e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff97332578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97330341 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff95e87efa kevent_qos + 10
1   libdispatch.dylib               0x00007fff8bbeb165 _dispatch_mgr_invoke + 216
2   libdispatch.dylib               0x00007fff8bbeadcd _dispatch_mgr_thread + 52

Thread 3:
0   libsystem_kernel.dylib          0x00007fff95e875e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff97332578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97330341 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff95e875e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff97332578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97330341 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff95e875e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff97332578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97330341 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff95e875e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff97332578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97330341 start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff95e875e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff97332578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97330341 start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib          0x00007fff95e875e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff97332578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97330341 start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff95e875e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff97332578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff97330341 start_wqthread + 13

Thread 10:

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fb83b853508  rcx: 0x0000000000000002  rdx: 0x0000000000000000
  rdi: 0x0000000000000001  rsi: 0x00007fb83b853508  rbp: 0x00007fff57db4a40  rsp: 0x00007fff57db4130
   r8: 0x0000000000000006   r9: 0x00000000ffffff00  r10: 0x0000000108d2a401  r11: 0x0000000108b9e750
  r12: 0x00007fb83b853200  r13: 0x9c00cd0040e7b4e7  r14: 0x00007fb83ad3eae0  r15: 0x00007fb83afce410
  rip: 0x0000000107fc6450  rfl: 0x0000000000010206  cr2: 0x0000000000000090

Logical CPU:     0
Error Code:      0x00000004
Trap Number:     14

Binary Images:
       0x107e4a000 -        0x107e59fff +viewer (0) <74761453-0162-3DD8-A447-152FB941EB97> /Users/USER/*/viewer
       0x107e6a000 -        0x10806effb +libFAST.dylib (0) <2E8785AD-331F-340F-A49D-85BF995ED9BA> /Users/USER/*/libFAST.dylib
       0x108110000 -        0x10814dfff +org.qt-project.QtOpenGL (5.7 - 5.7.0) <1CB1716D-C331-37AE-8F92-536CF6687B4B> /opt/dev/*/QtOpenGL.framework/Versions/5/QtOpenGL
       0x108179000 -        0x108672ff7 +org.qt-project.QtWidgets (5.7 - 5.7.0) <9029D91F-7F7E-3DE0-BD66-FC91DD8112C3> /opt/dev/*/QtWidgets.framework/Versions/5/QtWidgets
       0x10885d000 -        0x108cbdff7 +org.qt-project.QtGui (5.7 - 5.7.0) <A41CBDE5-2955-3A57-BAE9-69001B210588> /opt/dev/*/QtGui.framework/Versions/5/QtGui
       0x108e0d000 -        0x109321ff7 +org.qt-project.QtCore (5.7 - 5.7.0) <5F2F454C-CEE8-3E59-A3B7-94F51F5B9F96> /opt/dev/*/QtCore.framework/Versions/5/QtCore
       0x10943b000 -        0x10944fff3 +libz.1.dylib (0) <B047417C-5486-30C7-B89F-FA954AA89E65> /Users/USER/*/libz.1.dylib
       0x109454000 -        0x10948efff +libOpenIGTLink.2.dylib (0) <6EF99B76-2B7E-3760-AC51-A00A743CDC38> /Users/USER/*/libOpenIGTLink.2.dylib
       0x1094b5000 -        0x1094b9fff  com.apple.agl (3.3.1 - AGL-3.3.1) <2FC3E30C-5370-3369-B8D1-1C7050A4A85A> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x109765000 -        0x1097ccff7 +org.qt-project.QtDBus (5.7 - 5.7.0) <A3B1C34A-7EBC-36D6-B053-9CEE4A3D14CE> /opt/dev/*/QtDBus.framework/Versions/5/QtDBus
       0x10c113000 -        0x10c284fff +libqcocoa.dylib (0) <24BD273C-5A40-3322-89BE-D5AC9640FF31> /opt/dev/*/libqcocoa.dylib
       0x10c2fa000 -        0x10c32dff7 +org.qt-project.QtPrintSupport (5.7 - 5.7.0) <67BB0DB0-88B2-3802-92D5-7B326C90AFB0> /opt/dev/*/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x10ee0a000 -        0x10ee0afe7 +cl_kernels (???) <A83289D6-464A-4B57-AA52-F947E8C216AB> cl_kernels
       0x10f096000 -        0x10f0a0ff7 +libqdds.dylib (0) <C030C6EC-3611-3A8D-894F-071C96FB3031> /opt/dev/*/libqdds.dylib
       0x10f0a5000 -        0x10f0acff7 +libqgif.dylib (0) <551D6575-9920-346E-BE76-3A835199CC08> /opt/dev/*/libqgif.dylib
       0x10f0b1000 -        0x10f0b9fff +libqicns.dylib (0) <72F60B35-25FC-3478-A86D-6CC786A508C2> /opt/dev/*/libqicns.dylib
       0x10f0bf000 -        0x10f0c5fff +libqico.dylib (0) <159201A7-AB7A-3174-A3F7-E3954A138C8F> /opt/dev/*/libqico.dylib
       0x10f0ca000 -        0x10f109fff +libqjpeg.dylib (0) <38A4D43B-CDF7-3867-95B6-C51AFCAFB512> /opt/dev/*/libqjpeg.dylib
       0x10f113000 -        0x10f119fff +libqmacjp2.dylib (0) <B2099559-AF1B-3680-B8FC-D0B08141A8ED> /opt/dev/*/libqmacjp2.dylib
       0x10f11e000 -        0x10f123ff7 +libqsvg.dylib (0) <C3C1BAE1-5220-3342-AF4F-EBD12E13E588> /opt/dev/*/libqsvg.dylib
       0x10f128000 -        0x10f162ff7 +org.qt-project.QtSvg (5.7 - 5.7.0) <2A61147E-2C18-3CBE-B4D3-75DE68BCB2DC> /opt/dev/*/QtSvg.framework/Versions/5/QtSvg
       0x10f182000 -        0x10f186ff7 +libqtga.dylib (0) <576CF0ED-6C64-32C7-99BB-6468A1080D9F> /opt/dev/*/libqtga.dylib
       0x10f18b000 -        0x10f1effff +libqtiff.dylib (0) <F086BC43-2567-3B23-B0FA-D458999803BB> /opt/dev/*/libqtiff.dylib
       0x10f1fd000 -        0x10f201ff7 +libqwbmp.dylib (0) <9F5B0F44-0AF1-300C-88D2-7C2EE2C8F309> /opt/dev/*/libqwbmp.dylib
       0x10f206000 -        0x10f280fff +libqwebp.dylib (0) <E401A034-2209-3102-BA10-9E7F67BEA588> /opt/dev/*/libqwebp.dylib
       0x10f3a4000 -        0x10f8fbff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.14.73 - 10.1.4) <09F68FD9-274D-32BF-A51B-3E945F694650> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
       0x113a65000 -        0x113a87ff7  libKoreanConverter.dylib (68) <F29010B7-FABC-3CDA-95F5-85DC12B6C91B> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
       0x12ba94000 -        0x12baa6fff  libTraditionalChineseConverter.dylib (68) <62CEE84C-366B-3E43-821B-EE072DBF33D7> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
       0x12f1ea000 -        0x12f206ff7  libJapaneseConverter.dylib (68) <D80D1583-1F6F-32A5-A683-F504A0DF973A> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
       0x1396de000 -        0x1396edff7  libSimplifiedChineseConverter.dylib (68) <DCFEA0D3-593E-3E5C-B311-53B8ACF8A318> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x7fff61017000 -     0x7fff6104ea47  dyld (360.22) <884763FC-CC0F-31CC-ACC4-75A805CE401D> /usr/lib/dyld
    0x7fff8b6fe000 -     0x7fff8b700fff  com.apple.xpc.ServiceManagement (1.0 - 1) <1A4DF1C0-1519-325D-B26B-8EA737863270> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8b752000 -     0x7fff8b755ffb  libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
    0x7fff8b8d7000 -     0x7fff8bb7dff7  com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8bbe3000 -     0x7fff8bc10fff  libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib
    0x7fff8bc14000 -     0x7fff8bcb4fff  com.apple.Metadata (10.7.0 - 972.34) <303B7C79-FB39-3A30-983B-78334FF39BB1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8bcb9000 -     0x7fff8bd15fff  libTIFF.dylib (1461) <A464550F-B079-3D2A-AB22-FBA2965DC043> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8bd4f000 -     0x7fff8bd5dfff  libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
    0x7fff8bd82000 -     0x7fff8bd82ff7  libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
    0x7fff8bd83000 -     0x7fff8bd8bfff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8bda1000 -     0x7fff8be9dfff  libFontParser.dylib (158.7) <393EFEA3-42B7-38DA-99DA-D01DEAA734CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8bebe000 -     0x7fff8bebefff  libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib
    0x7fff8bf8f000 -     0x7fff8bf8fff7  libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib
    0x7fff8c1a9000 -     0x7fff8c232ff7  com.apple.PerformanceAnalysis (1.0 - 1) <E783E193-8FAD-3A1E-9139-2F56E564CDE7> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8c233000 -     0x7fff8c25cff7  libxpc.dylib (765.50.8.1.1) <2819674A-621A-3ACB-9657-DF42353D6CFD> /usr/lib/system/libxpc.dylib
    0x7fff8c958000 -     0x7fff8c982ff7  GLRendererFloat (12.1) <0412B850-BB25-33B1-AF0D-8E6297D4620E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff8c983000 -     0x7fff8ca0bfff  com.apple.CoreSymbolication (3.1 - 58048.1) <C1A1A8DB-8A51-3A21-865A-3CEF22A0E67A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8ca0c000 -     0x7fff8ca14fff  libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib
    0x7fff8ca88000 -     0x7fff8ca99ff7  libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
    0x7fff8cbad000 -     0x7fff8cf0ff3f  libobjc.A.dylib (680) <7489D2D6-1EFD-3414-B18D-2AECCCC90286> /usr/lib/libobjc.A.dylib
    0x7fff8cf10000 -     0x7fff8cf11fff  libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8cf12000 -     0x7fff8cf15ff7  libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff8cf16000 -     0x7fff8cf62ffb  com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8cf63000 -     0x7fff8d131ff3  com.apple.QuartzCore (1.11 - 410.14) <06A2BE20-38CB-3A89-9629-A782829DF977> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8d132000 -     0x7fff8d14cfff  com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8d39a000 -     0x7fff8d39bffb  libSystem.B.dylib (1226.10.1) <8B780EC7-53B7-3844-B3D8-5E81F5CA598C> /usr/lib/libSystem.B.dylib
    0x7fff8d39c000 -     0x7fff8d3a7fff  libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib
    0x7fff8d3f4000 -     0x7fff8d410ff3  libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
    0x7fff8d41b000 -     0x7fff8d41cfff  libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8d54e000 -     0x7fff8d5bdfff  com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8e78e000 -     0x7fff8e79afff  com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8e79b000 -     0x7fff8e84bfff  com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8e877000 -     0x7fff8e890fff  com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8eaed000 -     0x7fff8ec98ffb  GLEngine (12.1) <278B3208-B0D0-3FAE-AC23-A4FA06837311> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff8ed10000 -     0x7fff8ed18fff  libGFXShared.dylib (12.1) <22F78420-D92E-3B5F-BA86-918A34289FCD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8ed38000 -     0x7fff8ed79ff7  libGLU.dylib (12.1) <CD7A5916-3E3C-3EF3-A275-B281016B99CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8edc6000 -     0x7fff8ee0cff7  libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
    0x7fff8f6dd000 -     0x7fff8f6e9fff  com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8f70b000 -     0x7fff8f70cffb  libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib
    0x7fff8f715000 -     0x7fff8f807ff7  libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
    0x7fff8f81a000 -     0x7fff8f84eff7  com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8f84f000 -     0x7fff8f89dfff  libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
    0x7fff8f923000 -     0x7fff8f92dfff  com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8f95f000 -     0x7fff8f965ff7  com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8f966000 -     0x7fff8f99eff7  com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8fa42000 -     0x7fff8fa48fff  com.apple.IOAccelerator (205.11 - 205.11) <3E86AB1B-C1CF-307D-900F-385C8D8C534A> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8fa49000 -     0x7fff8fa5dfe3  libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff8fa5e000 -     0x7fff8faedff7  libCoreStorage.dylib (517.50.1) <E6283FE9-B5AC-3110-8D4C-8E2BF185983E> /usr/lib/libCoreStorage.dylib
    0x7fff9000c000 -     0x7fff90011fff  com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff90012000 -     0x7fff90136fff  libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib
    0x7fff90137000 -     0x7fff90151ff3  liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
    0x7fff90152000 -     0x7fff9016efff  com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff90277000 -     0x7fff90282ff7  libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
    0x7fff9028f000 -     0x7fff9039efe7  libvDSP.dylib (563.5) <9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff90736000 -     0x7fff90826ff7  libJP2.dylib (1461) <811B88B4-0B2B-3D0E-9B01-6E057D3466B8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff90827000 -     0x7fff9085eff7  com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff9085f000 -     0x7fff90877fef  libcompression.dylib (28) <E7601B62-1053-369D-8A9E-91CF86239220> /usr/lib/libcompression.dylib
    0x7fff90fab000 -     0x7fff90fe9ff7  libGLImage.dylib (12.1) <BB1F1A93-5101-3906-AB17-8D83FCB200F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff91023000 -     0x7fff91065ff7  com.apple.Metal (56.6 - 56.6) <30518711-8D00-3759-AA19-800D3C88E693> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff91066000 -     0x7fff910daff3  com.apple.securityfoundation (6.0 - 55126) <3FF6D6E0-0C5D-385A-A97E-441D3947EFAB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff916b9000 -     0x7fff9179ffef  unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff918b9000 -     0x7fff91909ff7  com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff91b9f000 -     0x7fff91bb0fff  libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
    0x7fff91c1b000 -     0x7fff91c32fff  libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
    0x7fff91ea3000 -     0x7fff922d1fff  com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff92399000 -     0x7fff92399fff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <378B5292-F216-32AB-B628-8C33A72D7052> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff92aaf000 -     0x7fff92adeffb  libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib
    0x7fff92adf000 -     0x7fff92aebff7  com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff92e16000 -     0x7fff931abfdb  com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff9341a000 -     0x7fff936b4ff3  com.apple.security (7.0 - 57337.60.3) <4BF5CF26-6E34-35EC-8D41-58ED65F9BFB8> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff9370a000 -     0x7fff9370afff  com.apple.Accelerate (1.10 - Accelerate 1.10) <185EC96A-5AF0-3620-A4ED-4D3654D25B39> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff93736000 -     0x7fff93943fff  libicucore.A.dylib (551.51.4) <3899B146-3840-3D4A-8C4A-FE391D5D25C7> /usr/lib/libicucore.A.dylib
    0x7fff93bda000 -     0x7fff93bf1ff7  libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib
    0x7fff93bf2000 -     0x7fff93d3cff7  com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff94547000 -     0x7fff9454affb  libdyld.dylib (360.22) <F103B2FB-D383-38CB-992A-E16BDCB00A03> /usr/lib/system/libdyld.dylib
    0x7fff9454b000 -     0x7fff94579ff7  com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff94750000 -     0x7fff94766ff7  libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff94823000 -     0x7fff948b0fef  libsystem_c.dylib (1082.60.1) <28733D22-553E-3CBC-8D2C-EDCEB46E46AF> /usr/lib/system/libsystem_c.dylib
    0x7fff948c1000 -     0x7fff948c6fff  com.apple.DiskArbitration (2.7 - 2.7) <9BB60809-3EA3-3881-8F2F-27EDBF9C8DE3> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff948cd000 -     0x7fff948cdfff  com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff948ce000 -     0x7fff94ad9fff  libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib
    0x7fff94ada000 -     0x7fff94c01fff  com.apple.LaunchServices (728.13 - 728.13) <91147A89-9D0D-3272-AD05-48E2835BD8D5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff94c03000 -     0x7fff94c32ff7  com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff94c33000 -     0x7fff94c35ff7  libRadiance.dylib (1461) <3FE1BCD7-CA0A-3F87-99C4-D5ADC5289963> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff94f03000 -     0x7fff94f0efff  libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff952d3000 -     0x7fff952efff7  libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
    0x7fff9568a000 -     0x7fff9573afe7  libvMisc.dylib (563.5) <6D73C20D-D1C4-3BA5-809B-4B597C15AA86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff9573b000 -     0x7fff95743fff  com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff95be0000 -     0x7fff95c07fff  com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff95c08000 -     0x7fff95c59ff7  libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib
    0x7fff95e59000 -     0x7fff95e5cfff  libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff95e70000 -     0x7fff95e8eff7  libsystem_kernel.dylib (3248.60.11.5.3) <F8228B30-AF62-3D47-A3A9-4A360787B238> /usr/lib/system/libsystem_kernel.dylib
    0x7fff95ec7000 -     0x7fff95ecfffb  libsystem_dnssd.dylib (625.60.4) <80189998-32B0-316C-B5C5-53857486713D> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff95ed5000 -     0x7fff95f6bfff  com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff9608f000 -     0x7fff960c2ff7  com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff96102000 -     0x7fff9611fff7  com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <707C6ED6-B8C0-38D4-B45A-7F2F689BD157> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff967fb000 -     0x7fff96803fff  com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff96804000 -     0x7fff96829ff7  libPng.dylib (1461) <AF566657-971C-3958-9B6D-AD38F52CCE1A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff9684f000 -     0x7fff96852fff  com.apple.IOSurface (108.2.4 - 108.2.4) <E7A63C0D-2FDA-3BC6-947D-07E3C4A13110> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff96853000 -     0x7fff96857fff  com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff96878000 -     0x7fff96883fff  libGPUSupportMercury.dylib (12.1) <97C7C8A3-234B-3C7C-8777-611E3D3EE63D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff96884000 -     0x7fff9688cfff  libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff969c1000 -     0x7fff96a36fff  com.apple.framework.IOKit (2.0.2 - 1179.50.2) <A509D3AE-9D48-31B7-89C7-326A7A2007B2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff96a37000 -     0x7fff96ccdfff  libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib
    0x7fff96cdb000 -     0x7fff96d27fff  com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff96f7f000 -     0x7fff97145ff7  com.apple.ImageIO.framework (3.3.0 - 1460) <F2393113-6380-3832-9204-721A70DA9E45> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff971dd000 -     0x7fff971ddfff  liblaunch.dylib (765.50.8.1.1) <6E0BA641-F99D-398C-B5F1-A921EFFB3786> /usr/lib/system/liblaunch.dylib
    0x7fff971ed000 -     0x7fff97254fff  com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff9730d000 -     0x7fff97310ff7  com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff97326000 -     0x7fff9732efef  libcldcpuengine.dylib (2.7.3) <745C41A3-CEC0-3BF5-91DC-FCB140A3DACE> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff9732f000 -     0x7fff97338ff7  libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
    0x7fff9733c000 -     0x7fff973d1fff  com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff973e9000 -     0x7fff97412ff7  libxslt.1.dylib (14.5) <8E03110E-1529-3BE8-B5F4-052A47A1674C> /usr/lib/libxslt.1.dylib
    0x7fff978ba000 -     0x7fff97b41fff  com.apple.CFNetwork (760.6.5 - 760.6.5) <FF0DD816-884C-3F9F-BA78-D0A1D3ED0723> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff990bb000 -     0x7fff990ccfff  libSparseBLAS.dylib (1162.2) <EBEB3848-3468-342A-91A6-5C47F2369CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff9931c000 -     0x7fff9931cfff  libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff9931d000 -     0x7fff99339ff7  libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib
    0x7fff9933a000 -     0x7fff99345ff7  libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib
    0x7fff993bf000 -     0x7fff993cdff7  libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
    0x7fff9948f000 -     0x7fff99492fff  libsystem_sandbox.dylib (460.60.3) <2DDCB4AF-3037-34E5-A451-6846AFB9B85C> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff9962d000 -     0x7fff9970dff7  unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff99a9f000 -     0x7fff99a9ffff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <054DFE32-737D-3211-9A14-0FC5E1A880E3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff99aa0000 -     0x7fff99acaff7  libc++abi.dylib (307.2) <922EFB36-0E9E-315B-8270-E81AC43472C0> /usr/lib/libc++abi.dylib
    0x7fff99acb000 -     0x7fff99ae4fff  com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff99ae5000 -     0x7fff99b00ff7  libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
    0x7fff99b01000 -     0x7fff99b70fff  com.apple.datadetectorscore (7.0 - 460) <E8616F01-90AC-3863-B18C-426E6DD1ACDE> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff99d14000 -     0x7fff99d1cfef  libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
    0x7fff9a692000 -     0x7fff9b2bbff7  com.apple.AppKit (6.9 - 1404.47) <F3411F6E-DD87-34D0-8C68-C69B2205E41D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff9b491000 -     0x7fff9b4bafff  libsystem_info.dylib (477.50.4) <FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D> /usr/lib/system/libsystem_info.dylib
    0x7fff9b4bb000 -     0x7fff9b4c0ff3  libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib
    0x7fff9b4c1000 -     0x7fff9b4ccfff  com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff9b54b000 -     0x7fff9b55bfff  libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
    0x7fff9b55c000 -     0x7fff9b561fff  com.apple.TCC (1.0 - 1) <F5EEB2D3-9517-3975-97BE-22CB8E11B8A3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff9b562000 -     0x7fff9b56bfff  com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff9b605000 -     0x7fff9b670ff7  com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff9b693000 -     0x7fff9b707ff7  com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff9b771000 -     0x7fff9ba56ffb  com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff9bb0e000 -     0x7fff9bb9bdd7  com.apple.AppleJPEG (1.0 - 1) <BF7EDBDB-A52D-37F7-BDE4-EAD49310D7A9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff9bb9c000 -     0x7fff9bbaefff  libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib
    0x7fff9bbc0000 -     0x7fff9bbc2ff7  com.apple.securityhi (9.0 - 55006) <AC151C58-A7AD-3ECF-B15D-5E09FF94FC23> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff9bbc3000 -     0x7fff9bbc5fff  libCVMSPluginSupport.dylib (12.1) <20BA72AF-C7C5-3551-8F59-E1AED5FC69F0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff9bbc6000 -     0x7fff9bbc8fff  libCGXType.A.dylib (970) <A931200A-B248-39EF-8A8B-311D881BE372> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff9bbc9000 -     0x7fff9bbcafff  com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff9bc2f000 -     0x7fff9bc31fff  com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff9bd96000 -     0x7fff9bdc7fff  com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff9be78000 -     0x7fff9c1ccfff  com.apple.Foundation (6.9 - 1259.22) <C83D734C-6885-3549-80FE-70DEB04318D5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff9c203000 -     0x7fff9c261fff  com.apple.CoreServices.OSServices (728.13 - 728.13) <477EA3F9-D13E-3D83-ABAD-4DC7DB134CF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff9c262000 -     0x7fff9c65efff  libLAPACK.dylib (1162.2) <987E42B0-5108-3065-87F0-9DF7616A8A06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff9c67c000 -     0x7fff9c762ff7  libcrypto.0.9.8.dylib (59.60.1) <D68067AD-D1E0-3196-9796-51BE9B969C8E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff9c933000 -     0x7fff9c935ffb  libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
    0x7fff9c93c000 -     0x7fff9caa3fff  libBLAS.dylib (1162.2) <A1398FE0-39D2-33EA-9A0F-B2644EEA29A0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff9caa4000 -     0x7fff9cc30ff7  libGLProgrammability.dylib (12.1) <6D4C193C-5F7B-3E82-81D9-D14D25BBD962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff9cd6b000 -     0x7fff9cd8ffff  com.apple.MultitouchSupport.framework (304.12 - 304.12) <598A8689-E97E-3C8D-AACD-8A0EB1956CA6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff9cd90000 -     0x7fff9cd95ff7  libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
    0x7fff9cdec000 -     0x7fff9cefaff3  com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff9d039000 -     0x7fff9d10fffb  com.apple.DiskImagesFramework (10.11.4 - 417.4) <FB30D069-648F-3FB2-AA55-FC603606C49E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff9d161000 -     0x7fff9d1d8feb  libcorecrypto.dylib (335.50.1) <B5C05FD7-A540-345A-87BF-8E41848A3C17> /usr/lib/system/libcorecrypto.dylib
    0x7fff9d1d9000 -     0x7fff9d247ff7  com.apple.ApplicationServices.ATS (377 - 394.4) <CB64C2B7-828A-3C4C-8F3C-72B78630CD94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff9d940000 -     0x7fff9d947ff7  libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib
    0x7fff9d948000 -     0x7fff9d950fff  com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff9d951000 -     0x7fff9d952fff  libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
    0x7fff9d953000 -     0x7fff9d97cfff  com.apple.ProtectedCloudStorage (1.0 - 1) <7436B2B3-943A-3500-B099-80F133B3E002> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff9d9ae000 -     0x7fff9d9f3ff7  com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff9dbdb000 -     0x7fff9dbdffff  libGIF.dylib (1461) <161A59BF-6311-3542-A89F-E96AFC76C536> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff9dbe7000 -     0x7fff9dc2cff3  libFontRegistry.dylib (155.2) <A70DD497-35F3-34DA-9C19-F4B90080E961> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff9dc2d000 -     0x7fff9dc80ff7  libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
    0x7fff9dc81000 -     0x7fff9dc83ff7  libquarantine.dylib (80) <B3B7B630-9012-3DA3-9458-5C009625E606> /usr/lib/system/libquarantine.dylib
    0x7fff9dc84000 -     0x7fff9dc93ffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff9ddb1000 -     0x7fff9ddb1fff  com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff9ddb2000 -     0x7fff9dddbffb  libRIP.A.dylib (970) <BA17C96B-83CC-3835-8AFD-CB5A69D3D26F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff9dddc000 -     0x7fff9de96fff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff9de97000 -     0x7fff9de98ff3  com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff9def3000 -     0x7fff9defcff3  libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib
    0x7fff9defd000 -     0x7fff9dfecff7  libxml2.2.dylib (29.13) <1C510151-06AE-322B-A725-79C91EF79E1C> /usr/lib/libxml2.2.dylib
    0x7fff9e850000 -     0x7fff9ea71ff7  com.apple.CoreImage (11.4.0 - 366.4.20) <7721BA55-A10E-3425-8392-C5D7C510EAAB> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff9eaf6000 -     0x7fff9eb18fff  com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff9eb67000 -     0x7fff9eba1ff7  com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff9ebbc000 -     0x7fff9ebc1ff7  libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib
    0x7fff9ebc2000 -     0x7fff9ed68ff7  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <370E95BC-956C-3962-86CC-0A14CF6A0389> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff9eecd000 -     0x7fff9effaff3  com.apple.CoreText (352.0 - 494.13) <143887ED-1AB1-3C62-AC65-4F13E26B6D7C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff9effb000 -     0x7fff9f01ffff  libJPEG.dylib (1461) <97CF2E14-E83D-3C30-9678-26DD1A9467C2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff9f020000 -     0x7fff9f07efff  com.apple.SystemConfiguration (1.14 - 1.14) <ACAEDA14-FAA0-3F14-B476-DE492A52D383> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff9f08c000 -     0x7fff9f09ffff  com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff9f0a0000 -     0x7fff9f0efff7  com.apple.opencl (2.7.0 - 2.7.0) <DAEC71D4-E0E7-3E24-BB44-C977A798C575> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff9f150000 -     0x7fff9f5c6fff  com.apple.CoreFoundation (6.9 - 1259.11) <B8056BE3-151B-3003-91C9-6720CF04937B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff9fa15000 -     0x7fff9fab9fff  com.apple.Bluetooth (4.4.6 - 4.4.6f1) <FFD72A25-3213-3857-9B4F-DD674F0078F0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff9faba000 -     0x7fff9fc38fff  com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff9fc8a000 -     0x7fff9fcdffff  com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff9fce0000 -     0x7fffa0f29ff3  com.apple.CoreGraphics (1.600.0 - 960.7) <FFB90E5E-F8FA-326C-8EF2-F809F9A58830> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffa0f66000 -     0x7fffa0f91ffb  libarchive.2.dylib (33.20.2.1.1) <BC764A1E-573A-3D95-A3CC-1758935ADC56> /usr/lib/libarchive.2.dylib
    0x7fffa1041000 -     0x7fffa1043fff  com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fffa117b000 -     0x7fffa117cfff  liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
    0x7fffa117d000 -     0x7fffa117dfff  com.apple.CoreServices (728.13 - 728.13) <CFE3EE73-A3F5-3824-9210-0790C07120F3> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffa117e000 -     0x7fffa11cffff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EA7D4F3B-062B-3C81-A98C-C89264D00D48> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffa11d0000 -     0x7fffa1277fff  com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffa16bf000 -     0x7fffa16c8ff7  com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffa16c9000 -     0x7fffa16e0ff7  libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib
    0x7fffa16e4000 -     0x7fffa16f2fff  com.apple.opengl (12.1.0 - 12.1.0) <12EBDE6A-2F44-3429-8337-2BB36870BFD8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffa1700000 -     0x7fffa173afff  com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffa1744000 -     0x7fffa1744fff  libmetal_timestamp.dylib (600.0.44.2) <DEEA1127-7A5D-3EF2-A4B2-AE125CBA5DB5> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffa17b6000 -     0x7fffa17c1fff  libkxld.dylib (3248.60.11.5.3) <B6A73C46-FEF3-390A-A816-89F1D35B3D53> /usr/lib/system/libkxld.dylib
    0x7fffa17c2000 -     0x7fffa1828ff7  libsystem_network.dylib (583.50.1) <B52DAB73-92DC-3DA7-B9F4-B899D66445C1> /usr/lib/system/libsystem_network.dylib
    0x7fffa19be000 -     0x7fffa19e0ff7  com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffa19e7000 -     0x7fffa19ebfff  libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
    0x7fffa19ec000 -     0x7fffa19eefff  libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffa19ef000 -     0x7fffa1a0eff7  com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffa1a13000 -     0x7fffa1a15ff7  libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib
    0x7fffa1a9c000 -     0x7fffa1aa0fff  libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
    0x7fffa1b77000 -     0x7fffa1b88ff7  libsystem_trace.dylib (201.10.3) <E9311C03-9E61-3B13-AF3F-A64956FFF269> /usr/lib/system/libsystem_trace.dylib
    0x7fffa1b89000 -     0x7fffa1e7efff  com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    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: 20166361
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=253.2M resident=0K(0%) swapped_out_or_unallocated=253.2M(100%)
Writable regions: Total=188.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=188.0M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate.framework               128K        2 
Activity Tracing                  2048K        2 
CG backing stores                 1328K        5 
CG image                           296K        6 
CG shared images                   464K       13 
CoreAnimation                       40K        7 
CoreUI image data                  376K        4 
CoreUI image file                  192K        4 
Dispatch continuations            16.0M        2 
IOKit                             14.5M       21 
Kernel Alloc Once                    8K        3 
MALLOC                           124.0M       31 
MALLOC guard page                   32K        7 
OpenCL                               8K        2 
STACK GUARD                       56.0M       11 
Stack                             12.1M       11 
Stack (reserved)                   520K        2         reserved VM address space (unallocated)
Stack Guard                          4K        2 
VM_ALLOCATE                        304K        8 
__DATA                            18.8M      238 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                        98.5M       33 
__TEXT                           154.8M      241 
__UNICODE                          552K        2 
mapped file                      984.2M      123 
shared memory                     16.8M       13 
===========                     =======  ======= 
TOTAL                              1.5G      770 
TOTAL, minus reserved VM space     1.5G      770 

Model: MacBookPro11,4, BootROM MBP114.0172.B16, 4 processors, Intel Core i7, 2.8 GHz, 16 GB, SMC 2.29f24
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.21.95.175.1a6)
Bluetooth: Version 4.4.6f1 17910, 3 services, 27 devices, 1 incoming serial ports
Network Service: Thunderbolt Ethernet, Ethernet, en5
PCI Card: Apple 57762-A0, Ethernet Controller, Thunderbolt@195,0,0
Serial ATA Device: APPLE SSD SM1024G, 1 TB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
Thunderbolt Device: Thunderbolt to Gigabit Ethernet Adapter, Apple Inc., 3, 5.5
normanius commented 6 years ago

Some further details about the problem. First, I am working with FAST revision 7ae4987. I am currently using Qt 5.7.0 - as a next step I will check if the problem still occurs for newer versions of Qt.

OpenGL 3.3 is fully supported on my system, according to OpenGL Extensions Viewer app: All tests up to OpenGL 4.1 pass successfully.

Further, I found that the problem occurs in View::initializeGL() (line 353), when trying to generate the framebuffer:

fun->glGenFramebuffers(1,&fbo);
smistad commented 6 years ago

Thanks for the issue report. The system should build and download automatically Qt 5.8 not 5.7. Have you tried FAST version 1.2 release for mac? https://github.com/smistad/FAST/releases/tag/v1.2.0

Does any of the other executables work, or do you get the same error?

normanius commented 6 years ago

Alright, this was not clear. I was working on master branch. Maybe add this to the instructions. The segfault described above, as well as the other issue #93 I reported were not present with v1.2.0. Good job :)

The viewer app starts (although I was not able to see anything) properly.

However, now testFAST fails with the errors below, and the airwaySegmentation and lungSegmentation examples crash for the same reasons. Shall I create another issue or do you immediately see what the problem is? I downloaded the test data.

...
INFO: Max position found at 255 179 688 with G: 5.54136e-14
INFO: Max position found at 254 180 687 with G: 5.53974e-14
INFO: Max position found at 255 180 688 with G: 5.53902e-14
INFO: Max position found at 254 181 687 with G: 5.53749e-14
INFO: Max position found at 255 181 687 with G: 5.53277e-14
INFO: Max position found at 255 176 687 with G: 4.32711e-14
INFO: Max position found at 255 177 687 with G: 1.22134e-14
INFO: Max position found at -1  0  0 with G: 0
INFO: QApp already exists..
ERROR: OpenCL exception caught in Qt event handler clEnqueueNDRangeKernel(Memory object allocation failure)
ERROR: FAST exception caught in Qt event handler Could not find output data for port 0 in SurfaceExtraction
INFO: Trying to start computation thread
INFO: Computation thread started

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
testFAST is a Catch v1.5.9 host application.
Run with -? for options

-------------------------------------------------------------------------------
Airway segmentation
-------------------------------------------------------------------------------
../source/FAST/Algorithms/AirwaySegmentation/airwaySegmentationTests.cpp:49
...............................................................................

../source/FAST/Algorithms/AirwaySegmentation/airwaySegmentationTests.cpp:49: FAILED:
due to a fatal error condition:
  SIGSEGV - Segmentation violation signal

===============================================================================
test cases: 1 | 1 failed
assertions: 1 | 1 failed
smistad commented 6 years ago

The applications airwaySegmentation and lungSegmentation run the airway segmentation algorithm, and testFAST has a test for the airway segmentation algorithm. This algorithm uses a lot of memory.

ERROR: OpenCL exception caught in Qt event handler clEnqueueNDRangeKernel(Memory object allocation failure)

This basically means that your device has run out of memory. It is not so easy to know how much memory is available and used on the GPU, therefore it is hard to make mechanisms that detect and report these errors instead of simply crashing.

normanius commented 6 years ago

True, it seems to be a memory issue. Images of size 512x512x831x16bit (~415MB) seem to be working fine, while I get the segfaults for volume images with dimension 1024x1024x1024x16bit (=2048MB).

This behaviour is consistent with the specs of my system: I work with a Mac Book Pro (Retina, 15-inch, Mid 2015) with Intel Iris Pro and 1386MB of VRAM.

So then I simply turn to my own project and make sure that the input images remain within certain limits. Many thanks for your feedback.

normanius commented 6 years ago

Before your reply, I already did a few more tests because I suspected Apple's limited support for OpenCL for some of the issues. For the sake of reference, I'd like to share the following resources with people that may suffer from compatibility issues:

Keep in mind that it is possible that the Apple's drivers are not fully compliant with OpenCL standards, although the situation might have been improved over time:

normanius commented 6 years ago

@smistad A note about system requirements in the docs might be helpful. Also, testFAST should maybe execute simpler tests, not that users get the impression that FAST does not work in general. Also, it'd be great if the executable was a bit more tolerant to such kind of failures (warning messages instead of hard crashes). Just making suggestions, I'm good for now... :)

smistad commented 6 years ago

@normanius Good ideas, I will keep it in mind for the next version.