nspire-emus / firebird

Multi-platform emulator of TI Nspire calculators
GNU General Public License v3.0
697 stars 69 forks source link

OS X Version Crashes on launch. #12

Closed p0wer0n closed 9 years ago

p0wer0n commented 9 years ago

When launched with terminal, further inspection reveals the error: "Segmentation fault: 11".

adriweb commented 9 years ago
p0wer0n commented 9 years ago

It was from the releases on OS X 10.0.4. I uninstalled Qt 5.5.0 last week to save disk space

adriweb commented 9 years ago

(10.10.4, you mean, I assume) All right, let me see if the binary is using external Qt libs instead of the embedded ones (I guess that's the issue...)

p0wer0n commented 9 years ago

10.10.4 is what I meant. My keyboard has an insensitive 1 key.

adriweb commented 9 years ago

Well, it looks good to me at first sight, everything Qt-related is within the app...

adriweb ~ $  otool -L /Applications/Firebird.app/Contents/MacOS/firebird 
/Applications/Firebird.app/Contents/MacOS/firebird:
    @rpath/QtQuickWidgets.framework/Versions/5/QtQuickWidgets (compatibility version 5.5.0, current version 5.5.0)
    @rpath/QtQuick.framework/Versions/5/QtQuick (compatibility version 5.5.0, current version 5.5.0)
    @rpath/QtGui.framework/Versions/5/QtGui (compatibility version 5.5.0, current version 5.5.0)
    @rpath/QtCore.framework/Versions/5/QtCore (compatibility version 5.5.0, current version 5.5.0)
    /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration (compatibility version 1.0.0, current version 1.0.0)
    /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
    @rpath/QtQml.framework/Versions/5/QtQml (compatibility version 5.5.0, current version 5.5.0)
    @rpath/QtNetwork.framework/Versions/5/QtNetwork (compatibility version 5.5.0, current version 5.5.0)
    @rpath/QtWidgets.framework/Versions/5/QtWidgets (compatibility version 5.5.0, current version 5.5.0)
    /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
    /System/Library/Frameworks/AGL.framework/Versions/A/AGL (compatibility version 1.0.0, current version 1.0.0)
    /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)

I'm on 10.10.4 as well... I'll see tomorrow if I can test on another Mac.

adriweb commented 9 years ago

In the meantime, are you able to run the binary in gdb or lldb and see what it says?

adriweb commented 9 years ago

I have found an "interesting" behaviour (hinted by Vogtinator) - on my Mac, it forces the GPU to switch to the dedicated one (if the integrated one was being used).

I have been able to reproduce the crash on another Mac (still not on mine), which doesn't have a dedicated GPU, only an integrated one. Now, the question: does your Mac have an integrated GPU and not a dedicated one ? (if you're not sure, just tell me the model name, for example "MacBook Pro (Retina, 15-inch, Mid 2014)" in the  menu -> About This Mac.

Here are the crash details, FWIW:

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.qt-project.QtGui            0x000000010136e5e4 QOpenGLFramebufferObject::handle() const + 4
1   org.qt-project.QtQuickWidgets   0x0000000100cd78e3 0x100cd2000 + 22755
2   org.qt-project.QtWidgets        0x0000000102129362 QWidget::event(QEvent*) + 2194
3   org.qt-project.QtQuickWidgets   0x0000000100cdabc8 QQuickWidget::event(QEvent*) + 280
4   org.qt-project.QtWidgets        0x00000001020ea6fb QApplicationPrivate::notify_helper(QObject*, QEvent*) + 251
5   org.qt-project.QtWidgets        0x00000001020edade QApplication::notify(QObject*, QEvent*) + 8318
6   org.qt-project.QtCore           0x00000001017c41b3 QCoreApplication::notifyInternal(QObject*, QEvent*) + 115
7   org.qt-project.QtWidgets        0x0000000102127d62 QWidgetPrivate::show_helper() + 434
8   org.qt-project.QtWidgets        0x0000000102128833 QWidget::setVisible(bool) + 931
9   org.qt-project.QtWidgets        0x0000000102127fd0 QWidgetPrivate::showChildren(bool) + 416
10  org.qt-project.QtWidgets        0x0000000102127bfc QWidgetPrivate::show_helper() + 76
11  org.qt-project.QtWidgets        0x0000000102127f78 QWidgetPrivate::showChildren(bool) + 328
12  org.qt-project.QtWidgets        0x0000000102127bfc QWidgetPrivate::show_helper() + 76
13  org.qt-project.QtWidgets        0x0000000102128833 QWidget::setVisible(bool) + 931
14  org.qt-project.QtWidgets        0x0000000102127fd0 QWidgetPrivate::showChildren(bool) + 416
15  org.qt-project.QtWidgets        0x0000000102127bfc QWidgetPrivate::show_helper() + 76
16  org.qt-project.QtWidgets        0x0000000102128833 QWidget::setVisible(bool) + 931
17  com.adriweb.firebird            0x00000001000196d0 main + 608
18  com.adriweb.firebird            0x0000000100004b54 start + 52
stop reason = EXC_BAD_ACCESS (code=1, address=0x8)
    frame #0: 0x000000010136e5e4 QtGui`QOpenGLFramebufferObject::handle() const + 4
QtGui`QOpenGLFramebufferObject::handle:
->  0x10136e5e4 <+4>:  movq   0x8(%rdi), %rax
    0x10136e5e8 <+8>:  movq   (%rax), %rcx
    0x10136e5eb <+11>: xorl   %eax, %eax
    0x10136e5ed <+13>: testq  %rcx, %rcx
adriweb commented 9 years ago

(reported here: https://bugreports.qt.io/browse/QTBUG-47324 We'll see what they say...)

adriweb commented 9 years ago

A Mac mini from 2011, with an integrated GPU, and running 10.11, is able to launch firebird without any issue, both the prebuilt app from the Releases page, and a re-compiled one. (thanks Ivoah for the tests). An interesting theory could be that it crashes with only specific integrated GPUs? I hope to be able to test on more machines soon...

@p0wer0n , which Mac model do you have exactly?

p0wer0n commented 9 years ago

I have a MacBook Pro 13" Mid-2012 with Intel 4000 graphics

p0wer0n commented 9 years ago

I have the base model, and if 3rd party ram matters, I have 16 GB OWC memory

p0wer0n commented 9 years ago

To answer your other question, I don't know how to run the binary in gdb or lldb

Vogtinator commented 9 years ago

That may not be needed anymore, I could reproduce the crash in my Mac VM and it works if I compile it myself instead of using Adriweb's prebuilt package. I'll replace the release with my build and add a comment when you can test it.

adriweb commented 9 years ago

Using Qt 5.5 or an older one ?

Also, it's a bit weird, since my build worked for Ivoah as well

Thanks, Adrien Bertrand

On Tue, Jul 21, 2015 at 4:07 PM, Fabian Vogt notifications@github.com wrote:

That may not be needed anymore, I could reproduce the crash in my Mac VM and it works if I compile it myself instead of using Adriweb's prebuilt package. I'll replace the release with my build and add a comment when you can test it.

Reply to this email directly or view it on GitHub: https://github.com/nspire-emus/firebird/issues/12#issuecomment-123463203

Vogtinator commented 9 years ago

Both 5.4.2 and 5.5.0 work for me, we'll see if it makes any difference, but it would indeed be weird.

Vogtinator commented 9 years ago

So, I updated firebird-mac.dmg on the releases page, you can redownload and test it now. Please report back whether it works!

adriweb commented 9 years ago

Unfortunately, it seems unrelated - this build crashes for me too, now :( However yours is missing the Qml stuff, so I'll just revert it to mine in the meantime.

p0wer0n commented 9 years ago

Any updates on this issue?

Vogtinator commented 9 years ago

Sadly not. Compiling it yourself is the only option right now. You might try an older version of Qt, 5.3 should work.

soegaard commented 9 years ago

A full error message on OS X Yousemite:

Process: firebird [13080] Path: /Volumes/VOLUME/Firebird.app/Contents/MacOS/firebird Identifier: com.adriweb.firebird Version: ??? Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: firebird [13080] User ID: 501

Date/Time: 2015-09-15 18:11:05.766 +0200 OS Version: Mac OS X 10.10.5 (14F27) Report Version: 11 Anonymous UUID: 373E706E-E8B4-0EF6-562A-134F7EC1772E

Sleep/Wake UUID: 12D5877B-5442-4ED7-9452-2D015282D3FD

Time Awake Since Boot: 510000 seconds Time Since Wake: 41000 seconds

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008

VM Regions Near 0x8: --> __TEXT 0000000100000000-00000001000a7000 [ 668K] r-x/rwx SM=COW /Volumes/VOLUME/Firebird.app/Contents/MacOS/firebird

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 org.qt-project.QtGui 0x000000010136e5e4 QOpenGLFramebufferObject::handle() const + 4 1 org.qt-project.QtQuickWidgets 0x0000000100cd78e3 0x100cd2000 + 22755 2 org.qt-project.QtWidgets 0x0000000102129362 QWidget::event(QEvent) + 2194 3 org.qt-project.QtQuickWidgets 0x0000000100cdabc8 QQuickWidget::event(QEvent) + 280 4 org.qt-project.QtWidgets 0x00000001020ea6fb QApplicationPrivate::notifyhelper(QObject, QEvent) + 251 5 org.qt-project.QtWidgets 0x00000001020edade QApplication::notify(QObject, QEvent) + 8318 6 org.qt-project.QtCore 0x00000001017c41b3 QCoreApplication::notifyInternal(QObject, QEvent_) + 115 7 org.qt-project.QtWidgets 0x0000000102127d62 QWidgetPrivate::show_helper() + 434 8 org.qt-project.QtWidgets 0x0000000102128833 QWidget::setVisible(bool) + 931 9 org.qt-project.QtWidgets 0x0000000102127fd0 QWidgetPrivate::showChildren(bool) + 416 10 org.qt-project.QtWidgets 0x0000000102127bfc QWidgetPrivate::show_helper() + 76 11 org.qt-project.QtWidgets 0x0000000102127f78 QWidgetPrivate::showChildren(bool) + 328 12 org.qt-project.QtWidgets 0x0000000102127bfc QWidgetPrivate::show_helper() + 76 13 org.qt-project.QtWidgets 0x0000000102128833 QWidget::setVisible(bool) + 931 14 org.qt-project.QtWidgets 0x0000000102127fd0 QWidgetPrivate::showChildren(bool) + 416 15 org.qt-project.QtWidgets 0x0000000102127bfc QWidgetPrivate::show_helper() + 76 16 org.qt-project.QtWidgets 0x0000000102128833 QWidget::setVisible(bool) + 931 17 com.adriweb.firebird 0x00000001000196d0 main + 608 18 com.adriweb.firebird 0x0000000100004b54 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8e5dd232 kevent64 + 10 1 libdispatch.dylib 0x00007fff94b39a6a _dispatch_mgr_thread + 52

Thread 2: 0 libsystem_kernel.dylib 0x00007fff8e5dc94a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff920443dd start_wqthread + 13

Thread 3: 0 libsystem_kernel.dylib 0x00007fff8e5dc94a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff920443dd start_wqthread + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff8e5dc94a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff920443dd start_wqthread + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fff8e5dc94a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff920443dd start_wqthread + 13

Thread 6:: QQmlThread 0 libsystem_kernel.dylib 0x00007fff8e5dc3fa __select + 10 1 org.qt-project.QtCore 0x0000000101813cd0 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec*) + 672 2 org.qt-project.QtCore 0x0000000101814d9a QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 234 3 org.qt-project.QtCore 0x00000001017c18cd QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381 4 org.qt-project.QtCore 0x0000000101616005 QThread::exec() + 117 5 org.qt-project.QtQml 0x0000000101db7fb9 0x101b7d000 + 2338745 6 org.qt-project.QtCore 0x0000000101619b53 0x1015e2000 + 228179 7 libsystem_pthread.dylib 0x00007fff9204705a _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff92046fd7 _pthread_start + 176 9 libsystem_pthread.dylib 0x00007fff920443ed thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000001 rbx: 0x00000001028ce160 rcx: 0x000000010c5994f0 rdx: 0x0000000000000000 rdi: 0x0000000000000000 rsi: 0x0000000102712e00 rbp: 0x00007fff5fbff0a0 rsp: 0x00007fff5fbff0a0 r8: 0x0000000000000004 r9: 0x000000010c500000 r10: 0x00000000000397f0 r11: 0x000000010136e5e0 r12: 0x00000001028ce160 r13: 0x00000001028ceb10 r14: 0x0000000000000001 r15: 0x00007fff5fbff6d8 rip: 0x000000010136e5e4 rfl: 0x0000000000010202 cr2: 0x0000000000000008

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

Binary Images: 0x100000000 - 0x1000a6ff7 +com.adriweb.firebird (???) <69808968-7672-3E37-BB0A-D230CC321029> /Volumes/VOLUME/Firebird.app/Contents/MacOS/firebird 0x100cd2000 - 0x100cddff7 +org.qt-project.QtQuickWidgets (5.5 - 5.5.0) /Volumes/VOLUME/Firebird.app/Contents/Frameworks/QtQuickWidgets.framework/Versions/5/QtQuickWidgets 0x100ce6000 - 0x100fcdff7 +org.qt-project.QtQuick (5.5 - 5.5.0) <713CC4AC-430F-31E9-9DF6-BC7A2186996A> /Volumes/VOLUME/Firebird.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick 0x101072000 - 0x101505ff7 +org.qt-project.QtGui (5.5 - 5.5.0) /Volumes/VOLUME/Firebird.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui 0x1015e2000 - 0x101af0fff +org.qt-project.QtCore (5.5 - 5.5.0) /Volumes/VOLUME/Firebird.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore 0x101b7d000 - 0x101edaff7 +org.qt-project.QtQml (5.5 - 5.5.0) <99737A2B-07BD-3468-8467-11553ABD3A1E> /Volumes/VOLUME/Firebird.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml 0x101f66000 - 0x102082fff +org.qt-project.QtNetwork (5.5 - 5.5.0) /Volumes/VOLUME/Firebird.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork 0x1020b9000 - 0x1025cdff7 +org.qt-project.QtWidgets (5.5 - 5.5.0) /Volumes/VOLUME/Firebird.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets 0x102702000 - 0x102706fff com.apple.agl (3.3.0 - AGL-3.3.0) <4E8F579B-A2E2-3A27-96D7-02A9465A78D8> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x102e0c000 - 0x102eb3fff +libqcocoa.dylib (0) /Volumes/VOLUME/Firebird.app/Contents/PlugIns/platforms/libqcocoa.dylib 0x102eec000 - 0x102f53fff +org.qt-project.QtDBus (5.5 - 5.5.0) <4B97B481-FD03-3312-B33F-54A9E902DC85> /Volumes/VOLUME/Firebird.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus 0x102f68000 - 0x102f9dfff +org.qt-project.QtPrintSupport (5.5 - 5.5.0) <5116A322-CA11-3C44-9029-81FB53B51F3F> /Volumes/VOLUME/Firebird.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport 0x102fbe000 - 0x102fc5ff7 libCGCMS.A.dylib (788.3) <1A47CDD9-99AE-3BD2-85F1-339FC169B16E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib 0x102fd0000 - 0x102fd3ffb libCGXType.A.dylib (788.3) <7CC6CD5B-AD6B-3B36-9165-BFB1E5274F69> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x10674f000 - 0x106777fff libRIP.A.dylib (788.3) <6AB1CA86-38C8-33E3-AC07-3A065666E0F9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x1076c2000 - 0x1076c6ff7 +libqtga.dylib (0) <3D814602-B539-38C7-BD2F-AF056BF92907> /Volumes/VOLUME/Firebird.app/Contents/PlugIns/imageformats/libqtga.dylib 0x10ab24000 - 0x10ab2eff7 +libqdds.dylib (0) /Volumes/VOLUME/Firebird.app/Contents/PlugIns/imageformats/libqdds.dylib 0x10ab33000 - 0x10ab3aff7 +libqgif.dylib (0) <51F4DF97-9999-3FA3-9C6D-E0CDDCC0D47F> /Volumes/VOLUME/Firebird.app/Contents/PlugIns/imageformats/libqgif.dylib 0x10ab3e000 - 0x10ab46fff +libqicns.dylib (0) <5CBF3967-9FAA-3F70-9691-1E82F5E38315> /Volumes/VOLUME/Firebird.app/Contents/PlugIns/imageformats/libqicns.dylib 0x10ab4b000 - 0x10ab51ff7 +libqico.dylib (0) /Volumes/VOLUME/Firebird.app/Contents/PlugIns/imageformats/libqico.dylib 0x10ab56000 - 0x10abddfff +libqjp2.dylib (0) /Volumes/VOLUME/Firebird.app/Contents/PlugIns/imageformats/libqjp2.dylib 0x10abeb000 - 0x10ac29fff +libqjpeg.dylib (0) /Volumes/VOLUME/Firebird.app/Contents/PlugIns/imageformats/libqjpeg.dylib 0x10ac2f000 - 0x10ac7fff7 +libqmng.dylib (0) /Volumes/VOLUME/Firebird.app/Contents/PlugIns/imageformats/libqmng.dylib 0x10ac87000 - 0x10ace9ff7 +libqtiff.dylib (0) <23A39D56-6B66-3624-ADE2-93685C91FDE5> /Volumes/VOLUME/Firebird.app/Contents/PlugIns/imageformats/libqtiff.dylib 0x10acf1000 - 0x10acf5ff7 +libqwbmp.dylib (0) /Volumes/VOLUME/Firebird.app/Contents/PlugIns/imageformats/libqwbmp.dylib 0x10acf9000 - 0x10ad58fff +libqwebp.dylib (0) <5ABD01B1-35ED-3B4B-92DF-624BC710475A> /Volumes/VOLUME/Firebird.app/Contents/PlugIns/imageformats/libqwebp.dylib 0x10b81a000 - 0x10b81effb libFontRegistryUI.dylib (134.1) <0E0D303E-2A48-340F-94A2-EEC3832E5895> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib 0x10c4de000 - 0x10c4e2ff7 +libqtquick2plugin.dylib (0) /Volumes/VOLUME/Firebird.app/Contents/PlugIns/quick/libqtquick2plugin.dylib 0x10c600000 - 0x10c611fff +libqquicklayoutsplugin.dylib (0) /Volumes/VOLUME/Firebird.app/Contents/PlugIns/quick/libqquicklayoutsplugin.dylib 0x10d800000 - 0x10dd0aff7 com.apple.driver.AppleIntelBDWGraphicsGLDriver (10.6.33 - 10.0.6) <4C613BA7-AC77-3700-B5FE-7357E2FB5218> /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver 0x7fff68d93000 - 0x7fff68dc9887 dyld (353.2.3) /usr/lib/dyld 0x7fff872ed000 - 0x7fff872f4ff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib 0x7fff872f5000 - 0x7fff872f9fff com.apple.IOAccelerator (156.16 - 156.16) <12DE1474-4B2A-3D7D-ACF9-DDAF66A6936A> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff873f2000 - 0x7fff873fafff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib 0x7fff873fb000 - 0x7fff873fcffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib 0x7fff873fd000 - 0x7fff87405ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib 0x7fff87406000 - 0x7fff8747eff7 com.apple.SystemConfiguration (1.14.4 - 1.14) <3DFFD7F7-BD23-3F4C-A209-C4A0D99F6573> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8758b000 - 0x7fff876bbfff com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff876bc000 - 0x7fff876e1fff libPng.dylib (1239) <0F0DDDBD-E508-377D-859F-14D11D019705> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff876f2000 - 0x7fff87787ff7 com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff877c0000 - 0x7fff877d1fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib 0x7fff877d2000 - 0x7fff877d4fff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff877e0000 - 0x7fff87874fff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff87875000 - 0x7fff87895fff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff87896000 - 0x7fff8789eff7 com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x7fff8789f000 - 0x7fff878bafff com.apple.AppleVPAFramework (1.4.5 - 1.4.5) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff87939000 - 0x7fff87971fff libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib 0x7fff879aa000 - 0x7fff87a23fe7 libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib 0x7fff87a24000 - 0x7fff87a24fff com.apple.audio.units.AudioUnit (1.12 - 1.12) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff87a25000 - 0x7fff87a36ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib 0x7fff87c29000 - 0x7fff87c2afff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff87cfb000 - 0x7fff87fcaff3 com.apple.CoreImage (10.3.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff87fcd000 - 0x7fff88063ff7 com.apple.cloudkit.CloudKit (283.67.4 - 283.67.4) /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff88064000 - 0x7fff88124ff7 com.apple.backup.framework (1.6.5 - 1.6.5) <86396038-33EA-3046-9F70-093A3D6407D4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff88125000 - 0x7fff88234ff3 com.apple.desktopservices (1.9.3 - 1.9.3) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff88235000 - 0x7fff88236fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8824e000 - 0x7fff882bafff com.apple.framework.CoreWLAN (5.0 - 500.35.2) <03697149-1CDD-32FF-B564-1C1EF5E9E5C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff8857f000 - 0x7fff88671ff3 libxml2.2.dylib (26.1) <3FBA890F-2850-3A45-87EA-DB6892BDEB60> /usr/lib/libxml2.2.dylib 0x7fff88672000 - 0x7fff8867dff7 libcsfde.dylib (471.30.1) /usr/lib/libcsfde.dylib 0x7fff8867e000 - 0x7fff88a8bff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff88ab1000 - 0x7fff88ac3ff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff88ac4000 - 0x7fff88ae8fef libJPEG.dylib (1239) <75667D4A-9359-3178-9D3A-2AE5A60DE55F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8944f000 - 0x7fff8947afff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib 0x7fff894c2000 - 0x7fff894ecfff GLRendererFloat (11.1.2) <50EC0CD3-5CAB-3183-9818-FC4A405B681F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff894ed000 - 0x7fff89508ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fff89509000 - 0x7fff89514ff7 com.apple.CrashReporterSupport (10.10 - 631) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8a501000 - 0x7fff8a521ff7 com.apple.MultitouchSupport.framework (264.6 - 264.6) <1539F1F6-6334-37F3-9C52-02EFFBF4835D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8ab8c000 - 0x7fff8ab8dff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff8ab8e000 - 0x7fff8aba0ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff8acb4000 - 0x7fff8ace6ff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff8acf4000 - 0x7fff8ae2efff com.apple.ImageIO.framework (3.3.0 - 1239) <6033D915-B9A2-3F21-8F35-2E18EF66CA6F> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8ae2f000 - 0x7fff8ae7eff7 libcurl.4.dylib (83.40.2) /usr/lib/libcurl.4.dylib 0x7fff8af9c000 - 0x7fff8afe8ff7 libcups.2.dylib (408.2) /usr/lib/libcups.2.dylib 0x7fff8afe9000 - 0x7fff8b05bfff com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8b08f000 - 0x7fff8b0b7fff libxpc.dylib (559.40.1) <5C829202-962E-3744-8B50-00D38CC88E84> /usr/lib/system/libxpc.dylib 0x7fff8ba7a000 - 0x7fff8bbc0fef libsqlite3.dylib (168.2) <53F6A294-15D7-3804-9ABF-47D35E15CDFB> /usr/lib/libsqlite3.dylib 0x7fff8bbc1000 - 0x7fff8bc7cff7 com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff8bc7d000 - 0x7fff8bcb0fff com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff8bd4b000 - 0x7fff8bd8bff7 libGLImage.dylib (11.1.2) <9B05F3BF-D111-3B01-B7F8-C5EF7E02000B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8c68e000 - 0x7fff8c698ff7 com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8c699000 - 0x7fff8c69bfff libRadiance.dylib (1239) <594FD1C9-2041-3877-9AD2-0A977EBBB1D0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff8c6a5000 - 0x7fff8c6b0fff libGL.dylib (11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8c6b1000 - 0x7fff8c6dcff7 com.apple.DictionaryServices (1.2 - 229.1) <62EC3E1B-5A28-3252-90FF-C2E9999C2A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8c743000 - 0x7fff8c745ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib 0x7fff8c746000 - 0x7fff8c7a1fe7 libTIFF.dylib (1239) <568B04C1-118C-3E22-87E5-E1FF7AAE589C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8cac5000 - 0x7fff8cacbfff libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib 0x7fff8cfe5000 - 0x7fff8d1df46f libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib 0x7fff8d269000 - 0x7fff8d276ff3 com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff8d277000 - 0x7fff8d280fff libGFXShared.dylib (11.1.2) <7F9F6175-E993-3014-8C9B-1F08CE7C75A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8d281000 - 0x7fff8d281fff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8d282000 - 0x7fff8d2cdff7 com.apple.CloudDocs (1.0 - 321.10) /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff8d2fc000 - 0x7fff8d300fff libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8d301000 - 0x7fff8d350ff7 com.apple.opencl (2.4.2 - 2.4.2) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8d382000 - 0x7fff8d398ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib 0x7fff8d399000 - 0x7fff8d3aaff3 libsystem_coretls.dylib (35.40.1) <155DA0A9-2046-332E-BFA3-D7974A51F731> /usr/lib/system/libsystem_coretls.dylib 0x7fff8d3ab000 - 0x7fff8d512ffb com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8d513000 - 0x7fff8d5e9ff3 com.apple.DiskImagesFramework (10.10.5 - 398) <23E788A6-9A11-3232-A882-BA16D0C54880> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8d5ea000 - 0x7fff8d6defff libFontParser.dylib (134.7) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8d70b000 - 0x7fff8d789fff com.apple.CoreServices.OSServices (640.4 - 640.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8d78a000 - 0x7fff8d78afff libOpenScriptingUtil.dylib (162.2) /usr/lib/libOpenScriptingUtil.dylib 0x7fff8d802000 - 0x7fff8d926ff7 com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8d927000 - 0x7fff8d92afff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff8d92b000 - 0x7fff8d92cfff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib 0x7fff8d96e000 - 0x7fff8da52fff libcrypto.0.9.8.dylib (52.40.1) /usr/lib/libcrypto.0.9.8.dylib 0x7fff8da53000 - 0x7fff8da58fff libsystem_stats.dylib (163.30.2) /usr/lib/system/libsystem_stats.dylib 0x7fff8da59000 - 0x7fff8da59fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8da5e000 - 0x7fff8da63ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib 0x7fff8da64000 - 0x7fff8da9bffb com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff8da9c000 - 0x7fff8dab6ff7 libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib 0x7fff8dba2000 - 0x7fff8dbaaff3 com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff8dbac000 - 0x7fff8dc06ff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff8dc55000 - 0x7fff8df86fff com.apple.Foundation (6.9 - 1154) <49EE64E1-9F53-35D1-A481-2EFE2789B254> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8df87000 - 0x7fff8dfc1ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8e0f5000 - 0x7fff8e36bff7 com.apple.security (7.0 - 57031.40.6) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8e36c000 - 0x7fff8e373fff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8e383000 - 0x7fff8e473fef libJP2.dylib (1239) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8e48d000 - 0x7fff8e490fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8e491000 - 0x7fff8e583ff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib 0x7fff8e5af000 - 0x7fff8e5b0ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib 0x7fff8e5b1000 - 0x7fff8e5b6ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib 0x7fff8e5b7000 - 0x7fff8e5b7fff com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8e5b8000 - 0x7fff8e5c5ff7 com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff8e5c6000 - 0x7fff8e5e3fff libsystem_kernel.dylib (2782.40.9) <16AD15EF-3DAE-3F63-9D26-26CCE1920762> /usr/lib/system/libsystem_kernel.dylib 0x7fff8e865000 - 0x7fff8eb4cffb com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8eb4d000 - 0x7fff8eb6cfff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff8eb6d000 - 0x7fff8eb79ff7 com.apple.OpenDirectory (10.10 - 187) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8ec1e000 - 0x7fff8ed30ff7 libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8ed34000 - 0x7fff8ed34ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib 0x7fff8ed9a000 - 0x7fff8edbeff7 com.apple.Sharing (328.17 - 328.17) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff8edbf000 - 0x7fff8edbfff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib 0x7fff8edc0000 - 0x7fff8edc4fff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8edc5000 - 0x7fff8eedeffb com.apple.CoreText (352.0 - 454.10) <3293BF91-B587-3B49-A159-A04D58533F14> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8eedf000 - 0x7fff8eee8ff3 com.apple.CommonAuth (4.0 - 2.0) <9A484EE6-0003-3AB1-AE4F-AA543BBBF53F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8f037000 - 0x7fff8f042fff libcommonCrypto.dylib (60061.30.1) /usr/lib/system/libcommonCrypto.dylib 0x7fff8f0dd000 - 0x7fff8f0f6ff3 com.apple.openscripting (1.6.4 - 162.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff8f195000 - 0x7fff8f1b2ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib 0x7fff8f1b3000 - 0x7fff8f1b5ff7 com.apple.securityhi (9.0 - 55006) <2B9C0BCB-7D82-39C2-A99F-7B9E1522CDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8f5a1000 - 0x7fff8f8bcfcf com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8f8bd000 - 0x7fff8f8bffff libsystem_configuration.dylib (699.40.2) <56F94DCE-DBDE-3615-8F07-DE6270D9F8BE> /usr/lib/system/libsystem_configuration.dylib 0x7fff8f963000 - 0x7fff8fd93fff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff8fd9a000 - 0x7fff8fda2fe7 libcldcpuengine.dylib (2.4.5) <6CC680F9-0D13-333B-B151-F0D9C631A1E5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff8fda3000 - 0x7fff8fdb1ff7 com.apple.opengl (11.1.2 - 11.1.2) <5F355713-4637-33CD-9CBA-4B4CA43FB0FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8fdb2000 - 0x7fff8fde1ff7 com.apple.CoreServicesInternal (221.7.2 - 221.7.2) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8fdf6000 - 0x7fff8fe98fff com.apple.Bluetooth (4.3.6 - 4.3.6f3) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff8fe99000 - 0x7fff90049ff3 com.apple.QuartzCore (1.10 - 361.19) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff90057000 - 0x7fff900a1fff com.apple.HIServices (1.22 - 523) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff900af000 - 0x7fff9011bff3 com.apple.MMCS (1.3 - 327.5) /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS 0x7fff90632000 - 0x7fff9064cff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff9064f000 - 0x7fff9065aff7 libkxld.dylib (2782.40.9) <2ADAE067-78A0-371E-A5A8-1E7C892D193C> /usr/lib/system/libkxld.dylib 0x7fff906f4000 - 0x7fff90715fff com.apple.framework.Apple80211 (10.3 - 1030.71.6) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff9098f000 - 0x7fff909c7fff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff909c8000 - 0x7fff909f9ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <9D76F2E0-C28A-3DBC-A91F-E87888D46BF0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff909fa000 - 0x7fff90a4efff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib 0x7fff90a4f000 - 0x7fff91290ff3 com.apple.CoreGraphics (1.600.0 - 788.3) <0AAD1F22-9823-3D31-A25B-F8C1D7915AC4> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff91291000 - 0x7fff91293fff com.apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff91294000 - 0x7fff912b0fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff9185d000 - 0x7fff918c4ffb com.apple.datadetectorscore (6.0 - 396.1.2) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff918c5000 - 0x7fff918eeffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib 0x7fff918ef000 - 0x7fff91973fff com.apple.PerformanceAnalysis (1.0 - 1) <4E934EE0-5CC6-3D54-8FA2-5B8AE669D775> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff91a2a000 - 0x7fff91c3aff7 com.apple.CFNetwork (720.5.7 - 720.5.7) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff91cfe000 - 0x7fff91d4bff7 com.apple.print.framework.PrintCore (10.3 - 451.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff91da7000 - 0x7fff91de2fff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff91f4b000 - 0x7fff91f4ffff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib 0x7fff91fe6000 - 0x7fff92016fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib 0x7fff92043000 - 0x7fff9204cfff libsystem_pthread.dylib (105.40.1) /usr/lib/system/libsystem_pthread.dylib 0x7fff9207b000 - 0x7fff9207fff7 libGIF.dylib (1239) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff92080000 - 0x7fff92086fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff920aa000 - 0x7fff920c6ff7 libsystem_malloc.dylib (53.30.1) /usr/lib/system/libsystem_malloc.dylib 0x7fff920c7000 - 0x7fff920cffff libsystem_dnssd.dylib (576.30.4) <0CEB5910-843F-315C-A1DE-5D955A48A045> /usr/lib/system/libsystem_dnssd.dylib 0x7fff920d0000 - 0x7fff920ddfff libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib 0x7fff920de000 - 0x7fff9217de27 com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff92255000 - 0x7fff9226eff7 com.apple.CFOpenDirectory (10.10 - 187) <3FCEE6F7-A8C6-3222-B22D-8AD290E477E2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff92293000 - 0x7fff925c6ff7 libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib 0x7fff925d2000 - 0x7fff925fafff libsystem_info.dylib (459.40.1) <2E16C4B3-A327-3957-9C41-143911979A1E> /usr/lib/system/libsystem_info.dylib 0x7fff925fb000 - 0x7fff9264cfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff92684000 - 0x7fff926c5fff libGLU.dylib (11.1.2) <2BA52A8D-ED35-3D86-B2D6-41479969C96D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff926c6000 - 0x7fff926c8fff libCVMSPluginSupport.dylib (11.1.2) <1C5C1757-67F1-3C23-90EF-643619A0E7DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff926c9000 - 0x7fff92755fe7 libsystem_c.dylib (1044.40.1) /usr/lib/system/libsystem_c.dylib 0x7fff92756000 - 0x7fff92791fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff92afe000 - 0x7fff92b11ff7 com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff92b5b000 - 0x7fff92b5dfff libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib 0x7fff92b66000 - 0x7fff92b66fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff92f01000 - 0x7fff92f03fff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff92f04000 - 0x7fff92f2afff com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff92f2b000 - 0x7fff92f37ff7 libGPUSupportMercury.dylib (11.1.2) <16B2CA57-479C-3F0F-BF87-03A2C6923D5A> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff92ffc000 - 0x7fff93042ff7 libFontRegistry.dylib (134.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff93047000 - 0x7fff93bc8ff7 com.apple.AppKit (6.9 - 1348.17) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff93bc9000 - 0x7fff93bd9ff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib 0x7fff93bda000 - 0x7fff93c4effb com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff94301000 - 0x7fff9432cff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib 0x7fff9432d000 - 0x7fff94333ff7 libsystem_networkextension.dylib (167.40.3) /usr/lib/system/libsystem_networkextension.dylib 0x7fff94334000 - 0x7fff943e3fe7 libvMisc.dylib (516) <6739E390-46E7-3BFA-9B69-B278562326E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff943e9000 - 0x7fff94781ff7 com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff947ed000 - 0x7fff947effff libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib 0x7fff947f0000 - 0x7fff947f4fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff947f5000 - 0x7fff94a74ff7 com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff94a75000 - 0x7fff94a81fff com.apple.speech.synthesis.framework (5.3.11 - 5.3.11) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff94b1a000 - 0x7fff94b34ff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff94b35000 - 0x7fff94b5fff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib 0x7fff94b60000 - 0x7fff94c88ff7 com.apple.coreui (2.1 - 308.6) <9E0E9C6A-68F5-34C1-A17C-96226D401D4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff94ca8000 - 0x7fff94ca9ff3 libSystem.B.dylib (1213) <1866C519-C5F3-3D09-8C17-A8F703664521> /usr/lib/libSystem.B.dylib 0x7fff94e74000 - 0x7fff94edbff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff94ee0000 - 0x7fff94efaff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib 0x7fff94f18000 - 0x7fff94f87fff com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff94f88000 - 0x7fff94fb5fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff94fec000 - 0x7fff95003ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff95004000 - 0x7fff95006ff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib 0x7fff95030000 - 0x7fff95033fff com.apple.IOSurface (97.4 - 97.4) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff95083000 - 0x7fff95268ff7 libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib 0x7fff9527f000 - 0x7fff9531dfff com.apple.Metadata (10.7.0 - 917.36) <00C4CB5D-E723-3612-84E0-439098392CDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff95336000 - 0x7fff954e5fff GLEngine (11.1.2) <8A8153B1-94CE-3EC1-9840-441DA7217BA9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff954e6000 - 0x7fff954efff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib 0x7fff954f0000 - 0x7fff954fdff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib 0x7fff95781000 - 0x7fff9590ffff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff9591b000 - 0x7fff959acff7 libCoreStorage.dylib (471.30.1) <9D95399F-1AC5-325F-8337-6E13AD99E44B> /usr/lib/libCoreStorage.dylib 0x7fff959ad000 - 0x7fff95a0cfff com.apple.AE (681.5 - 681.7) <2BF39455-1CDD-392C-824A-9972C6B1FB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff95a0d000 - 0x7fff95a15ff7 com.apple.AppleSRP (5.0 - 1) <68F0C577-ED96-34F2-B701-CE3023367D4D> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff95a95000 - 0x7fff95a95fff com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff95a96000 - 0x7fff95ac6ff3 com.apple.GSS (4.0 - 2.0) <97F2A028-44CF-3188-B863-F4EEB39CBDBD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff95af7000 - 0x7fff95afcffb libheimdal-asn1.dylib (398.40.1) <7D2BE3DE-60F7-3A6E-A92E-DA0EF9D3417E> /usr/lib/libheimdal-asn1.dylib 0x7fff95afd000 - 0x7fff95b86ff7 com.apple.CoreSymbolication (3.1 - 57020.2) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff95bba000 - 0x7fff95bccff7 libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib 0x7fff95bcd000 - 0x7fff95c13ff7 libauto.dylib (186) /usr/lib/libauto.dylib 0x7fff95c2e000 - 0x7fff95dbdfff libGLProgrammability.dylib (11.1.2) <11882D43-25B4-331D-9428-C97F4A88DA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff95dbe000 - 0x7fff95dbeff7 liblaunch.dylib (559.40.1) <4F81CA3A-D2CE-3030-A89D-42F3DAD7BA8F> /usr/lib/system/liblaunch.dylib 0x7fff95dbf000 - 0x7fff95e2dff3 com.apple.Heimdal (4.0 - 2.0) <8D1667CF-D454-3E07-A58E-E15591B5A95E> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff95ff2000 - 0x7fff95ff7fff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff96056000 - 0x7fff96056fff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff96057000 - 0x7fff9605bfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff962c9000 - 0x7fff962ccff7 libdyld.dylib (353.2.3) /usr/lib/system/libdyld.dylib 0x7fff96313000 - 0x7fff96384ffb com.apple.ApplicationServices.ATS (360 - 375.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff9676c000 - 0x7fff96a71ff3 com.apple.HIToolbox (2.1.1 - 758.7) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff96a72000 - 0x7fff96a73fff liblangid.dylib (117) /usr/lib/liblangid.dylib 0x7fff96a8c000 - 0x7fff96ad8fff com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff96ad9000 - 0x7fff96ddbffb com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff96deb000 - 0x7fff96dfafff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

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

VM Region Summary: ReadOnly portion of Libraries: Total=222.0M resident=147.0M(66%) swapped_out_or_unallocated=75.0M(34%) Writable regions: Total=141.5M written=18.7M(13%) resident=1712K(1%) swapped_out=22.5M(16%) unallocated=139.8M(99%)

REGION TYPE VIRTUAL =========== ======= CG image 28K CG shared images 272K CoreAnimation 16K CoreServices 580K CoreUI image data 48K Dispatch continuations 8192K IOKit 4016K JS JIT generated code 36K JS VM register file 8192K JS garbage collector 1280K Kernel Alloc Once 8K MALLOC 79.2M MALLOC (admin) 32K STACK GUARD 56.0M Stack 10.6M VM_ALLOCATE 17.2M DATA 28.8M GLSLBUILTINS 2588K IMAGE 528K LINKEDIT 76.5M TEXT 145.5M UNICODE 552K mapped file 249.3M shared memory 4K =========== ======= TOTAL 688.8M

Model: MacBookPro12,1, BootROM MBP121.0167.B07, 2 processors, Intel Core i5, 2.9 GHz, 16 GB, SMC 2.28f7 Graphics: Intel Iris Graphics 6100, Intel Iris Graphics 6100, Built-In Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1867 MHz, 0x02FE, 0x4544464232333241314D412D4A442D460000 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1867 MHz, 0x02FE, 0x4544464232333241314D412D4A442D460000 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x133), Broadcom BCM43xx 1.0 (7.15.166.24.3) Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM0512G, 500.28 GB USB Device: Internal Memory Card Reader USB Device: Bluetooth USB Host Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

octylFractal commented 9 years ago

Ran gdb ./MacOS/firebird, https://gist.github.com/kenzierocks/f746a76b3da426235695. Self-built with Qt 5.5.0 from homebrew. OSX Version 10.10.5

adriweb commented 9 years ago

What Mac model do you have? (We're mainly interested to know if it has a dedicated GPU or just the integrated one)

octylFractal commented 9 years ago

MacBook Pro (Retina, 13-inch, Mid 2014) Dedicated GPU Intel Iris 1536 MB

adriweb commented 9 years ago

Ok. And actually, this GPU is integrated. We've noticed more crashes on integrated ones than dedicated...

octylFractal commented 9 years ago

Oh, silly me. I only do software.

Candunc commented 9 years ago

Hey, I also have problems running the Firebird iOS App. I have Qt installed with the default options (Although I didn't install android/iOS specific libraries), but I'm having an issue with it crashing at boot.

Process:               firebird [353]
Path:                  /Volumes/VOLUME/Firebird.app/Contents/MacOS/firebird
Identifier:            com.adriweb.firebird
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           firebird [353]
User ID:               501

Date/Time:             2015-09-18 10:23:47.150 -0600
OS Version:            Mac OS X 10.10.5 (14F27)
Report Version:        11
Anonymous UUID:        A0D40770-A6D3-E04A-BA5B-919F79F4085F

Time Awake Since Boot: 33 seconds

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000008

VM Regions Near 0x8:
--> 
    __TEXT                 0000000100000000-00000001000a7000 [  668K] r-x/rwx SM=COW  /Volumes/VOLUME/Firebird.app/Contents/MacOS/firebird

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.qt-project.QtGui            0x000000010136e5e4 QOpenGLFramebufferObject::handle() const + 4
1   org.qt-project.QtQuickWidgets   0x0000000100cd78e3 0x100cd2000 + 22755
2   org.qt-project.QtWidgets        0x0000000102129362 QWidget::event(QEvent*) + 2194
3   org.qt-project.QtQuickWidgets   0x0000000100cdabc8 QQuickWidget::event(QEvent*) + 280
4   org.qt-project.QtWidgets        0x00000001020ea6fb QApplicationPrivate::notify_helper(QObject*, QEvent*) + 251
5   org.qt-project.QtWidgets        0x00000001020edade QApplication::notify(QObject*, QEvent*) + 8318
6   org.qt-project.QtCore           0x00000001017c41b3 QCoreApplication::notifyInternal(QObject*, QEvent*) + 115
7   org.qt-project.QtWidgets        0x0000000102127d62 QWidgetPrivate::show_helper() + 434
8   org.qt-project.QtWidgets        0x0000000102128833 QWidget::setVisible(bool) + 931
9   org.qt-project.QtWidgets        0x0000000102127fd0 QWidgetPrivate::showChildren(bool) + 416
10  org.qt-project.QtWidgets        0x0000000102127bfc QWidgetPrivate::show_helper() + 76
11  org.qt-project.QtWidgets        0x0000000102127f78 QWidgetPrivate::showChildren(bool) + 328
12  org.qt-project.QtWidgets        0x0000000102127bfc QWidgetPrivate::show_helper() + 76
13  org.qt-project.QtWidgets        0x0000000102128833 QWidget::setVisible(bool) + 931
14  org.qt-project.QtWidgets        0x0000000102127fd0 QWidgetPrivate::showChildren(bool) + 416
15  org.qt-project.QtWidgets        0x0000000102127bfc QWidgetPrivate::show_helper() + 76
16  org.qt-project.QtWidgets        0x0000000102128833 QWidget::setVisible(bool) + 931
17  com.adriweb.firebird            0x00000001000196d0 main + 608
18  com.adriweb.firebird            0x0000000100004b54 start + 52

specs

adriweb commented 9 years ago

Yes, yet again a crash with an integrated GPU :( Qt 5.5 really did something weird in this case ; we hope to have that fixed ASAP, == whenever Qt has an update regarding this specific thing.

Vogtinator commented 9 years ago

It's most likely a variation of QTBUG-47588, so support for docks is now disabled in the OSX build, please try the latest binary and report back!

soegaard commented 9 years ago

I can confirm that the newest binary starts correctly on OS X Yousemite.

2015-09-19 22:00 GMT+02:00 Fabian Vogt notifications@github.com:

It's most likely a variation of QTBUG-47588, so support for docks is now disabled in the OSX build, please try the latest binary and report back!

— Reply to this email directly or view it on GitHub https://github.com/nspire-emus/firebird/issues/12#issuecomment-141702044 .

Jens Axel Søgaard

Candunc commented 9 years ago

Can confirm it works

Vogtinator commented 9 years ago

The newest binary has docks enabled and should still work, it was compiled with Qt 5.4.