mavlink / qgroundcontrol

Cross-platform ground control station for drones (Android, iOS, Mac OS, Linux, Windows)
http://qgroundcontrol.io
3.19k stars 3.53k forks source link

Qgroundcontrol segfaults when attempting to re-connect after unplugging connection #349

Closed foobarbecue closed 11 years ago

foobarbecue commented 11 years ago

To reproduce this:

Connect via 3DR radio. Unplug the radio. Plug it back in. Go to Communication --> Serial port settings and click "connect" or choose any serial port from the list. You will get the following crash:

"QSerialPort::bytesAvailable(/dev/ttyUSB0) failed: Input/output error(Err #5)" "TermiosHelper::restoreTermios(file: 24) failed when resetting serial port attributes: Input/output error(5)" "TermiosHelper::restoreTermios(file: 24) failed while waiting for drain: Input/output error(5)" Serial port " "/dev/ttyUSB0" " is successfully closed No data!!! Attempting reset via reboot command. No data!!! Attempting reset via DTR. No data!!! Segmentation fault (core dumped)

flyingk commented 11 years ago

I have got the same issue on Mac. It crashes immediately when connecting to 3DR radio and starting to send data.

LorenzMeier commented 11 years ago

Do you have hardware flow control enabled?

LorenzMeier commented 11 years ago

And could you please try this binary? If it works then the current development state already has fixed the problem. http://www.inf.ethz.ch/personal/lomeier/downloads/qgroundcontrol_config_v3.dmg

flyingk commented 11 years ago

I have compile the app just an hour ago with the latest changes.

I can connect to the radio and qgs receives the radio status message. As soon as I send data from my system it crashes. No flow control.

Kai

crash dump: Process: qgroundcontrol [10368] Path: /Users/USER/*/qgroundcontrol.app/Contents/MacOS/qgroundcontrol Identifier: com.yourcompany.qgroundcontrol Version: ??? Code Type: X86-64 (Native) Parent Process: launchd [271] User ID: 501

Date/Time: 2013-08-27 17:37:49.135 +1000 OS Version: Mac OS X 10.8.4 (12E55) Report Version: 10

Interval Since Last Report: 13120 sec Crashes Since Last Report: 4 Per-App Crashes Since Last Report: 4 Anonymous UUID: FFD4A003-0936-4F6E-092C-EF597D7784B1

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-00000001010fa000 [ 17.0M] r-x/rwx SM=COW /Users/USER/*/qgroundcontrol.app/Contents/MacOS/qgroundcontrol

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 QtCore 0x000000010289d29b QHashData::rehash(int) + 203 1 QtGui 0x0000000102fefa2f QStyleSheetStyle::renderRule(QWidget const, int, unsigned long long) const + 1775 2 QtGui 0x0000000102ff1396 QStyleSheetStyle::renderRule(QWidget const, QStyleOption const, int) const + 486 3 QtGui 0x0000000103002241 QStyleSheetStyle::subControlRect(QStyle::ComplexControl, QStyleOptionComplex const, QStyle::SubControl, QWidget const) const + 225 4 QtGui 0x0000000103075667 QAbstractSpinBoxPrivate::updateEditFieldGeometry() + 103 5 QtGui 0x0000000103076303 QAbstractSpinBox::setLineEdit(QLineEdit) + 163 6 QtGui 0x00000001030764d7 QAbstractSpinBoxPrivate::init() + 55 7 QtGui 0x00000001030766b4 QAbstractSpinBox::QAbstractSpinBox(QAbstractSpinBoxPrivate&, QWidget) + 68 8 QtGui 0x0000000103112fad QDoubleSpinBox::QDoubleSpinBox(QWidget) + 61 9 com.yourcompany.qgroundcontrol 0x00000001004cbedf UiQGCCommandButton::setupUi(QWidget) + 5617 (uiQGCCommandButton.h:132) 10 com.yourcompany.qgroundcontrol 0x00000001004bdf9a QGCCommandButton::QGCCommandButton(QWidget) + 1634 (QGCCommandButton.cc:14) 11 com.yourcompany.qgroundcontrol 0x0000000100499204 QGCToolWidget::loadSettings(QSettings&) + 992 (QGCToolWidget.cc:335) 12 com.yourcompany.qgroundcontrol 0x000000010049e8dd QGCToolWidget::loadSettings(QString const&, bool) + 527 (QGCToolWidget.cc:185) 13 com.yourcompany.qgroundcontrol 0x000000010029fc9b MainWindow::loadCustomWidget(QString const&, bool) + 445 (MainWindow.cc:1104) 14 com.yourcompany.qgroundcontrol 0x00000001002a246c MainWindow::loadCustomWidgetsFromDefaults(QString const&, QString const&) + 3332 (MainWindow.cc:1188) 15 com.yourcompany.qgroundcontrol 0x00000001002ac784 MainWindow::UASCreated(UASInterface_) + 7124 (MainWindow.cc:1862) 16 com.yourcompany.qgroundcontrol 0x00000001008fab22 MainWindow::qt_staticmetacall(QObject, QMetaObject::Call, int, void) + 658 (mocMainWindow.cpp:152) 17 QtCore 0x00000001029b209e QMetaObject::activate(QObject, QMetaObject const_, int, void) + 1566 18 com.yourcompany.qgroundcontrol 0x00000001008f4776 UASManager::UASCreated(UASInterface_) + 70 (mocUASManager.cpp:178) 19 com.yourcompany.qgroundcontrol 0x0000000100205d57 UASManager::addUAS(UASInterface) + 411 (UASManager.cc:289) 20 com.yourcompany.qgroundcontrol 0x00000001004e5f0f QGCMAVLinkUASFactory::createUAS(MAVLinkProtocol, LinkInterface, int, *mavlink_heartbeatt, QObject) + 1869 (QGCMAVLinkUASFactory.cc:112) 21 com.yourcompany.qgroundcontrol 0x000000010025037d MAVLinkProtocol::receiveBytes(LinkInterface, QByteArray) + 3973 (MAVLinkProtocol.cc:420) 22 com.yourcompany.qgroundcontrol 0x00000001008f6fb8 MAVLinkProtocol::qt_staticmetacall(QObject, QMetaObject::Call, int, void_) + 824 (mocMAVLinkProtocol.cpp:130) 23 QtCore 0x00000001029ae191 QObject::event(QEvent) + 1073 24 QtGui 0x0000000102ccb5ed QApplicationPrivate::notifyhelper(QObject, QEvent) + 189 25 QtGui 0x0000000102cd1c64 QApplication::notify(QObject, QEvent) + 1060 26 QtCore 0x0000000102999bdc QCoreApplication::notifyInternal(QObject, QEvent) + 124 27 QtCore 0x000000010299b000 QCoreApplicationPrivate::sendPostedEvents(QObject, int, QThreadData_) + 736 28 com.apple.CoreFoundation 0x00007fff8be93b31 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION** + 17 29 com.apple.CoreFoundation 0x00007fff8be93455 CFRunLoopDoSources0 + 245 30 com.apple.CoreFoundation 0x00007fff8beb67f5 __CFRunLoopRun + 789 31 com.apple.CoreFoundation 0x00007fff8beb60e2 CFRunLoopRunSpecific + 290 32 com.apple.HIToolbox 0x00007fff8c79feb4 RunCurrentEventLoopInMode + 209 33 com.apple.HIToolbox 0x00007fff8c79fc52 ReceiveNextEventCommon + 356 34 com.apple.HIToolbox 0x00007fff8c79fae3 BlockUntilNextEventMatchingListInMode + 62 35 com.apple.AppKit 0x00007fff90a3f533 _DPSNextEvent + 685 36 com.apple.AppKit 0x00007fff90a3edf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 37 com.apple.AppKit 0x00007fff90a361a3 -[NSApplication run] + 517 38 QtGui 0x0000000102c84680 QEventDispatcherMac::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 1824 39 QtCore 0x0000000102998af4 QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 68 40 QtCore 0x0000000102998ea4 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 324 41 QtCore 0x000000010299b58c QCoreApplication::exec() + 188 42 com.yourcompany.qgroundcontrol 0x00000001001fb91e main + 158 (main.cc:82) 43 com.yourcompany.qgroundcontrol 0x0000000100009334 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff97bedd16 kevent + 10 1 libdispatch.dylib 0x00007fff92b54dea _dispatch_mgr_invoke + 883 2 libdispatch.dylib 0x00007fff92b549ee _dispatch_mgr_thread + 54

Thread 2:: JoystickInput 0 libsystem_kernel.dylib 0x00007fff97bed0fa __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff95d7efe9 _pthread_cond_wait + 869 2 QtCore 0x000000010287edd3 threadsleep(timespec) + 99 3 QtCore 0x000000010287ef75 QThread::sleep(unsigned long) + 53 4 com.yourcompany.qgroundcontrol 0x000000010038a038 QGC::SLEEP::sleep(unsigned long) + 24 (QGC.h:101) 5 com.yourcompany.qgroundcontrol 0x0000000100383399 JoystickInput::init() + 125 (JoystickInput.cc:329) 6 com.yourcompany.qgroundcontrol 0x0000000100384221 JoystickInput::run() + 27 (JoystickInput.cc:387) 7 QtCore 0x000000010287f6d4 QThreadPrivate::start(void_) + 356 8 libsystem_c.dylib 0x00007fff95d7a7a2 _pthread_start + 327 9 libsystem_c.dylib 0x00007fff95d671e1 thread_start + 13

Thread 3:: SerialLink 0 libsystem_kernel.dylib 0x00007fff97bed0fa __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff95d7efe9 _pthread_cond_wait + 869 2 QtCore 0x000000010287edd3 threadsleep(timespec) + 99 3 QtCore 0x000000010287ef33 QThread::msleep(unsigned long) + 147 4 com.yourcompany.qgroundcontrol 0x000000010024d0d8 MG::SLEEP::msleep(unsigned long) + 24 (MG.h:82) 5 com.yourcompany.qgroundcontrol 0x0000000100247d5e SerialLink::run() + 5652 (SerialLink.cc:256) 6 QtCore 0x000000010287f6d4 QThreadPrivate::start(void_) + 356 7 libsystem_c.dylib 0x00007fff95d7a7a2 _pthread_start + 327 8 libsystem_c.dylib 0x00007fff95d671e1 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000097c20000 rbx: 0x0000000000000805 rcx: 0x000000010b9734f0 rdx: 0x0000000000000667 rdi: 0x000000010b9734ef rsi: 0x0000000000000000 rbp: 0x00007fff5fbf94f0 rsp: 0x00007fff5fbf94c0 r8: 0x000000010b9734ef r9: 0x0000000106860000 r10: 0x0000000000000280 r11: 0x0000000000000100 r12: 0x000000010b9734f0 r13: 0x000000000000000b r14: 0x0000000000000407 r15: 0x000000010685ec00 rip: 0x000000010289d29b rfl: 0x0000000000010283 cr2: 0x0000000000000008 Logical CPU: 2

Binary Images: 0x100000000 - 0x1010f9fe7 +com.yourcompany.qgroundcontrol (???) <85445B8E-5EF1-360F-B3AD-49D6EE93E918> /Users/USER//qgroundcontrol.app/Contents/MacOS/qgroundcontrol 0x10182c000 - 0x101883fff +SDL (12.4) /Users/USER//qgroundcontrol.app/Contents/Frameworks/SDL.framework/Versions/A/SDL 0x101896000 - 0x1018deff7 com.apple.glut (3.5.2 - GLUT-3.5.2) /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT 0x101952000 - 0x101956fff +libOpenThreads.dylib (2.6) /Users/USER//qgroundcontrol.app/Contents/libs/libOpenThreads.dylib 0x10195c000 - 0x101bc9ff7 +libosg.dylib (3.0.1) <996E3A9D-0578-5112-C353-9BF204981B01> /Users/USER//qgroundcontrol.app/Contents/libs/libosg.dylib 0x101cbe000 - 0x101d50ff7 +libosgViewer.dylib (3.0.1) <5495D0EF-7FAE-1375-061B-1913C6D4B1BC> /Users/USER//qgroundcontrol.app/Contents/libs/libosgViewer.dylib 0x101d9a000 - 0x101dd7ff7 +libosgGA.dylib (3.0.1) <9F14D55B-C926-374C-B06C-D578773DB225> /Users/USER//qgroundcontrol.app/Contents/libs/libosgGA.dylib 0x101e0e000 - 0x101ee6ff7 +libosgDB.dylib (3.0.1) <776ED5B2-650A-21F6-FE3C-C8B43FC72451> /Users/USER//qgroundcontrol.app/Contents/libs/libosgDB.dylib 0x101f49000 - 0x101f9dff7 +libosgText.dylib (3.0.1) <2160910F-6823-DDC1-6BC7-C8F1C2856176> /Users/USER//qgroundcontrol.app/Contents/libs/libosgText.dylib 0x101fc2000 - 0x10200dff7 +libosgWidget.dylib (3.0.1) /Users/USER//qgroundcontrol.app/Contents/libs/libosgWidget.dylib 0x10203c000 - 0x1023cffef +QtDeclarative (4.8.5) <7AE217FF-5BE8-7EE0-B050-B28C6A47B4AB> /Library/Frameworks/QtDeclarative.framework/Versions/4/QtDeclarative 0x102545000 - 0x10279dff7 +QtScript (4.8.5) <93CCE7E6-782B-3AD3-1AC4-16DD48065018> /Library/Frameworks/QtScript.framework/Versions/4/QtScript 0x102858000 - 0x102b32fe7 +QtCore (4.8.5) <4172EABD-46BE-2722-C849-F7FB5632DED2> /Library/Frameworks/QtCore.framework/Versions/4/QtCore 0x102bd1000 - 0x102c21fef +QtSvg (4.8.5) <701AF4FF-C688-35C0-B1BB-CD8534A66665> /Library/Frameworks/QtSvg.framework/Versions/4/QtSvg 0x102c42000 - 0x10365eff7 +QtGui (4.8.5) /Library/Frameworks/QtGui.framework/Versions/4/QtGui 0x103925000 - 0x10395cff7 +QtSql (4.8.5) /Library/Frameworks/QtSql.framework/Versions/4/QtSql 0x103973000 - 0x103e22ff7 +QtXmlPatterns (4.8.5) <0477EDAA-3496-3F31-8065-37F29C0E3102> /Library/Frameworks/QtXmlPatterns.framework/Versions/4/QtXmlPatterns 0x103fa6000 - 0x1040e8fe7 +QtNetwork (4.8.5) <7FC3FD1E-2A18-3B59-022E-0ACA3211C6E8> /Library/Frameworks/QtNetwork.framework/Versions/4/QtNetwork 0x10414c000 - 0x10579eff7 +QtWebKit (4.9.4) /Library/Frameworks/QtWebKit.framework/Versions/4/QtWebKit 0x1060e0000 - 0x106128fe7 +phonon (4.4) /Library/Frameworks/phonon.framework/Versions/4/phonon 0x106150000 - 0x1061d6fe7 +QtDBus (4.8.5) /Library/Frameworks/QtDBus.framework/Versions/4/QtDBus 0x1061fd000 - 0x10623afe7 +QtXml (4.8.5) <6C6EC63D-31D0-8C5B-754A-EE4D71D8F3C4> /Library/Frameworks/QtXml.framework/Versions/4/QtXml 0x106254000 - 0x106337ff7 +QtOpenGL (4.8.5) /Library/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL 0x106381000 - 0x106386fff com.apple.agl (3.2.1 - AGL-3.2.1) <1A57AE22-37F6-3A2E-8098-183B280EEEA9> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x10638d000 - 0x1064fcff7 +libosgUtil.dylib (3.0.1) /Users/USER//qgroundcontrol.app/Contents/libs/libosgUtil.dylib 0x1073c3000 - 0x1073e7ff7 com.apple.security.csparser (3.0 - 55179.13) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser 0x1073f4000 - 0x1073f4ffb +cl_kernels (???) <2C64E408-508A-49DD-9E92-7A4DB17883D6> cl_kernels 0x108200000 - 0x1082b9ff7 ColorSyncDeprecated.dylib (400) <7CE58F6E-D2C8-39FB-8EE0-28CC6EC6D04F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x10878e000 - 0x108797fff +libqsvgicon.dylib (0) <19E30BAB-8525-DE83-D8D2-0C4A6749DC71> /Developer/Applications/Qt/plugins/iconengines/libqsvgicon.dylib 0x1087db000 - 0x1087e1ff7 +libqgif.dylib (0) /Developer/Applications/Qt/plugins/imageformats/libqgif.dylib 0x1087e6000 - 0x1087ecff7 +libqico.dylib (0) <64666B1C-5499-57FF-7180-7F4B39D136AE> /Developer/Applications/Qt/plugins/imageformats/libqico.dylib 0x1087f2000 - 0x1087f6ff7 +libqsvg.dylib (0) <28380565-8115-F8BD-7166-3C0D13B6C28E> /Developer/Applications/Qt/plugins/imageformats/libqsvg.dylib 0x10a790000 - 0x10a7cbff7 +libqjpeg.dylib (0) /Developer/Applications/Qt/plugins/imageformats/libqjpeg.dylib 0x10a7d4000 - 0x10a7d8fff +libqtga.dylib (0) <96E0BE59-E38B-4FD8-1A0E-18A615EC3A2C> /Developer/Applications/Qt/plugins/imageformats/libqtga.dylib 0x10bcab000 - 0x10bcfffe7 +libqmng.dylib (0) <21BB7157-69D9-E507-D9C3-7D9C025B9EC8> /Developer/Applications/Qt/plugins/imageformats/libqmng.dylib 0x10bd10000 - 0x10bd65fe7 +libqtiff.dylib (0) <397A275D-A9A3-B69B-CC79-6A18210EA06E> /Developer/Applications/Qt/plugins/imageformats/libqtiff.dylib 0x10d7d1000 - 0x10d7deff7 com.apple.iokit.IOHIDLib (1.8.1 - 1.8.1) /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib 0x10d9d0000 - 0x10d9d9fe7 libcldcpuengine.dylib (2.2.16) /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 0x10df86000 - 0x10e00cfef +libqsqlite.dylib (0) /Developer/Applications/Qt/plugins/sqldrivers/libqsqlite.dylib 0x10e75c000 - 0x10e7f6ff7 unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff69fd3000 - 0x7fff6a00793f dyld (210.2.3) /usr/lib/dyld 0x7fff8b83e000 - 0x7fff8b851ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8b85b000 - 0x7fff8b863fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib 0x7fff8b98f000 - 0x7fff8b991fff libCVMSPluginSupport.dylib (8.9.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8b992000 - 0x7fff8b993ff7 libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib 0x7fff8b994000 - 0x7fff8b9bbff7 com.apple.PerformanceAnalysis (1.16 - 16) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8b9bc000 - 0x7fff8ba16ff7 com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8ba17000 - 0x7fff8ba43ff7 libRIP.A.dylib (332) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8ba44000 - 0x7fff8be80fef com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff8be81000 - 0x7fff8c06bff7 com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8c06d000 - 0x7fff8c0ebff7 com.apple.securityfoundation (6.0 - 55115.4) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8c0ec000 - 0x7fff8c0f8fff com.apple.CrashReporterSupport (10.8.3 - 418) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8c0f9000 - 0x7fff8c204fff libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8c309000 - 0x7fff8c3faff7 com.apple.DiskImagesFramework (10.8.3 - 345) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8c740000 - 0x7fff8ca70fff com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff8cae2000 - 0x7fff8cefffff FaceCoreLight (2.4.1) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff8d195000 - 0x7fff8d1b2ff7 com.apple.openscripting (1.3.6 - 148.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff8d2c1000 - 0x7fff8d309fff libcurl.4.dylib (69.2) /usr/lib/libcurl.4.dylib 0x7fff8d312000 - 0x7fff8d369ff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff8d36a000 - 0x7fff8d483fff com.apple.ImageIO.framework (3.2.1 - 850) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8d484000 - 0x7fff8d87bfff libLAPACK.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8deb4000 - 0x7fff8deb4fff com.apple.ApplicationServices (45 - 45) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8deb5000 - 0x7fff8df8ffff com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff8e0b6000 - 0x7fff8e0c3fff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff8e0fa000 - 0x7fff8e111fff com.apple.CFOpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff8e26c000 - 0x7fff8e271fff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib 0x7fff8e272000 - 0x7fff8e2bffff com.apple.CoreMediaIO (308.0 - 4155.4) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff8e2c0000 - 0x7fff8e2c2ff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib 0x7fff8e2c3000 - 0x7fff8e326ff7 com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8e327000 - 0x7fff8e4adfff libBLAS.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8e4ae000 - 0x7fff8e4bdff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib 0x7fff8eca4000 - 0x7fff8ed24ff7 com.apple.ApplicationServices.ATS (332 - 341.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8efd6000 - 0x7fff8f087fff com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8f0a4000 - 0x7fff8f0a6fff libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib 0x7fff8f4b5000 - 0x7fff8f50ffff com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8f510000 - 0x7fff8f514ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8f595000 - 0x7fff8f5fdff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib 0x7fff8f7a0000 - 0x7fff8f7ebfff com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff8f7ec000 - 0x7fff8f826ff7 com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8f85e000 - 0x7fff901ee4af com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff901ef000 - 0x7fff9022afff com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff9022b000 - 0x7fff90460ff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff908ea000 - 0x7fff91517fff com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff91518000 - 0x7fff91542ff7 com.apple.CoreVideo (1.8 - 99.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff91543000 - 0x7fff91ceafff com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff91ceb000 - 0x7fff91d19fff com.apple.CoreServicesInternal (154.3 - 154.3) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff91d66000 - 0x7fff91d87ff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib 0x7fff91d88000 - 0x7fff91d88fff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff91d8c000 - 0x7fff91ea492f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib 0x7fff91ea5000 - 0x7fff91ee8ff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff91ee9000 - 0x7fff91f6afff com.apple.Metadata (10.7.0 - 707.11) <2DD25313-420D-351A-90F1-300E95C970CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff91f77000 - 0x7fff91fe4ff7 com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff91fe5000 - 0x7fff9207ffff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff92080000 - 0x7fff9209fff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib 0x7fff920a0000 - 0x7fff920a3ff7 libdyld.dylib (210.2.3) /usr/lib/system/libdyld.dylib 0x7fff920b9000 - 0x7fff920bafff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff920bb000 - 0x7fff922bbfff libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib 0x7fff922bc000 - 0x7fff922dcfff libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff922dd000 - 0x7fff922ddfff libOpenScriptingUtil.dylib (148.3) /usr/lib/libOpenScriptingUtil.dylib 0x7fff92317000 - 0x7fff9231bfff libCoreVMClient.dylib (32.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff92365000 - 0x7fff9236cfff libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff9236d000 - 0x7fff9246aff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib 0x7fff92483000 - 0x7fff924b4ff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff924b5000 - 0x7fff924bbfff com.apple.DiskArbitration (2.5.2 - 2.5.2) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff924cd000 - 0x7fff9253bff7 com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff9258c000 - 0x7fff92597fff com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff92598000 - 0x7fff925a3ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff925a4000 - 0x7fff925a9fff com.apple.OpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff925aa000 - 0x7fff925aafff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff925ab000 - 0x7fff9284fff7 com.apple.CoreImage (8.4.0 - 1.0.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff92850000 - 0x7fff92952fff libcrypto.0.9.8.dylib (47.1) <72AA650B-0453-3BB4-BA03-824627BB199C> /usr/lib/libcrypto.0.9.8.dylib 0x7fff929b1000 - 0x7fff92a07fff com.apple.HIServices (1.20 - 417) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff92a4b000 - 0x7fff92acdff7 com.apple.Heimdal (3.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff92ace000 - 0x7fff92addfff com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff92ade000 - 0x7fff92adefff com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff92af1000 - 0x7fff92af2fff libsystem_blocks.dylib (59) /usr/lib/system/libsystem_blocks.dylib 0x7fff92af3000 - 0x7fff92b4fff7 com.apple.Symbolication (1.3 - 93) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff92b50000 - 0x7fff92b65ff7 libdispatch.dylib (228.23) /usr/lib/system/libdispatch.dylib 0x7fff92e0a000 - 0x7fff92fb8fff com.apple.QuartzCore (1.8 - 304.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff9306a000 - 0x7fff930aaff7 com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff930ab000 - 0x7fff930faff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff930fb000 - 0x7fff930fdff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff93a76000 - 0x7fff93aaefff libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib 0x7fff93aaf000 - 0x7fff93aaffff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff93ab0000 - 0x7fff93ab1fff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib 0x7fff93ab2000 - 0x7fff93ae8fff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff93ae9000 - 0x7fff93b08ff7 com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff93b09000 - 0x7fff93b0dfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff93b0e000 - 0x7fff93b11fff libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff93b12000 - 0x7fff93b61ff7 libcorecrypto.dylib (106.2) /usr/lib/system/libcorecrypto.dylib 0x7fff93b62000 - 0x7fff93bcafff libvDSP.dylib (380.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff93bcb000 - 0x7fff93bdeff7 libbsm.0.dylib (32) /usr/lib/libbsm.0.dylib 0x7fff93bdf000 - 0x7fff93bf1ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib 0x7fff93bf2000 - 0x7fff93c07fff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff93c08000 - 0x7fff93d05fff libsqlite3.dylib (138.1) /usr/lib/libsqlite3.dylib 0x7fff94017000 - 0x7fff94018ff7 libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib 0x7fff94019000 - 0x7fff94027fff com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff94034000 - 0x7fff94077ff7 com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff94106000 - 0x7fff94465fff com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff9447b000 - 0x7fff94521ff7 com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff94533000 - 0x7fff9455efff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib 0x7fff9455f000 - 0x7fff946d4ff7 com.apple.CFNetwork (596.4.3 - 596.4.3) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff946d5000 - 0x7fff946d8fff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff946d9000 - 0x7fff946fbff7 libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib 0x7fff946fc000 - 0x7fff94748ff7 libauto.dylib (185.4) /usr/lib/libauto.dylib 0x7fff947a9000 - 0x7fff947b4fff libsystem_notify.dylib (98.5) /usr/lib/system/libsystem_notify.dylib 0x7fff947b5000 - 0x7fff947ccfff com.apple.GenerationalStorage (1.1 - 132.3) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff947cd000 - 0x7fff9493eff7 com.apple.QTKit (7.7.1 - 2599.31) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff95a36000 - 0x7fff95a47ff7 libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib 0x7fff95a48000 - 0x7fff95b1bff7 com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff95b2b000 - 0x7fff95b68fef libGLImage.dylib (8.9.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff95b69000 - 0x7fff95c89fff com.apple.desktopservices (1.7.4 - 1.7.4) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff95c8a000 - 0x7fff95ce9fff com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff95cea000 - 0x7fff95d04fff com.apple.CoreMediaAuthoring (2.1 - 914) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff95d05000 - 0x7fff95d4fff7 libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff95d58000 - 0x7fff95d65ff7 com.apple.NetAuth (4.0 - 4.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff95d66000 - 0x7fff95e32ff7 libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib 0x7fff95e33000 - 0x7fff95e5afff com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff95e5b000 - 0x7fff95e5bfff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff95ea0000 - 0x7fff95eaafff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff95eab000 - 0x7fff95eb1ff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib 0x7fff95eb2000 - 0x7fff95eb6ff7 com.apple.CommonPanels (1.2.5 - 94) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff95f01000 - 0x7fff95f23ff7 com.apple.Kerberos (2.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff95f24000 - 0x7fff95f2afff libCGXCoreImage.A.dylib (332) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff95f38000 - 0x7fff95f89ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff95fca000 - 0x7fff95ff2fff libJPEG.dylib (850) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff95ff3000 - 0x7fff95ff4ff7 libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib 0x7fff95ff5000 - 0x7fff96002fff libbz2.1.0.dylib (29) /usr/lib/libbz2.1.0.dylib 0x7fff96003000 - 0x7fff96010ff7 com.apple.HelpData (2.1.4 - 85) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff96011000 - 0x7fff96050ff7 com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff96051000 - 0x7fff96308ff7 com.apple.MediaToolbox (1.0 - 926.104) <916B1ACC-2623-39FB-9B5A-1B0162F8C468> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff96309000 - 0x7fff963a4fff com.apple.CoreSymbolication (3.0 - 117) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff963a5000 - 0x7fff963a5fff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib 0x7fff963a6000 - 0x7fff966bdff7 com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff9674f000 - 0x7fff96793fff libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib 0x7fff967e5000 - 0x7fff968dafff libiconv.2.dylib (34) /usr/lib/libiconv.2.dylib 0x7fff968db000 - 0x7fff96912ff7 libssl.0.9.8.dylib (47.1) /usr/lib/libssl.0.9.8.dylib 0x7fff96913000 - 0x7fff96941fff com.apple.shortcut (2.2 - 2.2) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff96942000 - 0x7fff9694aff7 libsystem_dnssd.dylib (379.38.1) /usr/lib/system/libsystem_dnssd.dylib 0x7fff9694b000 - 0x7fff96a65fff com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff96a66000 - 0x7fff96a8bff7 libc++abi.dylib (26) /usr/lib/libc++abi.dylib 0x7fff96a8c000 - 0x7fff96ad7fff com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff96adb000 - 0x7fff96d45fff com.apple.RawCamera.bundle (4.05 - 690) <811A4D96-D91B-39AE-A9DC-652E3EB8937E> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff96d46000 - 0x7fff96d4afff com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff96d4b000 - 0x7fff96d52fff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib 0x7fff96de5000 - 0x7fff96debfff libmacho.dylib (829) /usr/lib/system/libmacho.dylib 0x7fff96dec000 - 0x7fff96f4afef com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x7fff96f62000 - 0x7fff96f64fff com.apple.TrustEvaluationAgent (2.0 - 23) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff96f65000 - 0x7fff97022ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff97023000 - 0x7fff97059fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib 0x7fff9719e000 - 0x7fff971cafff com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff971cb000 - 0x7fff9749cff7 com.apple.security (7.0 - 55179.13) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff974e2000 - 0x7fff974e7fff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib 0x7fff976bc000 - 0x7fff976eaff7 libsystem_m.dylib (3022.6) /usr/lib/system/libsystem_m.dylib 0x7fff976eb000 - 0x7fff977b0ff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff977b1000 - 0x7fff9784fff7 com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff97850000 - 0x7fff97854fff libGIF.dylib (850) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff97855000 - 0x7fff9786bfff com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff9786c000 - 0x7fff97875ff7 com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff97876000 - 0x7fff97897fff com.apple.Ubiquity (1.2 - 243.15) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff97898000 - 0x7fff979eafff com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff979eb000 - 0x7fff979edfff com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff979ee000 - 0x7fff97a7bff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff97a7c000 - 0x7fff97a88fff libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff97a89000 - 0x7fff97adeff7 libTIFF.dylib (850) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff97b44000 - 0x7fff97b9bff7 com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff97b9c000 - 0x7fff97b9cffd com.apple.audio.units.AudioUnit (1.9 - 1.9) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff97bb7000 - 0x7fff97bcbfff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff97bcc000 - 0x7fff97bdaff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib 0x7fff97bdb000 - 0x7fff97bf6ff7 libsystem_kernel.dylib (2050.24.15) /usr/lib/system/libsystem_kernel.dylib 0x7fff97c20000 - 0x7fff97c6ffff com.apple.framework.CoreWiFi (1.3 - 130.13) /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff97c70000 - 0x7fff97d72fff libJP2.dylib (850) <2E43216C-3A5A-3693-820C-38B360698FA0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff97d73000 - 0x7fff97d73fff com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff97d74000 - 0x7fff97dddfff libstdc++.6.dylib (56) /usr/lib/libstdc++.6.dylib 0x7fff97dde000 - 0x7fff97decff7 libkxld.dylib (2050.24.15) /usr/lib/system/libkxld.dylib 0x7fff97ded000 - 0x7fff97ebfff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff983c8000 - 0x7fff983dffff libGL.dylib (8.9.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff9843d000 - 0x7fff985d8fef com.apple.vImage (6.0 - 6.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff986a8000 - 0x7fff986acfff libCGXType.A.dylib (332) <17C8DD17-B3CB-3633-B252-C368AE51204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff986af000 - 0x7fff986b6fff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff986b7000 - 0x7fff986c5fff libcommonCrypto.dylib (60027) /usr/lib/system/libcommonCrypto.dylib 0x7fff986d4000 - 0x7fff986d5ff7 libsystem_sandbox.dylib (220.3) /usr/lib/system/libsystem_sandbox.dylib

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

VM Region Summary: ReadOnly portion of Libraries: Total=268.7M resident=179.8M(67%) swapped_out_or_unallocated=88.9M(33%) Writable regions: Total=168.0M written=57.6M(34%) resident=91.4M(54%) swapped_out=0K(0%) unallocated=76.7M(46%)

REGION TYPE VIRTUAL =========== ======= ATS (font support) 31.9M ATS (font support) (reserved) 4K reserved VM address space (unallocated) CG backing stores 6256K CG image 96K CG raster data 68K CG shared images 192K CoreImage 4K CoreServices 1652K MALLOC 98.3M MALLOC guard page 48K Memory tag=240 4K Memory tag=242 12K Memory tag=243 8K OpenCL 8K SQLite page cache 96K STACK GUARD 56.0M Stack 9752K VM_ALLOCATE 16.1M DATA 20.0M IMAGE 528K LINKEDIT 74.4M TEXT 194.4M __UNICODE 544K mapped file 78.3M shared memory 308K =========== ======= TOTAL 588.5M TOTAL, minus reserved VM space 588.5M

Model: Macmini5,2, BootROM MM51.0077.B10, 2 processors, Intel Core i5, 2.5 GHz, 16 GB, SMC 1.75f0 Graphics: AMD Radeon HD 6630M, AMD Radeon HD 6630M, PCIe, 256 MB Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1333 MHz, 0x857F, 0x483634314755363746393333334700000000 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1333 MHz, 0x857F, 0x483634314755363746393333334700000000 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE4), Broadcom BCM43xx 1.0 (5.106.98.100.17) Bluetooth: Version 4.1.4f2 12041, 2 service, 11 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: APPLE HDD HTS547550A9E384, 500.11 GB Serial ATA Device: OWC Mercury EXTREME Pro 6G SSD, 120.03 GB USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2 USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd120000 / 4 USB Device: USB Optical Mouse, 0x046d (Logitech Inc.), 0xc018, 0xfd123000 / 6 USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd122000 / 5 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2 USB Device: FT232R USB UART, 0x0403 (Future Technology Devices International Limited), 0x6001, 0xfa120000 / 4 USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 3 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8281, 0xfa113000 / 5 FireWire Device: unknown_device, unknown_speed

LorenzMeier commented 11 years ago

You didn't mention the branch you're on. Unless you are already on the config branch, please try the binary.

flyingk commented 11 years ago

Sorry, I was just thinking about that. It is the config branch. All is well on master.

Kai

LorenzMeier commented 11 years ago

I did test with the latest SiK binary from here: http://uav.tridgell.net/SiK-firmware/

And with the HEAD of config. I was not able to reproduce your issue with the instructions provided.

Did you actually bother to run this build? http://www.inf.ethz.ch/personal/lomeier/downloads/qgroundcontrol_config_v3.dmg

You will need to, as I can't help you if you don't follow the instructions to help you. Please provide feedback and a detailed plan how to reproduce. The information provided so far didn't allow me to reproduce.

flyingk commented 11 years ago

I will try this build today. Last night the download wouldn't go through to Australia. Happens sometimes. Will update on progress.

On Wed, Aug 28, 2013 at 5:47 PM, Lorenz Meier notifications@github.comwrote:

I did test with the latest SiK binary from here: http://uav.tridgell.net/SiK-firmware/

And with the HEAD of config. I was not able to reproduce your issue with the instructions provided.

Did you actually bother to run this build?

http://www.inf.ethz.ch/personal/lomeier/downloads/qgroundcontrol_config_v3.dmg

You will need to, as I can't help you if you don't follow the instructions to help you. Please provide feedback and a detailed plan how to reproduce. The information provided so far didn't allow me to reproduce.

— Reply to this email directly or view it on GitHubhttps://github.com/mavlink/qgroundcontrol/issues/349#issuecomment-23396883 .

Kai Lehmkuehler, BE (Aero, Hons 1)

Research Engineer UAV Design Group

School of Aeronautical, Mechanical and Mechatronic Engineering The University of Sydney

Phone: +61 (0) 412-533385

flyingk commented 11 years ago

I was able to download it tonight. It works. So I am trying a fresh clone now to see which of my changes breaks it. I am just adding widgets to /files/generic/widgets and my custom messages. Curious. We'll see.

On Wed, Aug 28, 2013 at 7:14 PM, Kai Lehmkuehler k.lehmkuehler@gmail.comwrote:

I will try this build today. Last night the download wouldn't go through to Australia. Happens sometimes. Will update on progress.

On Wed, Aug 28, 2013 at 5:47 PM, Lorenz Meier notifications@github.comwrote:

I did test with the latest SiK binary from here: http://uav.tridgell.net/SiK-firmware/

And with the HEAD of config. I was not able to reproduce your issue with the instructions provided.

Did you actually bother to run this build?

http://www.inf.ethz.ch/personal/lomeier/downloads/qgroundcontrol_config_v3.dmg

You will need to, as I can't help you if you don't follow the instructions to help you. Please provide feedback and a detailed plan how to reproduce. The information provided so far didn't allow me to reproduce.

— Reply to this email directly or view it on GitHubhttps://github.com/mavlink/qgroundcontrol/issues/349#issuecomment-23396883 .

Kai Lehmkuehler, BE (Aero, Hons 1)

Research Engineer UAV Design Group

School of Aeronautical, Mechanical and Mechatronic Engineering The University of Sydney

Phone: +61 (0) 412-533385

Kai Lehmkuehler, BE (Aero, Hons 1)

Research Engineer UAV Design Group

School of Aeronautical, Mechanical and Mechatronic Engineering The University of Sydney

Phone: +61 (0) 412-533385

LorenzMeier commented 11 years ago

Please make sure to delete your build folder. Independent of which build system you use (this is not related to Qt or your OS) the dependency checking and cleaning is based on the current project revision. So if you change the project and not doing a clean build before you do, incremental building can leave you with stale object files.

To make sure this does not happen to you, I recommend to delete the build folder whenever you encounter unexplained crashes, or when you pull from GIT.

Its very likely that your changes are not related at all.