Skip to content

Instantly share code, notes, and snippets.

@AndKe
Created April 30, 2016 09:02
Show Gist options
  • Save AndKe/59bdfa7279d01a79b6d9079b52e87d24 to your computer and use it in GitHub Desktop.
Save AndKe/59bdfa7279d01a79b6d9079b52e87d24 to your computer and use it in GitHub Desktop.
crash only if closing graph shortly after opening - not on loading anymore.
andre@loke:~/Downloads/apm_planner-Segfault_Fix_wip/release$ gdb apmplanner2
GNU gdb (Ubuntu 7.11-0ubuntu1) 7.11
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from apmplanner2...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/andre/Downloads/apm_planner-Segfault_Fix_wip/release/apmplanner2
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe77a3700 (LWP 16318)]
[New Thread 0x7fffdde9a700 (LWP 16319)]
[New Thread 0x7fffdd699700 (LWP 16320)]
[New Thread 0x7fffdce98700 (LWP 16321)]
[New Thread 0x7fffcd856700 (LWP 16323)]
[New Thread 0x7fffcd055700 (LWP 16324)]
INFO 2016-04-30T10:57:15.983 QGCCore::initialize()
INFO 2016-04-30T10:57:15.983 Current Build Info
INFO 2016-04-30T10:57:15.983 Git Hash:
INFO 2016-04-30T10:57:15.983 Git Commit:
INFO 2016-04-30T10:57:15.983 APPLICATION_NAME: "APM Planner"
INFO 2016-04-30T10:57:15.983 APPLICATION_VERSION: "v2.0.20"
INFO 2016-04-30T10:57:15.983 APP_PLATFORM: ubuntu64
INFO 2016-04-30T10:57:15.983 APP_TYPE: stable
INFO 2016-04-30T10:57:16.035 Start Link Manager
DEBUG 2016-04-30T10:57:16.035 Create MAVLinkDecoder: MAVLinkDecoder(0x1b57fc0)
INFO 2016-04-30T10:57:16.036 Start UAS Manager
[New Thread 0x7fffc616c700 (LWP 16325)]
DEBUG 2016-04-30T10:57:16.058 Creating MainWindow
INFO 2016-04-30T10:57:16.170 Creating SubMainWindow: SubMainWindow(0x1c87080)
INFO 2016-04-30T10:57:16.170 setting objectName: "VIEW_MISSION"
INFO 2016-04-30T10:57:16.183 Creating SubMainWindow: SubMainWindow(0x1e36990)
INFO 2016-04-30T10:57:16.183 setting objectName: "VIEW_FLIGHT"
INFO 2016-04-30T10:57:16.192 Creating SubMainWindow: SubMainWindow(0x1e52c60)
INFO 2016-04-30T10:57:16.192 setting objectName: "VIEW_HARDWARE_CONFIG"
DEBUG 2016-04-30T10:57:16.345 fillPortsInfo
INFO 2016-04-30T10:57:16.350 Inserting "ttyS4"
INFO 2016-04-30T10:57:16.350 Inserting "ttyS0"
INFO 2016-04-30T10:57:16.350 Changed Link to: "ttyS4"
[Thread 0x7fffcd856700 (LWP 16323) exited]
INFO 2016-04-30T10:57:16.497 Creating SubMainWindow: SubMainWindow(0x1f0a9e0)
INFO 2016-04-30T10:57:16.497 setting objectName: "VIEW_SOFTWARE_CONFIG"
DEBUG 2016-04-30T10:57:16.508 Disable Controls
INFO 2016-04-30T10:57:16.604 Creating SubMainWindow: SubMainWindow(0x3256680)
INFO 2016-04-30T10:57:16.604 setting objectName: "VIEW_ENGINEER"
INFO 2016-04-30T10:57:16.618 Creating SubMainWindow: SubMainWindow(0x332a650)
INFO 2016-04-30T10:57:16.618 setting objectName: "VIEW_SIMULATOR"
DEBUG 2016-04-30T10:57:16.636 MODE: 0
DEBUG 2016-04-30T10:57:16.636 "D|PREFLIGHT"
DEBUG 2016-04-30T10:57:16.637 MODE: 80
DEBUG 2016-04-30T10:57:16.637 "D|STABILIZED"
DEBUG 2016-04-30T10:57:16.637 MODE: 64
DEBUG 2016-04-30T10:57:16.637 "D|MANUAL"
DEBUG 2016-04-30T10:57:16.637 MODE: 88
DEBUG 2016-04-30T10:57:16.637 "D|VECTOR|STABILIZED"
DEBUG 2016-04-30T10:57:16.637 MODE: 92
DEBUG 2016-04-30T10:57:16.637 "D|AUTO|STABILIZED"
DEBUG 2016-04-30T10:57:16.638 MODE: 66
DEBUG 2016-04-30T10:57:16.638 "D|TEST"
DEBUG 2016-04-30T10:57:16.678 QUrl("file:///home/andre/Downloads/apm_planner-Segfault_Fix_wip/qml/PrimaryFlightDisplayQML.qml")
[New Thread 0x7fffcd856700 (LWP 16327)]
DEBUG 2016-04-30T10:57:16.922 QML Status: 1
DEBUG 2016-04-30T10:57:16.924 QUrl("file:///home/andre/Downloads/apm_planner-Segfault_Fix_wip/qml/PrimaryFlightDisplayQML.qml")
[New Thread 0x7fffbb7ff700 (LWP 16328)]
DEBUG 2016-04-30T10:57:16.962 QML Status: 1
INFO 2016-04-30T10:57:16.966 UASActionsWidget creating UASActionsWidget(0x2e86720)
DEBUG 2016-04-30T10:57:16.969 QuickView: load settings
DEBUG 2016-04-30T10:57:16.969 QuickView: loading key: "GCS Status.Altitude (GPS) (m)" type: "text"
DEBUG 2016-04-30T10:57:16.987 QuickView: loading key: "GCS Status.Altitude (REL) (m)" type: "text"
DEBUG 2016-04-30T10:57:16.988 QuickView: loading key: "GCS Status.Battery (%)" type: "text"
DEBUG 2016-04-30T10:57:16.990 QuickView: loading key: "GCS Status.Climb (m/s)" type: "text"
DEBUG 2016-04-30T10:57:16.991 QuickView: loading key: "GCS Status.Current (A)" type: "text"
DEBUG 2016-04-30T10:57:16.993 QuickView: loading key: "GCS Status.GPS Fix ()" type: "text"
DEBUG 2016-04-30T10:57:16.994 QuickView: loading key: "GCS Status.GPS HDOP (m)" type: "text"
DEBUG 2016-04-30T10:57:16.996 QuickView: loading key: "GCS Status.GPS Sats ()" type: "text"
DEBUG 2016-04-30T10:57:16.998 QuickView: loading key: "GCS Status.Pitch (deg)" type: "text"
DEBUG 2016-04-30T10:57:17.001 QuickView: loading key: "GCS Status.Roll (deg)" type: "text"
DEBUG 2016-04-30T10:57:17.003 QuickView: loading key: "GCS Status.Voltage (V)" type: "text"
DEBUG 2016-04-30T10:57:17.005 QuickView: loading key: "GCS Status.Yaw (deg)" type: "text"
DEBUG 2016-04-30T10:57:17.010 QuickView: load settings END
INFO 2016-04-30T10:57:17.051 Using Alsa Audio driver
WARN 2016-04-30T10:57:17.052 Dir directory tmp_audio exists
[New Thread 0x7fffba7fe700 (LWP 16329)]
DEBUG 2016-04-30T10:57:17.056 qmlBaseDir "/home/andre/Downloads/apm_planner-Segfault_Fix_wip"
DEBUG 2016-04-30T10:57:17.057 QUrl("file:///home/andre/Downloads/apm_planner-Segfault_Fix_wip/qml/ApmToolBar.qml")
qml: APMToolBar: button label SELECTED
DEBUG 2016-04-30T10:57:17.085 QML Status: 1
DEBUG 2016-04-30T10:57:17.086 Setting for "USER_DONATED" : QVariant(QString, "false")
qml: Set Advanced Mode true USER_DONATED:false
qml: Donate visbile
INFO 2016-04-30T10:57:17.086 NETWORK_PROXY: Disabling System Network Proxies
DEBUG 2016-04-30T10:57:17.089 Loading widget: "PRIMARY_FLIGHT_DISPLAY_QML_DOCKWIDGET"
DEBUG 2016-04-30T10:57:17.090 Loading widget: "UAS_INFO_INFOVIEW_DOCKWIDGET"
[New Thread 0x7fffb97fd700 (LWP 16330)]
[New Thread 0x7fffb8d27700 (LWP 16331)]
[New Thread 0x7fffabfff700 (LWP 16332)]
[New Thread 0x7fffab7fe700 (LWP 16333)]
[New Thread 0x7fffaaffd700 (LWP 16334)]
[New Thread 0x7fffaa7fc700 (LWP 16335)]
[New Thread 0x7fffa9ffb700 (LWP 16336)]
[New Thread 0x7fffa97fa700 (LWP 16337)]
[New Thread 0x7fffa8ff9700 (LWP 16338)]
[New Thread 0x7fff8bfff700 (LWP 16339)]
QSettings::endGroup: No matching beginGroup()
[New Thread 0x7fff8b7fe700 (LWP 16341)]
[New Thread 0x7fff8affd700 (LWP 16342)]
DEBUG 2016-04-30T10:57:17.261 Create Serial Connection: SerialConnection(0x3986e60)
INFO 2016-04-30T10:57:17.262 "ttyUSB0" 57600
DEBUG 2016-04-30T10:57:17.262 APMToolBar: new Serial Link Created 1
DEBUG 2016-04-30T10:57:17.262 APMToolBar setConnection: false
DEBUG 2016-04-30T10:57:17.262 APMToolBar: updateLinkDisplay "ttyUSB0" : "57600" connected: false
INFO 2016-04-30T10:57:17.263 UDP Created "UDP Link (port:14550)"
INFO 2016-04-30T10:57:17.263 UDPLink::UDP connect QHostAddress(QHostAddress::Any) : 14550
[New Thread 0x7fff8a7fc700 (LWP 16343)]
DEBUG 2016-04-30T10:57:17.278 SCW: Link is disconnected
DEBUG 2016-04-30T10:57:17.284 Baud rate: 57600 Expected: 3
[New Thread 0x7fff89ffb700 (LWP 16344)]
[New Thread 0x7fff893fa700 (LWP 16345)]
qml: APMToolBar: GRAPHS SELECTED
qml: APMToolBar: clear selected buttons
qml: APMToolBar: FLIGHT DATA unselected
qml: APMToolBar: GRAPHS unselected
qml: APMToolBar: GRAPHS SELECTED
[New Thread 0x7fff6bfff700 (LWP 16347)]
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
DEBUG 2016-04-30T10:57:22.336 "retrieve versionobject from server: http://firmware.ardupilot.org/Tools/APMPlanner/apm_planner_version.json"
[New Thread 0x7fff6b7fe700 (LWP 16349)]
DEBUG 2016-04-30T10:57:22.368 Downloading: 0 / 0
DEBUG 2016-04-30T10:57:22.369 AutoUpdateCheck::httpFinished()
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
[Thread 0x7fffcd055700 (LWP 16324) exited]
DEBUG 2016-04-30T10:57:36.252 Created AP2DataPlotThread: AP2DataPlotThread(0x4b1aeb0)
[New Thread 0x7fffcd055700 (LWP 16350)]
DEBUG 2016-04-30T10:57:36.252 AP2DataPlotThread::run(): Log loading start - 6171805 bytes
INFO 2016-04-30T10:57:39.181 Plot Log loading took 2.929 seconds - 6171805 of 6171805 bytes used
DEBUG 2016-04-30T10:57:39.181 AP2DataPlot2D::threadDone - ENTER
DEBUG 2016-04-30T10:57:39.182 Errorhandling - DONE
DEBUG 2016-04-30T10:57:39.183 Setup X-axis and scroller - DONE
DEBUG 2016-04-30T10:57:39.648 Adding data to tree view - DONE
DEBUG 2016-04-30T10:57:39.648 Setting up arrow graphs - DONE
DEBUG 2016-04-30T10:57:39.648 Lading MODE...
DEBUG 2016-04-30T10:57:39.648 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:57:39.649 Query prepared....
DEBUG 2016-04-30T10:57:39.649 Query executed....
DEBUG 2016-04-30T10:57:39.649 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.649 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.649 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.650 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.650 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.650 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.650 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.650 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.650 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.651 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.651 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.651 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.651 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.651 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.651 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.652 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.652 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.652 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.652 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.652 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.652 Message of type "MODE" processed....
DEBUG 2016-04-30T10:57:39.653 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:57:39.653 Lading ERR...
DEBUG 2016-04-30T10:57:39.653 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:57:39.653 Query prepared....
DEBUG 2016-04-30T10:57:39.653 Query executed....
DEBUG 2016-04-30T10:57:39.653 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:57:39.654 Lading EV....
DEBUG 2016-04-30T10:57:39.654 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:57:39.654 Query prepared....
DEBUG 2016-04-30T10:57:39.654 Query executed....
DEBUG 2016-04-30T10:57:39.654 Message of type "EV" processed....
DEBUG 2016-04-30T10:57:39.654 Message of type "EV" processed....
DEBUG 2016-04-30T10:57:39.655 Message of type "EV" processed....
DEBUG 2016-04-30T10:57:39.655 Message of type "EV" processed....
DEBUG 2016-04-30T10:57:39.655 Message of type "EV" processed....
DEBUG 2016-04-30T10:57:39.655 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:57:39.655 Lading MSG...
DEBUG 2016-04-30T10:57:39.655 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:57:39.656 Query prepared....
DEBUG 2016-04-30T10:57:39.656 Query executed....
DEBUG 2016-04-30T10:57:39.656 Message of type "MSG" processed....
DEBUG 2016-04-30T10:57:39.656 Message of type "MSG" processed....
DEBUG 2016-04-30T10:57:39.656 Message of type "MSG" processed....
DEBUG 2016-04-30T10:57:39.656 Message of type "MSG" processed....
DEBUG 2016-04-30T10:57:39.657 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:57:39.657 Lading MODE/ERR/EV/MSG - DONE
DEBUG 2016-04-30T10:57:39.657 "MSG" change at index 77 to "APM:Copter V3.3-rc6 (ded8eaa6)"
DEBUG 2016-04-30T10:57:39.657 plotTextArrow: 77 to "MSG"
DEBUG 2016-04-30T10:57:39.657 "MSG" change at index 78 to "PX4: 2120816e NuttX: d447403a"
DEBUG 2016-04-30T10:57:39.657 plotTextArrow: 78 to "MSG"
DEBUG 2016-04-30T10:57:39.658 "MSG" change at index 79 to "PX4v2 00220034 3432470E 31323533"
DEBUG 2016-04-30T10:57:39.658 plotTextArrow: 79 to "MSG"
DEBUG 2016-04-30T10:57:39.658 "MSG" change at index 80 to "Frame: HEXA"
DEBUG 2016-04-30T10:57:39.658 plotTextArrow: 80 to "MSG"
DEBUG 2016-04-30T10:57:39.658 "MODE" change at index 572 to "Stabilize"
DEBUG 2016-04-30T10:57:39.659 plotTextArrow: 572 to "MODE"
DEBUG 2016-04-30T10:57:39.659 "EV" change at index 573 to "Armed"
DEBUG 2016-04-30T10:57:39.659 plotTextArrow: 573 to "EV"
DEBUG 2016-04-30T10:57:39.659 "MODE" change at index 574 to "Stabilize"
DEBUG 2016-04-30T10:57:39.659 plotTextArrow: 574 to "MODE"
DEBUG 2016-04-30T10:57:39.660 "EV" change at index 1218 to "Auto-Armed"
DEBUG 2016-04-30T10:57:39.660 plotTextArrow: 1218 to "EV"
DEBUG 2016-04-30T10:57:39.660 "EV" change at index 1425 to "Not Landed"
DEBUG 2016-04-30T10:57:39.660 plotTextArrow: 1425 to "EV"
DEBUG 2016-04-30T10:57:39.660 "MODE" change at index 6819 to "Alt Hold"
DEBUG 2016-04-30T10:57:39.660 plotTextArrow: 6819 to "MODE"
DEBUG 2016-04-30T10:57:39.661 "MODE" change at index 8134 to "Stabilize"
DEBUG 2016-04-30T10:57:39.661 plotTextArrow: 8134 to "MODE"
DEBUG 2016-04-30T10:57:39.661 "MODE" change at index 8227 to "Loiter"
DEBUG 2016-04-30T10:57:39.661 plotTextArrow: 8227 to "MODE"
DEBUG 2016-04-30T10:57:39.661 "MODE" change at index 70336 to "Stabilize"
DEBUG 2016-04-30T10:57:39.662 plotTextArrow: 70336 to "MODE"
DEBUG 2016-04-30T10:57:39.662 "MODE" change at index 71253 to "Alt Hold"
DEBUG 2016-04-30T10:57:39.662 plotTextArrow: 71253 to "MODE"
DEBUG 2016-04-30T10:57:39.662 "MODE" change at index 80639 to "Stabilize"
DEBUG 2016-04-30T10:57:39.662 plotTextArrow: 80639 to "MODE"
DEBUG 2016-04-30T10:57:39.663 "MODE" change at index 82549 to "Alt Hold"
DEBUG 2016-04-30T10:57:39.663 plotTextArrow: 82549 to "MODE"
DEBUG 2016-04-30T10:57:39.663 "MODE" change at index 89729 to "Loiter"
DEBUG 2016-04-30T10:57:39.663 plotTextArrow: 89729 to "MODE"
DEBUG 2016-04-30T10:57:39.663 "MODE" change at index 99098 to "RTL"
DEBUG 2016-04-30T10:57:39.664 plotTextArrow: 99098 to "MODE"
DEBUG 2016-04-30T10:57:39.664 "MODE" change at index 102266 to "Drift"
DEBUG 2016-04-30T10:57:39.664 plotTextArrow: 102266 to "MODE"
DEBUG 2016-04-30T10:57:39.664 "MODE" change at index 102452 to "Loiter"
DEBUG 2016-04-30T10:57:39.664 plotTextArrow: 102452 to "MODE"
DEBUG 2016-04-30T10:57:39.665 "MODE" change at index 103515 to "Drift"
DEBUG 2016-04-30T10:57:39.665 plotTextArrow: 103515 to "MODE"
DEBUG 2016-04-30T10:57:39.665 "MODE" change at index 103664 to "Alt Hold"
DEBUG 2016-04-30T10:57:39.665 plotTextArrow: 103664 to "MODE"
DEBUG 2016-04-30T10:57:39.665 "MODE" change at index 106580 to "Drift"
DEBUG 2016-04-30T10:57:39.666 plotTextArrow: 106580 to "MODE"
DEBUG 2016-04-30T10:57:39.666 "MODE" change at index 106738 to "Loiter"
DEBUG 2016-04-30T10:57:39.666 plotTextArrow: 106738 to "MODE"
DEBUG 2016-04-30T10:57:39.666 "MODE" change at index 109359 to "RTL"
DEBUG 2016-04-30T10:57:39.666 plotTextArrow: 109359 to "MODE"
DEBUG 2016-04-30T10:57:39.666 "MODE" change at index 115164 to "Auto"
DEBUG 2016-04-30T10:57:39.666 plotTextArrow: 115164 to "MODE"
DEBUG 2016-04-30T10:57:39.667 "MODE" change at index 115353 to "Loiter"
DEBUG 2016-04-30T10:57:39.667 plotTextArrow: 115353 to "MODE"
DEBUG 2016-04-30T10:57:39.667 "MODE" change at index 155953 to "Stabilize"
DEBUG 2016-04-30T10:57:39.667 plotTextArrow: 155953 to "MODE"
DEBUG 2016-04-30T10:57:39.667 "EV" change at index 160518 to "Land Complete Maybe"
DEBUG 2016-04-30T10:57:39.667 plotTextArrow: 160518 to "EV"
DEBUG 2016-04-30T10:57:39.667 "EV" change at index 160754 to "Land Complete"
DEBUG 2016-04-30T10:57:39.668 plotTextArrow: 160754 to "EV"
DEBUG 2016-04-30T10:57:39.668 Inserting text arrows - DONE
DEBUG 2016-04-30T10:57:39.668 Inserting time cursor - DONE
DEBUG 2016-04-30T10:57:39.676 Rescaling graph - DONE
DEBUG 2016-04-30T10:57:39.685 Set up proxy for table filtering - DONE
DEBUG 2016-04-30T10:57:39.689 Set up check boxes - DONE
DEBUG 2016-04-30T10:57:39.689 AP2DataPlot2D::threadDone - EXIT
QSqlDatabasePrivate::removeDatabase: connection '{84235ecb-bfaa-4bdb-96dd-d81e27a8af22}' is still in use, all queries will cease to work.
DEBUG 2016-04-30T10:57:43.033 Destroyed AP2DataPlotThread: AP2DataPlotThread(0x4b1aeb0)
QThread: Destroyed while thread is still running
[Thread 0x7fffaaffd700 (LWP 16334) exited]
[Thread 0x7fffb8d27700 (LWP 16331) exited]
[Thread 0x7fffaa7fc700 (LWP 16335) exited]
[Thread 0x7fffab7fe700 (LWP 16333) exited]
[Thread 0x7fffa8ff9700 (LWP 16338) exited]
[Thread 0x7fffa97fa700 (LWP 16337) exited]
[Thread 0x7fffabfff700 (LWP 16332) exited]
[Thread 0x7fffa9ffb700 (LWP 16336) exited]
[Thread 0x7fff8bfff700 (LWP 16339) exited]
[Thread 0x7fffb97fd700 (LWP 16330) exited]
[New Thread 0x7fffb97fd700 (LWP 16353)]
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
Thread 29 "AP2DataPlotThre" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffcd055700 (LWP 16350)]
0x00007ffff4d619a5 in QMutex::lock() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
(gdb) quit
A debugging session is active.
Inferior 1 [process 16314] will be killed.
Quit anyway? (y or n) y
andre@loke:~/Downloads/apm_planner-Segfault_Fix_wip/release$ gdb apmplanner2
GNU gdb (Ubuntu 7.11-0ubuntu1) 7.11
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from apmplanner2...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/andre/Downloads/apm_planner-Segfault_Fix_wip/release/apmplanner2
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe77a3700 (LWP 16364)]
[New Thread 0x7fffdde9a700 (LWP 16365)]
[New Thread 0x7fffdd699700 (LWP 16366)]
[New Thread 0x7fffdce98700 (LWP 16367)]
[New Thread 0x7fffcd856700 (LWP 16369)]
[New Thread 0x7fffcd055700 (LWP 16370)]
INFO 2016-04-30T10:58:27.140 QGCCore::initialize()
INFO 2016-04-30T10:58:27.140 Current Build Info
INFO 2016-04-30T10:58:27.140 Git Hash:
INFO 2016-04-30T10:58:27.140 Git Commit:
INFO 2016-04-30T10:58:27.140 APPLICATION_NAME: "APM Planner"
INFO 2016-04-30T10:58:27.140 APPLICATION_VERSION: "v2.0.20"
INFO 2016-04-30T10:58:27.140 APP_PLATFORM: ubuntu64
INFO 2016-04-30T10:58:27.140 APP_TYPE: stable
INFO 2016-04-30T10:58:27.199 Start Link Manager
DEBUG 2016-04-30T10:58:27.199 Create MAVLinkDecoder: MAVLinkDecoder(0x1b57e90)
INFO 2016-04-30T10:58:27.200 Start UAS Manager
[New Thread 0x7fffc616c700 (LWP 16371)]
DEBUG 2016-04-30T10:58:27.224 Creating MainWindow
INFO 2016-04-30T10:58:27.335 Creating SubMainWindow: SubMainWindow(0x1c87710)
INFO 2016-04-30T10:58:27.335 setting objectName: "VIEW_MISSION"
INFO 2016-04-30T10:58:27.348 Creating SubMainWindow: SubMainWindow(0x1e36980)
INFO 2016-04-30T10:58:27.348 setting objectName: "VIEW_FLIGHT"
INFO 2016-04-30T10:58:27.356 Creating SubMainWindow: SubMainWindow(0x1e539d0)
INFO 2016-04-30T10:58:27.356 setting objectName: "VIEW_HARDWARE_CONFIG"
DEBUG 2016-04-30T10:58:27.508 fillPortsInfo
INFO 2016-04-30T10:58:27.513 Inserting "ttyS4"
INFO 2016-04-30T10:58:27.513 Inserting "ttyS0"
INFO 2016-04-30T10:58:27.513 Changed Link to: "ttyS4"
[Thread 0x7fffcd856700 (LWP 16369) exited]
INFO 2016-04-30T10:58:27.658 Creating SubMainWindow: SubMainWindow(0x1ee7210)
INFO 2016-04-30T10:58:27.658 setting objectName: "VIEW_SOFTWARE_CONFIG"
DEBUG 2016-04-30T10:58:27.668 Disable Controls
INFO 2016-04-30T10:58:27.758 Creating SubMainWindow: SubMainWindow(0x3103670)
INFO 2016-04-30T10:58:27.758 setting objectName: "VIEW_ENGINEER"
INFO 2016-04-30T10:58:27.771 Creating SubMainWindow: SubMainWindow(0x332a140)
INFO 2016-04-30T10:58:27.771 setting objectName: "VIEW_SIMULATOR"
DEBUG 2016-04-30T10:58:27.788 MODE: 0
DEBUG 2016-04-30T10:58:27.788 "D|PREFLIGHT"
DEBUG 2016-04-30T10:58:27.789 MODE: 80
DEBUG 2016-04-30T10:58:27.789 "D|STABILIZED"
DEBUG 2016-04-30T10:58:27.789 MODE: 64
DEBUG 2016-04-30T10:58:27.789 "D|MANUAL"
DEBUG 2016-04-30T10:58:27.789 MODE: 88
DEBUG 2016-04-30T10:58:27.789 "D|VECTOR|STABILIZED"
DEBUG 2016-04-30T10:58:27.789 MODE: 92
DEBUG 2016-04-30T10:58:27.789 "D|AUTO|STABILIZED"
DEBUG 2016-04-30T10:58:27.789 MODE: 66
DEBUG 2016-04-30T10:58:27.790 "D|TEST"
DEBUG 2016-04-30T10:58:27.829 QUrl("file:///home/andre/Downloads/apm_planner-Segfault_Fix_wip/qml/PrimaryFlightDisplayQML.qml")
[New Thread 0x7fffcd856700 (LWP 16373)]
DEBUG 2016-04-30T10:58:28.010 QML Status: 1
DEBUG 2016-04-30T10:58:28.012 QUrl("file:///home/andre/Downloads/apm_planner-Segfault_Fix_wip/qml/PrimaryFlightDisplayQML.qml")
[New Thread 0x7fffbb7ff700 (LWP 16374)]
DEBUG 2016-04-30T10:58:28.048 QML Status: 1
INFO 2016-04-30T10:58:28.052 UASActionsWidget creating UASActionsWidget(0x2e80050)
DEBUG 2016-04-30T10:58:28.054 QuickView: load settings
DEBUG 2016-04-30T10:58:28.055 QuickView: loading key: "GCS Status.Altitude (GPS) (m)" type: "text"
DEBUG 2016-04-30T10:58:28.071 QuickView: loading key: "GCS Status.Altitude (REL) (m)" type: "text"
DEBUG 2016-04-30T10:58:28.072 QuickView: loading key: "GCS Status.Battery (%)" type: "text"
DEBUG 2016-04-30T10:58:28.074 QuickView: loading key: "GCS Status.Climb (m/s)" type: "text"
DEBUG 2016-04-30T10:58:28.075 QuickView: loading key: "GCS Status.Current (A)" type: "text"
DEBUG 2016-04-30T10:58:28.076 QuickView: loading key: "GCS Status.GPS Fix ()" type: "text"
DEBUG 2016-04-30T10:58:28.078 QuickView: loading key: "GCS Status.GPS HDOP (m)" type: "text"
DEBUG 2016-04-30T10:58:28.080 QuickView: loading key: "GCS Status.GPS Sats ()" type: "text"
DEBUG 2016-04-30T10:58:28.082 QuickView: loading key: "GCS Status.Pitch (deg)" type: "text"
DEBUG 2016-04-30T10:58:28.084 QuickView: loading key: "GCS Status.Roll (deg)" type: "text"
DEBUG 2016-04-30T10:58:28.086 QuickView: loading key: "GCS Status.Voltage (V)" type: "text"
DEBUG 2016-04-30T10:58:28.089 QuickView: loading key: "GCS Status.Yaw (deg)" type: "text"
DEBUG 2016-04-30T10:58:28.093 QuickView: load settings END
INFO 2016-04-30T10:58:28.132 Using Alsa Audio driver
WARN 2016-04-30T10:58:28.132 Dir directory tmp_audio exists
[New Thread 0x7fffba7fe700 (LWP 16375)]
DEBUG 2016-04-30T10:58:28.137 qmlBaseDir "/home/andre/Downloads/apm_planner-Segfault_Fix_wip"
DEBUG 2016-04-30T10:58:28.137 QUrl("file:///home/andre/Downloads/apm_planner-Segfault_Fix_wip/qml/ApmToolBar.qml")
qml: APMToolBar: button label SELECTED
DEBUG 2016-04-30T10:58:28.164 QML Status: 1
DEBUG 2016-04-30T10:58:28.164 Setting for "USER_DONATED" : QVariant(QString, "false")
qml: Set Advanced Mode true USER_DONATED:false
qml: Donate visbile
INFO 2016-04-30T10:58:28.165 NETWORK_PROXY: Disabling System Network Proxies
DEBUG 2016-04-30T10:58:28.168 Loading widget: "PRIMARY_FLIGHT_DISPLAY_QML_DOCKWIDGET"
DEBUG 2016-04-30T10:58:28.168 Loading widget: "UAS_INFO_INFOVIEW_DOCKWIDGET"
[New Thread 0x7fffb97fd700 (LWP 16376)]
[New Thread 0x7fffb8d27700 (LWP 16377)]
[New Thread 0x7fffabfff700 (LWP 16378)]
[New Thread 0x7fffab7fe700 (LWP 16379)]
[New Thread 0x7fffaaffd700 (LWP 16380)]
[New Thread 0x7fffaa7fc700 (LWP 16381)]
[New Thread 0x7fffa9ffb700 (LWP 16382)]
[New Thread 0x7fffa97fa700 (LWP 16383)]
[New Thread 0x7fffa8ff9700 (LWP 16384)]
[New Thread 0x7fff8bfff700 (LWP 16385)]
QSettings::endGroup: No matching beginGroup()
[New Thread 0x7fff8b7fe700 (LWP 16386)]
[New Thread 0x7fff8affd700 (LWP 16387)]
DEBUG 2016-04-30T10:58:28.307 Create Serial Connection: SerialConnection(0x394a390)
INFO 2016-04-30T10:58:28.307 "ttyUSB0" 57600
DEBUG 2016-04-30T10:58:28.308 APMToolBar: new Serial Link Created 1
DEBUG 2016-04-30T10:58:28.308 APMToolBar setConnection: false
DEBUG 2016-04-30T10:58:28.308 APMToolBar: updateLinkDisplay "ttyUSB0" : "57600" connected: false
INFO 2016-04-30T10:58:28.308 UDP Created "UDP Link (port:14550)"
INFO 2016-04-30T10:58:28.308 UDPLink::UDP connect QHostAddress(QHostAddress::Any) : 14550
[New Thread 0x7fff8a7fc700 (LWP 16388)]
DEBUG 2016-04-30T10:58:28.324 SCW: Link is disconnected
DEBUG 2016-04-30T10:58:28.330 Baud rate: 57600 Expected: 3
[New Thread 0x7fff89ffb700 (LWP 16389)]
[New Thread 0x7fff893fa700 (LWP 16390)]
qml: APMToolBar: GRAPHS SELECTED
qml: APMToolBar: clear selected buttons
qml: APMToolBar: FLIGHT DATA unselected
qml: APMToolBar: GRAPHS unselected
qml: APMToolBar: GRAPHS SELECTED
[New Thread 0x7fff6bfff700 (LWP 16391)]
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
DEBUG 2016-04-30T10:58:33.342 "retrieve versionobject from server: http://firmware.ardupilot.org/Tools/APMPlanner/apm_planner_version.json"
[New Thread 0x7fff6b7fe700 (LWP 16392)]
DEBUG 2016-04-30T10:58:33.776 Downloading: 2795 / 2795
DEBUG 2016-04-30T10:58:33.777 Downloading: 2795 / 2795
DEBUG 2016-04-30T10:58:33.777 AutoUpdateCheck::httpFinished()
[New Thread 0x7fff6affd700 (LWP 16393)]
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
[Thread 0x7fffcd055700 (LWP 16370) exited]
DEBUG 2016-04-30T10:58:46.691 Created AP2DataPlotThread: AP2DataPlotThread(0x4b2a8d0)
[New Thread 0x7fffcd055700 (LWP 16396)]
DEBUG 2016-04-30T10:58:46.692 AP2DataPlotThread::run(): Log loading start - 6171805 bytes
INFO 2016-04-30T10:58:49.596 Plot Log loading took 2.904 seconds - 6171805 of 6171805 bytes used
DEBUG 2016-04-30T10:58:49.607 AP2DataPlot2D::threadDone - ENTER
DEBUG 2016-04-30T10:58:49.607 Errorhandling - DONE
DEBUG 2016-04-30T10:58:49.610 Setup X-axis and scroller - DONE
DEBUG 2016-04-30T10:58:50.096 Adding data to tree view - DONE
DEBUG 2016-04-30T10:58:50.096 Setting up arrow graphs - DONE
DEBUG 2016-04-30T10:58:50.097 Lading MODE...
DEBUG 2016-04-30T10:58:50.097 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:58:50.097 Query prepared....
DEBUG 2016-04-30T10:58:50.097 Query executed....
DEBUG 2016-04-30T10:58:50.097 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.097 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.098 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.098 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.098 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.098 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.098 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.098 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.099 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.099 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.099 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.099 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.099 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.099 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.099 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.100 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.100 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.100 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.100 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.100 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.100 Message of type "MODE" processed....
DEBUG 2016-04-30T10:58:50.101 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:58:50.101 Lading ERR...
DEBUG 2016-04-30T10:58:50.101 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:58:50.101 Query prepared....
DEBUG 2016-04-30T10:58:50.101 Query executed....
DEBUG 2016-04-30T10:58:50.101 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:58:50.102 Lading EV....
DEBUG 2016-04-30T10:58:50.102 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:58:50.102 Query prepared....
DEBUG 2016-04-30T10:58:50.102 Query executed....
DEBUG 2016-04-30T10:58:50.102 Message of type "EV" processed....
DEBUG 2016-04-30T10:58:50.102 Message of type "EV" processed....
DEBUG 2016-04-30T10:58:50.102 Message of type "EV" processed....
DEBUG 2016-04-30T10:58:50.103 Message of type "EV" processed....
DEBUG 2016-04-30T10:58:50.103 Message of type "EV" processed....
DEBUG 2016-04-30T10:58:50.103 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:58:50.103 Lading MSG...
DEBUG 2016-04-30T10:58:50.103 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:58:50.103 Query prepared....
DEBUG 2016-04-30T10:58:50.104 Query executed....
DEBUG 2016-04-30T10:58:50.104 Message of type "MSG" processed....
DEBUG 2016-04-30T10:58:50.104 Message of type "MSG" processed....
DEBUG 2016-04-30T10:58:50.104 Message of type "MSG" processed....
DEBUG 2016-04-30T10:58:50.104 Message of type "MSG" processed....
DEBUG 2016-04-30T10:58:50.104 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:58:50.105 Lading MODE/ERR/EV/MSG - DONE
DEBUG 2016-04-30T10:58:50.105 "MSG" change at index 77 to "APM:Copter V3.3-rc6 (ded8eaa6)"
DEBUG 2016-04-30T10:58:50.105 plotTextArrow: 77 to "MSG"
DEBUG 2016-04-30T10:58:50.105 "MSG" change at index 78 to "PX4: 2120816e NuttX: d447403a"
DEBUG 2016-04-30T10:58:50.105 plotTextArrow: 78 to "MSG"
DEBUG 2016-04-30T10:58:50.106 "MSG" change at index 79 to "PX4v2 00220034 3432470E 31323533"
DEBUG 2016-04-30T10:58:50.106 plotTextArrow: 79 to "MSG"
DEBUG 2016-04-30T10:58:50.106 "MSG" change at index 80 to "Frame: HEXA"
DEBUG 2016-04-30T10:58:50.106 plotTextArrow: 80 to "MSG"
DEBUG 2016-04-30T10:58:50.106 "MODE" change at index 572 to "Stabilize"
DEBUG 2016-04-30T10:58:50.107 plotTextArrow: 572 to "MODE"
DEBUG 2016-04-30T10:58:50.107 "EV" change at index 573 to "Armed"
DEBUG 2016-04-30T10:58:50.107 plotTextArrow: 573 to "EV"
DEBUG 2016-04-30T10:58:50.107 "MODE" change at index 574 to "Stabilize"
DEBUG 2016-04-30T10:58:50.107 plotTextArrow: 574 to "MODE"
DEBUG 2016-04-30T10:58:50.108 "EV" change at index 1218 to "Auto-Armed"
DEBUG 2016-04-30T10:58:50.108 plotTextArrow: 1218 to "EV"
DEBUG 2016-04-30T10:58:50.108 "EV" change at index 1425 to "Not Landed"
DEBUG 2016-04-30T10:58:50.108 plotTextArrow: 1425 to "EV"
DEBUG 2016-04-30T10:58:50.108 "MODE" change at index 6819 to "Alt Hold"
DEBUG 2016-04-30T10:58:50.109 plotTextArrow: 6819 to "MODE"
DEBUG 2016-04-30T10:58:50.109 "MODE" change at index 8134 to "Stabilize"
DEBUG 2016-04-30T10:58:50.109 plotTextArrow: 8134 to "MODE"
DEBUG 2016-04-30T10:58:50.109 "MODE" change at index 8227 to "Loiter"
DEBUG 2016-04-30T10:58:50.109 plotTextArrow: 8227 to "MODE"
DEBUG 2016-04-30T10:58:50.110 "MODE" change at index 70336 to "Stabilize"
DEBUG 2016-04-30T10:58:50.110 plotTextArrow: 70336 to "MODE"
DEBUG 2016-04-30T10:58:50.110 "MODE" change at index 71253 to "Alt Hold"
DEBUG 2016-04-30T10:58:50.110 plotTextArrow: 71253 to "MODE"
DEBUG 2016-04-30T10:58:50.110 "MODE" change at index 80639 to "Stabilize"
DEBUG 2016-04-30T10:58:50.110 plotTextArrow: 80639 to "MODE"
DEBUG 2016-04-30T10:58:50.111 "MODE" change at index 82549 to "Alt Hold"
DEBUG 2016-04-30T10:58:50.111 plotTextArrow: 82549 to "MODE"
DEBUG 2016-04-30T10:58:50.111 "MODE" change at index 89729 to "Loiter"
DEBUG 2016-04-30T10:58:50.111 plotTextArrow: 89729 to "MODE"
DEBUG 2016-04-30T10:58:50.111 "MODE" change at index 99098 to "RTL"
DEBUG 2016-04-30T10:58:50.112 plotTextArrow: 99098 to "MODE"
DEBUG 2016-04-30T10:58:50.112 "MODE" change at index 102266 to "Drift"
DEBUG 2016-04-30T10:58:50.112 plotTextArrow: 102266 to "MODE"
DEBUG 2016-04-30T10:58:50.112 "MODE" change at index 102452 to "Loiter"
DEBUG 2016-04-30T10:58:50.112 plotTextArrow: 102452 to "MODE"
DEBUG 2016-04-30T10:58:50.113 "MODE" change at index 103515 to "Drift"
DEBUG 2016-04-30T10:58:50.113 plotTextArrow: 103515 to "MODE"
DEBUG 2016-04-30T10:58:50.113 "MODE" change at index 103664 to "Alt Hold"
DEBUG 2016-04-30T10:58:50.113 plotTextArrow: 103664 to "MODE"
DEBUG 2016-04-30T10:58:50.113 "MODE" change at index 106580 to "Drift"
DEBUG 2016-04-30T10:58:50.113 plotTextArrow: 106580 to "MODE"
DEBUG 2016-04-30T10:58:50.114 "MODE" change at index 106738 to "Loiter"
DEBUG 2016-04-30T10:58:50.114 plotTextArrow: 106738 to "MODE"
DEBUG 2016-04-30T10:58:50.114 "MODE" change at index 109359 to "RTL"
DEBUG 2016-04-30T10:58:50.114 plotTextArrow: 109359 to "MODE"
DEBUG 2016-04-30T10:58:50.114 "MODE" change at index 115164 to "Auto"
DEBUG 2016-04-30T10:58:50.114 plotTextArrow: 115164 to "MODE"
DEBUG 2016-04-30T10:58:50.114 "MODE" change at index 115353 to "Loiter"
DEBUG 2016-04-30T10:58:50.114 plotTextArrow: 115353 to "MODE"
DEBUG 2016-04-30T10:58:50.115 "MODE" change at index 155953 to "Stabilize"
DEBUG 2016-04-30T10:58:50.115 plotTextArrow: 155953 to "MODE"
DEBUG 2016-04-30T10:58:50.115 "EV" change at index 160518 to "Land Complete Maybe"
DEBUG 2016-04-30T10:58:50.115 plotTextArrow: 160518 to "EV"
DEBUG 2016-04-30T10:58:50.115 "EV" change at index 160754 to "Land Complete"
DEBUG 2016-04-30T10:58:50.115 plotTextArrow: 160754 to "EV"
DEBUG 2016-04-30T10:58:50.115 Inserting text arrows - DONE
DEBUG 2016-04-30T10:58:50.116 Inserting time cursor - DONE
DEBUG 2016-04-30T10:58:50.125 Rescaling graph - DONE
DEBUG 2016-04-30T10:58:50.134 Set up proxy for table filtering - DONE
DEBUG 2016-04-30T10:58:50.138 Set up check boxes - DONE
DEBUG 2016-04-30T10:58:50.138 AP2DataPlot2D::threadDone - EXIT
[Thread 0x7fffa97fa700 (LWP 16383) exited]
[Thread 0x7fffa9ffb700 (LWP 16382) exited]
[Thread 0x7fffab7fe700 (LWP 16379) exited]
[Thread 0x7fffb8d27700 (LWP 16377) exited]
[Thread 0x7fffa8ff9700 (LWP 16384) exited]
[Thread 0x7fffabfff700 (LWP 16378) exited]
[Thread 0x7fffaa7fc700 (LWP 16381) exited]
[Thread 0x7fffaaffd700 (LWP 16380) exited]
[Thread 0x7fffb97fd700 (LWP 16376) exited]
[Thread 0x7fff8bfff700 (LWP 16385) exited]
[Thread 0x7fffcd055700 (LWP 16396) exited]
DEBUG 2016-04-30T10:58:59.602 AP2DataPlot2D::threadTerminated = AP2DataPlotThread(0x4b2a8d0)
DEBUG 2016-04-30T10:58:59.603 Destroyed AP2DataPlotThread: AP2DataPlotThread(0x4b2a8d0)
[Thread 0x7fff8affd700 (LWP 16387) exited]
QSqlDatabasePrivate::removeDatabase: connection '{2321ada4-1b75-451f-baed-f314eaaf7d3c}' is still in use, all queries will cease to work.
[New Thread 0x7fff8affd700 (LWP 16400)]
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
DEBUG 2016-04-30T10:59:33.599 Created AP2DataPlotThread: AP2DataPlotThread(0x4e4cf20)
[New Thread 0x7fffcd055700 (LWP 16401)]
DEBUG 2016-04-30T10:59:33.600 AP2DataPlotThread::run(): Log loading start - 3669016 bytes
INFO 2016-04-30T10:59:35.422 Plot Log loading took 1.822 seconds - 3669016 of 3669016 bytes used
DEBUG 2016-04-30T10:59:35.431 AP2DataPlot2D::threadDone - ENTER
DEBUG 2016-04-30T10:59:35.432 Errorhandling - DONE
DEBUG 2016-04-30T10:59:35.433 Setup X-axis and scroller - DONE
DEBUG 2016-04-30T10:59:35.698 Adding data to tree view - DONE
DEBUG 2016-04-30T10:59:35.698 Setting up arrow graphs - DONE
DEBUG 2016-04-30T10:59:35.699 Lading MODE...
DEBUG 2016-04-30T10:59:35.699 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:59:35.699 Query prepared....
DEBUG 2016-04-30T10:59:35.699 Query executed....
DEBUG 2016-04-30T10:59:35.699 Message of type "MODE" processed....
DEBUG 2016-04-30T10:59:35.699 Message of type "MODE" processed....
DEBUG 2016-04-30T10:59:35.699 Message of type "MODE" processed....
DEBUG 2016-04-30T10:59:35.700 Message of type "MODE" processed....
DEBUG 2016-04-30T10:59:35.700 Message of type "MODE" processed....
DEBUG 2016-04-30T10:59:35.700 Message of type "MODE" processed....
DEBUG 2016-04-30T10:59:35.700 Message of type "MODE" processed....
DEBUG 2016-04-30T10:59:35.700 Message of type "MODE" processed....
DEBUG 2016-04-30T10:59:35.700 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:59:35.700 Lading ERR...
DEBUG 2016-04-30T10:59:35.701 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:59:35.701 Query prepared....
DEBUG 2016-04-30T10:59:35.701 Query executed....
DEBUG 2016-04-30T10:59:35.701 Message of type "ERR" processed....
DEBUG 2016-04-30T10:59:35.701 Message of type "ERR" processed....
DEBUG 2016-04-30T10:59:35.701 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:59:35.701 Lading EV....
DEBUG 2016-04-30T10:59:35.702 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:59:35.702 Query prepared....
DEBUG 2016-04-30T10:59:35.702 Query executed....
DEBUG 2016-04-30T10:59:35.702 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.702 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.702 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.703 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.703 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.703 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.703 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.703 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.703 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.703 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.704 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.704 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.704 Message of type "EV" processed....
DEBUG 2016-04-30T10:59:35.704 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:59:35.704 Lading MSG...
DEBUG 2016-04-30T10:59:35.704 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T10:59:35.704 Query prepared....
DEBUG 2016-04-30T10:59:35.705 Query executed....
DEBUG 2016-04-30T10:59:35.705 Message of type "MSG" processed....
DEBUG 2016-04-30T10:59:35.705 Message of type "MSG" processed....
DEBUG 2016-04-30T10:59:35.705 Message of type "MSG" processed....
DEBUG 2016-04-30T10:59:35.705 Message of type "MSG" processed....
DEBUG 2016-04-30T10:59:35.705 Message of type "MSG" processed....
DEBUG 2016-04-30T10:59:35.706 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T10:59:35.706 Lading MODE/ERR/EV/MSG - DONE
DEBUG 2016-04-30T10:59:35.706 "MSG" change at index 81 to "APM:Copter V3.3.3 (acf2e10c)"
DEBUG 2016-04-30T10:59:35.706 plotTextArrow: 81 to "MSG"
DEBUG 2016-04-30T10:59:35.706 "MSG" change at index 82 to "PX4: 34e1d543 NuttX: 7c5ef883"
DEBUG 2016-04-30T10:59:35.706 plotTextArrow: 82 to "MSG"
DEBUG 2016-04-30T10:59:35.707 "MSG" change at index 83 to "PX4v2 0031002E 35324704 36343032"
DEBUG 2016-04-30T10:59:35.707 plotTextArrow: 83 to "MSG"
DEBUG 2016-04-30T10:59:35.707 "MSG" change at index 592 to "Frame: HEXA"
DEBUG 2016-04-30T10:59:35.707 plotTextArrow: 592 to "MSG"
DEBUG 2016-04-30T10:59:35.707 "MSG" change at index 593 to "New mission"
DEBUG 2016-04-30T10:59:35.707 plotTextArrow: 593 to "MSG"
DEBUG 2016-04-30T10:59:35.708 "MODE" change at index 595 to "Stabilize"
DEBUG 2016-04-30T10:59:35.708 plotTextArrow: 595 to "MODE"
DEBUG 2016-04-30T10:59:35.708 "EV" change at index 596 to "Armed"
DEBUG 2016-04-30T10:59:35.708 plotTextArrow: 596 to "EV"
DEBUG 2016-04-30T10:59:35.708 "MODE" change at index 597 to "Stabilize"
DEBUG 2016-04-30T10:59:35.708 plotTextArrow: 597 to "MODE"
DEBUG 2016-04-30T10:59:35.709 "EV" change at index 3418 to "Auto-Armed"
DEBUG 2016-04-30T10:59:35.709 plotTextArrow: 3418 to "EV"
DEBUG 2016-04-30T10:59:35.709 "EV" change at index 4474 to "Not Landed"
DEBUG 2016-04-30T10:59:35.709 plotTextArrow: 4474 to "EV"
DEBUG 2016-04-30T10:59:35.709 "EV" change at index 5681 to "Home Set"
DEBUG 2016-04-30T10:59:35.710 plotTextArrow: 5681 to "EV"
DEBUG 2016-04-30T10:59:35.710 "MODE" change at index 9633 to "RTL"
DEBUG 2016-04-30T10:59:35.710 plotTextArrow: 9633 to "MODE"
DEBUG 2016-04-30T10:59:35.710 "EV" change at index 21674 to "Land Complete Maybe"
DEBUG 2016-04-30T10:59:35.710 plotTextArrow: 21674 to "EV"
DEBUG 2016-04-30T10:59:35.710 "EV" change at index 21918 to "Land Complete"
DEBUG 2016-04-30T10:59:35.711 plotTextArrow: 21918 to "EV"
DEBUG 2016-04-30T10:59:35.711 "EV" change at index 21919 to "Disarmed"
DEBUG 2016-04-30T10:59:35.711 plotTextArrow: 21919 to "EV"
DEBUG 2016-04-30T10:59:35.711 "MODE" change at index 21936 to "Stabilize"
DEBUG 2016-04-30T10:59:35.711 plotTextArrow: 21936 to "MODE"
DEBUG 2016-04-30T10:59:35.712 "EV" change at index 21991 to "Armed"
DEBUG 2016-04-30T10:59:35.712 plotTextArrow: 21991 to "EV"
DEBUG 2016-04-30T10:59:35.712 "MODE" change at index 21992 to "Stabilize"
DEBUG 2016-04-30T10:59:35.712 plotTextArrow: 21992 to "MODE"
DEBUG 2016-04-30T10:59:35.712 "EV" change at index 23668 to "Auto-Armed"
DEBUG 2016-04-30T10:59:35.712 plotTextArrow: 23668 to "EV"
DEBUG 2016-04-30T10:59:35.713 "EV" change at index 23986 to "Not Landed"
DEBUG 2016-04-30T10:59:35.713 plotTextArrow: 23986 to "EV"
DEBUG 2016-04-30T10:59:35.713 "MODE" change at index 25876 to "Loiter"
DEBUG 2016-04-30T10:59:35.713 plotTextArrow: 25876 to "MODE"
DEBUG 2016-04-30T10:59:35.713 "MODE" change at index 28548 to "Alt Hold"
DEBUG 2016-04-30T10:59:35.714 plotTextArrow: 28548 to "MODE"
DEBUG 2016-04-30T10:59:35.714 "EV" change at index 35411 to "Autotune Initialized"
DEBUG 2016-04-30T10:59:35.714 plotTextArrow: 35411 to "EV"
DEBUG 2016-04-30T10:59:35.714 "MODE" change at index 35412 to "Auto Tune"
DEBUG 2016-04-30T10:59:35.714 plotTextArrow: 35412 to "MODE"
DEBUG 2016-04-30T10:59:35.715 "ERR" change at index 95256 to "Compass:Is Unhealthy"
DEBUG 2016-04-30T10:59:35.715 plotTextArrow: 95256 to "ERR"
DEBUG 2016-04-30T10:59:35.715 "ERR" change at index 96013 to "Crash-Check:Crash Detected"
DEBUG 2016-04-30T10:59:35.715 plotTextArrow: 96013 to "ERR"
DEBUG 2016-04-30T10:59:35.715 "EV" change at index 96014 to "Land Complete"
DEBUG 2016-04-30T10:59:35.716 plotTextArrow: 96014 to "EV"
DEBUG 2016-04-30T10:59:35.716 "EV" change at index 96015 to "Land Complete Maybe"
DEBUG 2016-04-30T10:59:35.716 plotTextArrow: 96015 to "EV"
DEBUG 2016-04-30T10:59:35.716 Inserting text arrows - DONE
DEBUG 2016-04-30T10:59:35.716 Inserting time cursor - DONE
DEBUG 2016-04-30T10:59:35.728 Rescaling graph - DONE
DEBUG 2016-04-30T10:59:35.734 Set up proxy for table filtering - DONE
DEBUG 2016-04-30T10:59:35.737 Set up check boxes - DONE
DEBUG 2016-04-30T10:59:35.737 AP2DataPlot2D::threadDone - EXIT
[Thread 0x7fffcd055700 (LWP 16401) exited]
DEBUG 2016-04-30T10:59:45.429 AP2DataPlot2D::threadTerminated = AP2DataPlotThread(0x4e4cf20)
DEBUG 2016-04-30T10:59:45.430 Destroyed AP2DataPlotThread: AP2DataPlotThread(0x4e4cf20)
QSqlDatabasePrivate::removeDatabase: connection '{21c6e98d-02da-496a-828d-dcd19696888c}' is still in use, all queries will cease to work.
[New Thread 0x7fffcd055700 (LWP 16405)]
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
DEBUG 2016-04-30T11:00:05.040 Created AP2DataPlotThread: AP2DataPlotThread(0x4f17f90)
[New Thread 0x7fff8bfff700 (LWP 16407)]
DEBUG 2016-04-30T11:00:05.042 AP2DataPlotThread::run(): Log loading start - 22110208 bytes
INFO 2016-04-30T11:00:16.462 Plot Log loading took 11.42 seconds - 22110208 of 22110208 bytes used
DEBUG 2016-04-30T11:00:16.472 AP2DataPlot2D::threadDone - ENTER
DEBUG 2016-04-30T11:00:16.472 Errorhandling - DONE
DEBUG 2016-04-30T11:00:16.475 Setup X-axis and scroller - DONE
DEBUG 2016-04-30T11:00:17.598 Adding data to tree view - DONE
DEBUG 2016-04-30T11:00:17.598 Setting up arrow graphs - DONE
DEBUG 2016-04-30T11:00:17.599 Lading MODE...
DEBUG 2016-04-30T11:00:17.599 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:00:17.599 Query prepared....
DEBUG 2016-04-30T11:00:17.599 Query executed....
DEBUG 2016-04-30T11:00:17.599 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.599 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.600 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.600 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.600 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.600 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.600 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.600 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.600 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.600 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.601 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.601 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.601 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.601 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.601 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.601 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:17.601 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:00:17.601 Lading ERR...
DEBUG 2016-04-30T11:00:17.602 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:00:17.602 Query prepared....
DEBUG 2016-04-30T11:00:17.602 Graph loaded with no table of type "ERR" . This is strange!
DEBUG 2016-04-30T11:00:17.602 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:00:17.602 Lading EV....
DEBUG 2016-04-30T11:00:17.602 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:00:17.602 Query prepared....
DEBUG 2016-04-30T11:00:17.603 Graph loaded with no table of type "EV" . This is strange!
DEBUG 2016-04-30T11:00:17.603 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:00:17.603 Lading MSG...
DEBUG 2016-04-30T11:00:17.603 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:00:17.603 Query prepared....
DEBUG 2016-04-30T11:00:17.603 Query executed....
DEBUG 2016-04-30T11:00:17.603 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.603 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.604 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.604 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.604 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.604 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.604 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.604 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.605 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.605 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.605 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.605 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.605 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.605 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.605 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.606 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.606 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.606 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.606 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.606 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.606 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.606 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.607 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.607 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.607 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.607 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.607 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.607 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.607 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.608 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.608 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.608 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.608 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.608 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.608 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.608 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.609 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.609 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.609 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.609 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.609 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.610 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.610 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.610 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.610 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.610 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.610 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.611 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.611 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.611 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.611 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.611 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.611 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:17.612 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:00:17.612 Lading MODE/ERR/EV/MSG - DONE
DEBUG 2016-04-30T11:00:17.612 "MSG" change at index 603 to "ArduPlane V3.3.0 (6be0932d)"
DEBUG 2016-04-30T11:00:17.612 plotTextArrow: 603 to "MSG"
DEBUG 2016-04-30T11:00:17.612 "MSG" change at index 604 to "PX4: d2c86797 NuttX: 1e53bc3d"
DEBUG 2016-04-30T11:00:17.613 plotTextArrow: 604 to "MSG"
DEBUG 2016-04-30T11:00:17.613 "MSG" change at index 605 to "PX4v2 0038002A 34324709 31323533"
DEBUG 2016-04-30T11:00:17.613 plotTextArrow: 605 to "MSG"
DEBUG 2016-04-30T11:00:17.613 "MSG" change at index 607 to "zero airspeed calibrated"
DEBUG 2016-04-30T11:00:17.613 plotTextArrow: 607 to "MSG"
DEBUG 2016-04-30T11:00:17.613 "MSG" change at index 608 to "Demo Servos!"
DEBUG 2016-04-30T11:00:17.614 plotTextArrow: 608 to "MSG"
DEBUG 2016-04-30T11:00:17.614 "MSG" change at index 609 to "Initialising APM..."
DEBUG 2016-04-30T11:00:17.614 plotTextArrow: 609 to "MSG"
DEBUG 2016-04-30T11:00:17.614 "MSG" change at index 610 to "Demo Servos!"
DEBUG 2016-04-30T11:00:17.614 plotTextArrow: 610 to "MSG"
DEBUG 2016-04-30T11:00:17.615 "MSG" change at index 611 to "Demo Servos!"
DEBUG 2016-04-30T11:00:17.615 plotTextArrow: 611 to "MSG"
DEBUG 2016-04-30T11:00:17.615 "MSG" change at index 612 to "\n\n Ready to FLY."
DEBUG 2016-04-30T11:00:17.615 plotTextArrow: 612 to "MSG"
DEBUG 2016-04-30T11:00:17.615 "MSG" change at index 614 to "New mission"
DEBUG 2016-04-30T11:00:17.615 plotTextArrow: 614 to "MSG"
DEBUG 2016-04-30T11:00:17.616 "MODE" change at index 629 to "Stabilize"
DEBUG 2016-04-30T11:00:17.616 plotTextArrow: 629 to "MODE"
DEBUG 2016-04-30T11:00:17.616 "MSG" change at index 637 to "init home"
DEBUG 2016-04-30T11:00:17.616 plotTextArrow: 637 to "MSG"
DEBUG 2016-04-30T11:00:17.616 "MSG" change at index 638 to "gps alt: 1082"
DEBUG 2016-04-30T11:00:17.616 plotTextArrow: 638 to "MSG"
DEBUG 2016-04-30T11:00:17.617 "MSG" change at index 929 to "Throttle armed!"
DEBUG 2016-04-30T11:00:17.617 plotTextArrow: 929 to "MSG"
DEBUG 2016-04-30T11:00:17.617 "MODE" change at index 931 to "Stabilize"
DEBUG 2016-04-30T11:00:17.617 plotTextArrow: 931 to "MODE"
DEBUG 2016-04-30T11:00:17.617 "MSG" change at index 3221 to "Executing nav command ID #22"
DEBUG 2016-04-30T11:00:17.618 plotTextArrow: 3221 to "MSG"
DEBUG 2016-04-30T11:00:17.618 "MODE" change at index 3222 to "Unknown Mode:10"
DEBUG 2016-04-30T11:00:17.618 plotTextArrow: 3222 to "MODE"
DEBUG 2016-04-30T11:00:17.618 "MSG" change at index 10212 to "Armed AUTO, xaccel = 11.2 m/s/s, waiting 0.0 sec"
DEBUG 2016-04-30T11:00:17.618 plotTextArrow: 10212 to "MSG"
DEBUG 2016-04-30T11:00:17.619 "MSG" change at index 10213 to "Triggered AUTO, GPSspd = 0.4"
DEBUG 2016-04-30T11:00:17.619 plotTextArrow: 10213 to "MSG"
DEBUG 2016-04-30T11:00:17.619 "MSG" change at index 11756 to "Holding course 20364 at 11.7m/s (-0.7)"
DEBUG 2016-04-30T11:00:17.619 plotTextArrow: 11756 to "MSG"
DEBUG 2016-04-30T11:00:17.619 "MSG" change at index 15522 to "Takeoff complete at 40.01m"
DEBUG 2016-04-30T11:00:17.620 plotTextArrow: 15522 to "MSG"
DEBUG 2016-04-30T11:00:17.620 "MSG" change at index 15524 to "Executing nav command ID #16"
DEBUG 2016-04-30T11:00:17.620 plotTextArrow: 15524 to "MSG"
DEBUG 2016-04-30T11:00:17.620 "MSG" change at index 21058 to "Passed Waypoint #2 dist 6m"
DEBUG 2016-04-30T11:00:17.620 plotTextArrow: 21058 to "MSG"
DEBUG 2016-04-30T11:00:17.621 "MSG" change at index 21060 to "Executing nav command ID #16"
DEBUG 2016-04-30T11:00:17.621 plotTextArrow: 21060 to "MSG"
DEBUG 2016-04-30T11:00:17.621 "MSG" change at index 32477 to "Reached Waypoint #3 dist 4m"
DEBUG 2016-04-30T11:00:17.621 plotTextArrow: 32477 to "MSG"
DEBUG 2016-04-30T11:00:17.621 "MSG" change at index 32479 to "Executing nav command ID #16"
DEBUG 2016-04-30T11:00:17.622 plotTextArrow: 32479 to "MSG"
DEBUG 2016-04-30T11:00:17.622 "MSG" change at index 56910 to "Reached Waypoint #6 dist 4m"
DEBUG 2016-04-30T11:00:17.622 plotTextArrow: 56910 to "MSG"
DEBUG 2016-04-30T11:00:17.622 "MSG" change at index 56912 to "Executing nav command ID #16"
DEBUG 2016-04-30T11:00:17.622 plotTextArrow: 56912 to "MSG"
DEBUG 2016-04-30T11:00:17.623 "MSG" change at index 59529 to "Passed Waypoint #7 dist 38m"
DEBUG 2016-04-30T11:00:17.623 plotTextArrow: 59529 to "MSG"
DEBUG 2016-04-30T11:00:17.623 "MSG" change at index 59531 to "Executing nav command ID #16"
DEBUG 2016-04-30T11:00:17.623 plotTextArrow: 59531 to "MSG"
DEBUG 2016-04-30T11:00:17.623 "MSG" change at index 82248 to "Passed Waypoint #9 dist 32m"
DEBUG 2016-04-30T11:00:17.624 plotTextArrow: 82248 to "MSG"
DEBUG 2016-04-30T11:00:17.624 "MSG" change at index 82250 to "Executing command ID #178"
DEBUG 2016-04-30T11:00:17.624 plotTextArrow: 82250 to "MSG"
DEBUG 2016-04-30T11:00:17.624 "MSG" change at index 82251 to "Set airspeed 16 m/s"
DEBUG 2016-04-30T11:00:17.624 plotTextArrow: 82251 to "MSG"
DEBUG 2016-04-30T11:00:17.624 "MSG" change at index 82253 to "Executing nav command ID #16"
DEBUG 2016-04-30T11:00:17.625 plotTextArrow: 82253 to "MSG"
DEBUG 2016-04-30T11:00:17.625 "MSG" change at index 102439 to "Reached Waypoint #11 dist 4m"
DEBUG 2016-04-30T11:00:17.625 plotTextArrow: 102439 to "MSG"
DEBUG 2016-04-30T11:00:17.625 "MSG" change at index 102441 to "Executing nav command ID #16"
DEBUG 2016-04-30T11:00:17.625 plotTextArrow: 102441 to "MSG"
DEBUG 2016-04-30T11:00:17.625 "MSG" change at index 104471 to "Passed Waypoint #12 dist 47m"
DEBUG 2016-04-30T11:00:17.625 plotTextArrow: 104471 to "MSG"
DEBUG 2016-04-30T11:00:17.626 "MSG" change at index 104473 to "Executing nav command ID #16"
DEBUG 2016-04-30T11:00:17.626 plotTextArrow: 104473 to "MSG"
DEBUG 2016-04-30T11:00:17.626 "MODE" change at index 118170 to "Loiter"
DEBUG 2016-04-30T11:00:17.626 plotTextArrow: 118170 to "MODE"
DEBUG 2016-04-30T11:00:17.626 "MODE" change at index 129927 to "Stabilize"
DEBUG 2016-04-30T11:00:17.626 plotTextArrow: 129927 to "MODE"
DEBUG 2016-04-30T11:00:17.626 "MODE" change at index 139765 to "Loiter"
DEBUG 2016-04-30T11:00:17.627 plotTextArrow: 139765 to "MODE"
DEBUG 2016-04-30T11:00:17.627 "MSG" change at index 139933 to "Executing nav command ID #16"
DEBUG 2016-04-30T11:00:17.627 plotTextArrow: 139933 to "MSG"
DEBUG 2016-04-30T11:00:17.627 "MODE" change at index 139934 to "Unknown Mode:10"
DEBUG 2016-04-30T11:00:17.627 plotTextArrow: 139934 to "MODE"
DEBUG 2016-04-30T11:00:17.627 "MSG" change at index 139945 to "Throttle unsuppressed - altitude 104.84"
DEBUG 2016-04-30T11:00:17.627 plotTextArrow: 139945 to "MSG"
DEBUG 2016-04-30T11:00:17.627 "MSG" change at index 145208 to "Reached Waypoint #13 dist 3m"
DEBUG 2016-04-30T11:00:17.628 plotTextArrow: 145208 to "MSG"
DEBUG 2016-04-30T11:00:17.628 "MSG" change at index 145209 to "Returning to Home"
DEBUG 2016-04-30T11:00:17.628 plotTextArrow: 145209 to "MSG"
DEBUG 2016-04-30T11:00:17.628 "MSG" change at index 145212 to "Executing nav command ID #17"
DEBUG 2016-04-30T11:00:17.628 plotTextArrow: 145212 to "MSG"
DEBUG 2016-04-30T11:00:17.628 "MODE" change at index 169641 to "Loiter"
DEBUG 2016-04-30T11:00:17.628 plotTextArrow: 169641 to "MODE"
DEBUG 2016-04-30T11:00:17.629 "MSG" change at index 214135 to "MSG FS ON 1380"
DEBUG 2016-04-30T11:00:17.629 plotTextArrow: 214135 to "MSG"
DEBUG 2016-04-30T11:00:17.629 "MSG" change at index 214136 to "Failsafe - Short event on, "
DEBUG 2016-04-30T11:00:17.629 plotTextArrow: 214136 to "MSG"
DEBUG 2016-04-30T11:00:17.629 "MODE" change at index 214137 to "Acro"
DEBUG 2016-04-30T11:00:17.629 plotTextArrow: 214137 to "MODE"
DEBUG 2016-04-30T11:00:17.629 "MSG" change at index 214138 to "flight mode = 1"
DEBUG 2016-04-30T11:00:17.630 plotTextArrow: 214138 to "MSG"
DEBUG 2016-04-30T11:00:17.630 "MSG" change at index 214148 to "Throttle unsuppressed - altitude 99.15"
DEBUG 2016-04-30T11:00:17.630 plotTextArrow: 214148 to "MSG"
DEBUG 2016-04-30T11:00:17.630 "MSG" change at index 216409 to "Failsafe - Long event on, "
DEBUG 2016-04-30T11:00:17.630 plotTextArrow: 216409 to "MSG"
DEBUG 2016-04-30T11:00:17.630 "MODE" change at index 216411 to "Drift"
DEBUG 2016-04-30T11:00:17.631 plotTextArrow: 216411 to "MODE"
DEBUG 2016-04-30T11:00:17.631 "MODE" change at index 216412 to "Drift"
DEBUG 2016-04-30T11:00:17.631 plotTextArrow: 216412 to "MODE"
DEBUG 2016-04-30T11:00:17.631 "MSG" change at index 216413 to "flight mode = 11"
DEBUG 2016-04-30T11:00:17.631 plotTextArrow: 216413 to "MSG"
DEBUG 2016-04-30T11:00:17.631 "MSG" change at index 216427 to "Throttle unsuppressed - altitude 98.25"
DEBUG 2016-04-30T11:00:17.631 plotTextArrow: 216427 to "MSG"
DEBUG 2016-04-30T11:00:17.632 "MODE" change at index 226376 to "Loiter"
DEBUG 2016-04-30T11:00:17.632 plotTextArrow: 226376 to "MODE"
DEBUG 2016-04-30T11:00:17.632 "MODE" change at index 228552 to "Stabilize"
DEBUG 2016-04-30T11:00:17.632 plotTextArrow: 228552 to "MODE"
DEBUG 2016-04-30T11:00:17.632 "MODE" change at index 316709 to "Drift"
DEBUG 2016-04-30T11:00:17.632 plotTextArrow: 316709 to "MODE"
DEBUG 2016-04-30T11:00:17.633 "MODE" change at index 316710 to "Drift"
DEBUG 2016-04-30T11:00:17.633 plotTextArrow: 316710 to "MODE"
DEBUG 2016-04-30T11:00:17.633 "MSG" change at index 316729 to "Throttle unsuppressed - altitude 44.35"
DEBUG 2016-04-30T11:00:17.633 plotTextArrow: 316729 to "MSG"
DEBUG 2016-04-30T11:00:17.633 "MODE" change at index 509571 to "Stabilize"
DEBUG 2016-04-30T11:00:17.633 plotTextArrow: 509571 to "MODE"
DEBUG 2016-04-30T11:00:17.634 "MSG" change at index 717821 to "MSG FS ON 1105"
DEBUG 2016-04-30T11:00:17.634 plotTextArrow: 717821 to "MSG"
DEBUG 2016-04-30T11:00:17.634 "MSG" change at index 717822 to "Failsafe - Short event on, "
DEBUG 2016-04-30T11:00:17.634 plotTextArrow: 717822 to "MSG"
DEBUG 2016-04-30T11:00:17.634 "MSG" change at index 717823 to "flight mode = 1"
DEBUG 2016-04-30T11:00:17.634 plotTextArrow: 717823 to "MSG"
DEBUG 2016-04-30T11:00:17.635 "MSG" change at index 717855 to "Failsafe - Long event on, "
DEBUG 2016-04-30T11:00:17.635 plotTextArrow: 717855 to "MSG"
DEBUG 2016-04-30T11:00:17.635 "MSG" change at index 717856 to "flight mode = 11"
DEBUG 2016-04-30T11:00:17.635 plotTextArrow: 717856 to "MSG"
DEBUG 2016-04-30T11:00:17.635 Inserting text arrows - DONE
DEBUG 2016-04-30T11:00:17.635 Inserting time cursor - DONE
DEBUG 2016-04-30T11:00:17.650 Rescaling graph - DONE
DEBUG 2016-04-30T11:00:17.684 Set up proxy for table filtering - DONE
DEBUG 2016-04-30T11:00:17.690 Set up check boxes - DONE
DEBUG 2016-04-30T11:00:17.691 AP2DataPlot2D::threadDone - EXIT
DEBUG 2016-04-30T11:00:26.463 AP2DataPlot2D::threadTerminated = AP2DataPlotThread(0x4f17f90)
[Thread 0x7fff8bfff700 (LWP 16407) exited]
DEBUG 2016-04-30T11:00:26.463 Destroyed AP2DataPlotThread: AP2DataPlotThread(0x4f17f90)
QSqlDatabasePrivate::removeDatabase: connection '{7c5f3cef-b4c5-4584-bdd2-63cbcab9be57}' is still in use, all queries will cease to work.
[New Thread 0x7fff8bfff700 (LWP 16410)]
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
DEBUG 2016-04-30T11:00:46.107 Created AP2DataPlotThread: AP2DataPlotThread(0x4a00680)
[New Thread 0x7fffb97fd700 (LWP 16413)]
DEBUG 2016-04-30T11:00:46.108 AP2DataPlotThread::run(): Log loading start - 6171805 bytes
INFO 2016-04-30T11:00:49.079 Plot Log loading took 2.971 seconds - 6171805 of 6171805 bytes used
DEBUG 2016-04-30T11:00:49.088 AP2DataPlot2D::threadDone - ENTER
DEBUG 2016-04-30T11:00:49.089 Errorhandling - DONE
DEBUG 2016-04-30T11:00:49.093 Setup X-axis and scroller - DONE
DEBUG 2016-04-30T11:00:49.554 Adding data to tree view - DONE
DEBUG 2016-04-30T11:00:49.554 Setting up arrow graphs - DONE
DEBUG 2016-04-30T11:00:49.555 Lading MODE...
DEBUG 2016-04-30T11:00:49.555 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:00:49.555 Query prepared....
DEBUG 2016-04-30T11:00:49.555 Query executed....
DEBUG 2016-04-30T11:00:49.555 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.556 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.556 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.556 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.556 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.556 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.557 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.557 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.557 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.557 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.557 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.557 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.558 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.558 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.558 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.558 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.558 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.559 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.559 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.559 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.559 Message of type "MODE" processed....
DEBUG 2016-04-30T11:00:49.559 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:00:49.559 Lading ERR...
DEBUG 2016-04-30T11:00:49.560 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:00:49.560 Query prepared....
DEBUG 2016-04-30T11:00:49.560 Query executed....
DEBUG 2016-04-30T11:00:49.560 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:00:49.560 Lading EV....
DEBUG 2016-04-30T11:00:49.561 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:00:49.561 Query prepared....
DEBUG 2016-04-30T11:00:49.561 Query executed....
DEBUG 2016-04-30T11:00:49.561 Message of type "EV" processed....
DEBUG 2016-04-30T11:00:49.561 Message of type "EV" processed....
DEBUG 2016-04-30T11:00:49.561 Message of type "EV" processed....
DEBUG 2016-04-30T11:00:49.562 Message of type "EV" processed....
DEBUG 2016-04-30T11:00:49.562 Message of type "EV" processed....
DEBUG 2016-04-30T11:00:49.562 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:00:49.562 Lading MSG...
DEBUG 2016-04-30T11:00:49.562 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:00:49.563 Query prepared....
DEBUG 2016-04-30T11:00:49.563 Query executed....
DEBUG 2016-04-30T11:00:49.563 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:49.563 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:49.563 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:49.564 Message of type "MSG" processed....
DEBUG 2016-04-30T11:00:49.564 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:00:49.564 Lading MODE/ERR/EV/MSG - DONE
DEBUG 2016-04-30T11:00:49.564 "MSG" change at index 77 to "APM:Copter V3.3-rc6 (ded8eaa6)"
DEBUG 2016-04-30T11:00:49.564 plotTextArrow: 77 to "MSG"
DEBUG 2016-04-30T11:00:49.565 "MSG" change at index 78 to "PX4: 2120816e NuttX: d447403a"
DEBUG 2016-04-30T11:00:49.565 plotTextArrow: 78 to "MSG"
DEBUG 2016-04-30T11:00:49.565 "MSG" change at index 79 to "PX4v2 00220034 3432470E 31323533"
DEBUG 2016-04-30T11:00:49.565 plotTextArrow: 79 to "MSG"
DEBUG 2016-04-30T11:00:49.565 "MSG" change at index 80 to "Frame: HEXA"
DEBUG 2016-04-30T11:00:49.566 plotTextArrow: 80 to "MSG"
DEBUG 2016-04-30T11:00:49.566 "MODE" change at index 572 to "Stabilize"
DEBUG 2016-04-30T11:00:49.566 plotTextArrow: 572 to "MODE"
DEBUG 2016-04-30T11:00:49.566 "EV" change at index 573 to "Armed"
DEBUG 2016-04-30T11:00:49.566 plotTextArrow: 573 to "EV"
DEBUG 2016-04-30T11:00:49.567 "MODE" change at index 574 to "Stabilize"
DEBUG 2016-04-30T11:00:49.567 plotTextArrow: 574 to "MODE"
DEBUG 2016-04-30T11:00:49.567 "EV" change at index 1218 to "Auto-Armed"
DEBUG 2016-04-30T11:00:49.567 plotTextArrow: 1218 to "EV"
DEBUG 2016-04-30T11:00:49.567 "EV" change at index 1425 to "Not Landed"
DEBUG 2016-04-30T11:00:49.567 plotTextArrow: 1425 to "EV"
DEBUG 2016-04-30T11:00:49.568 "MODE" change at index 6819 to "Alt Hold"
DEBUG 2016-04-30T11:00:49.568 plotTextArrow: 6819 to "MODE"
DEBUG 2016-04-30T11:00:49.568 "MODE" change at index 8134 to "Stabilize"
DEBUG 2016-04-30T11:00:49.568 plotTextArrow: 8134 to "MODE"
DEBUG 2016-04-30T11:00:49.568 "MODE" change at index 8227 to "Loiter"
DEBUG 2016-04-30T11:00:49.568 plotTextArrow: 8227 to "MODE"
DEBUG 2016-04-30T11:00:49.568 "MODE" change at index 70336 to "Stabilize"
DEBUG 2016-04-30T11:00:49.569 plotTextArrow: 70336 to "MODE"
DEBUG 2016-04-30T11:00:49.569 "MODE" change at index 71253 to "Alt Hold"
DEBUG 2016-04-30T11:00:49.569 plotTextArrow: 71253 to "MODE"
DEBUG 2016-04-30T11:00:49.569 "MODE" change at index 80639 to "Stabilize"
DEBUG 2016-04-30T11:00:49.569 plotTextArrow: 80639 to "MODE"
DEBUG 2016-04-30T11:00:49.569 "MODE" change at index 82549 to "Alt Hold"
DEBUG 2016-04-30T11:00:49.569 plotTextArrow: 82549 to "MODE"
DEBUG 2016-04-30T11:00:49.570 "MODE" change at index 89729 to "Loiter"
DEBUG 2016-04-30T11:00:49.570 plotTextArrow: 89729 to "MODE"
DEBUG 2016-04-30T11:00:49.570 "MODE" change at index 99098 to "RTL"
DEBUG 2016-04-30T11:00:49.570 plotTextArrow: 99098 to "MODE"
DEBUG 2016-04-30T11:00:49.570 "MODE" change at index 102266 to "Drift"
DEBUG 2016-04-30T11:00:49.570 plotTextArrow: 102266 to "MODE"
DEBUG 2016-04-30T11:00:49.570 "MODE" change at index 102452 to "Loiter"
DEBUG 2016-04-30T11:00:49.571 plotTextArrow: 102452 to "MODE"
DEBUG 2016-04-30T11:00:49.571 "MODE" change at index 103515 to "Drift"
DEBUG 2016-04-30T11:00:49.571 plotTextArrow: 103515 to "MODE"
DEBUG 2016-04-30T11:00:49.571 "MODE" change at index 103664 to "Alt Hold"
DEBUG 2016-04-30T11:00:49.571 plotTextArrow: 103664 to "MODE"
DEBUG 2016-04-30T11:00:49.571 "MODE" change at index 106580 to "Drift"
DEBUG 2016-04-30T11:00:49.571 plotTextArrow: 106580 to "MODE"
DEBUG 2016-04-30T11:00:49.572 "MODE" change at index 106738 to "Loiter"
DEBUG 2016-04-30T11:00:49.572 plotTextArrow: 106738 to "MODE"
DEBUG 2016-04-30T11:00:49.572 "MODE" change at index 109359 to "RTL"
DEBUG 2016-04-30T11:00:49.572 plotTextArrow: 109359 to "MODE"
DEBUG 2016-04-30T11:00:49.572 "MODE" change at index 115164 to "Auto"
DEBUG 2016-04-30T11:00:49.572 plotTextArrow: 115164 to "MODE"
DEBUG 2016-04-30T11:00:49.572 "MODE" change at index 115353 to "Loiter"
DEBUG 2016-04-30T11:00:49.573 plotTextArrow: 115353 to "MODE"
DEBUG 2016-04-30T11:00:49.573 "MODE" change at index 155953 to "Stabilize"
DEBUG 2016-04-30T11:00:49.573 plotTextArrow: 155953 to "MODE"
DEBUG 2016-04-30T11:00:49.573 "EV" change at index 160518 to "Land Complete Maybe"
DEBUG 2016-04-30T11:00:49.573 plotTextArrow: 160518 to "EV"
DEBUG 2016-04-30T11:00:49.573 "EV" change at index 160754 to "Land Complete"
DEBUG 2016-04-30T11:00:49.573 plotTextArrow: 160754 to "EV"
DEBUG 2016-04-30T11:00:49.574 Inserting text arrows - DONE
DEBUG 2016-04-30T11:00:49.574 Inserting time cursor - DONE
DEBUG 2016-04-30T11:00:49.585 Rescaling graph - DONE
DEBUG 2016-04-30T11:00:49.596 Set up proxy for table filtering - DONE
DEBUG 2016-04-30T11:00:49.601 Set up check boxes - DONE
DEBUG 2016-04-30T11:00:49.601 AP2DataPlot2D::threadDone - EXIT
[Thread 0x7fffb97fd700 (LWP 16413) exited]
DEBUG 2016-04-30T11:00:59.084 AP2DataPlot2D::threadTerminated = AP2DataPlotThread(0x4a00680)
DEBUG 2016-04-30T11:00:59.085 Destroyed AP2DataPlotThread: AP2DataPlotThread(0x4a00680)
QSqlDatabasePrivate::removeDatabase: connection '{dcd290b0-5a52-4486-8521-63d7b298221f}' is still in use, all queries will cease to work.
[New Thread 0x7fffb97fd700 (LWP 16415)]
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No space left on device
DEBUG 2016-04-30T11:01:13.516 Created AP2DataPlotThread: AP2DataPlotThread(0x4abaa10)
[New Thread 0x7fffabfff700 (LWP 16416)]
DEBUG 2016-04-30T11:01:13.517 AP2DataPlotThread::run(): Log loading start - 6171805 bytes
INFO 2016-04-30T11:01:16.564 Plot Log loading took 3.047 seconds - 6171805 of 6171805 bytes used
DEBUG 2016-04-30T11:01:16.570 AP2DataPlot2D::threadDone - ENTER
DEBUG 2016-04-30T11:01:16.570 Errorhandling - DONE
DEBUG 2016-04-30T11:01:16.572 Setup X-axis and scroller - DONE
DEBUG 2016-04-30T11:01:17.017 Adding data to tree view - DONE
DEBUG 2016-04-30T11:01:17.018 Setting up arrow graphs - DONE
DEBUG 2016-04-30T11:01:17.018 Lading MODE...
DEBUG 2016-04-30T11:01:17.018 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:01:17.018 Query prepared....
DEBUG 2016-04-30T11:01:17.018 Query executed....
DEBUG 2016-04-30T11:01:17.018 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.018 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.019 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.019 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.019 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.019 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.019 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.019 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.020 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.020 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.020 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.020 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.020 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.020 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.020 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.021 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.021 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.021 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.021 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.021 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.021 Message of type "MODE" processed....
DEBUG 2016-04-30T11:01:17.022 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:01:17.022 Lading ERR...
DEBUG 2016-04-30T11:01:17.022 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:01:17.022 Query prepared....
DEBUG 2016-04-30T11:01:17.022 Query executed....
DEBUG 2016-04-30T11:01:17.022 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:01:17.023 Lading EV....
DEBUG 2016-04-30T11:01:17.023 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:01:17.023 Query prepared....
DEBUG 2016-04-30T11:01:17.023 Query executed....
DEBUG 2016-04-30T11:01:17.023 Message of type "EV" processed....
DEBUG 2016-04-30T11:01:17.023 Message of type "EV" processed....
DEBUG 2016-04-30T11:01:17.024 Message of type "EV" processed....
DEBUG 2016-04-30T11:01:17.024 Message of type "EV" processed....
DEBUG 2016-04-30T11:01:17.024 Message of type "EV" processed....
DEBUG 2016-04-30T11:01:17.024 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:01:17.024 Lading MSG...
DEBUG 2016-04-30T11:01:17.024 AP2DataPlot2DModel::getMessagesOfType - ENTER
DEBUG 2016-04-30T11:01:17.025 Query prepared....
DEBUG 2016-04-30T11:01:17.025 Query executed....
DEBUG 2016-04-30T11:01:17.025 Message of type "MSG" processed....
DEBUG 2016-04-30T11:01:17.025 Message of type "MSG" processed....
DEBUG 2016-04-30T11:01:17.025 Message of type "MSG" processed....
DEBUG 2016-04-30T11:01:17.025 Message of type "MSG" processed....
DEBUG 2016-04-30T11:01:17.027 AP2DataPlot2DModel::getMessagesOfType - EXIT
DEBUG 2016-04-30T11:01:17.027 Lading MODE/ERR/EV/MSG - DONE
DEBUG 2016-04-30T11:01:17.027 "MSG" change at index 77 to "APM:Copter V3.3-rc6 (ded8eaa6)"
DEBUG 2016-04-30T11:01:17.027 plotTextArrow: 77 to "MSG"
DEBUG 2016-04-30T11:01:17.027 "MSG" change at index 78 to "PX4: 2120816e NuttX: d447403a"
DEBUG 2016-04-30T11:01:17.027 plotTextArrow: 78 to "MSG"
DEBUG 2016-04-30T11:01:17.028 "MSG" change at index 79 to "PX4v2 00220034 3432470E 31323533"
DEBUG 2016-04-30T11:01:17.028 plotTextArrow: 79 to "MSG"
DEBUG 2016-04-30T11:01:17.028 "MSG" change at index 80 to "Frame: HEXA"
DEBUG 2016-04-30T11:01:17.028 plotTextArrow: 80 to "MSG"
DEBUG 2016-04-30T11:01:17.029 "MODE" change at index 572 to "Stabilize"
DEBUG 2016-04-30T11:01:17.029 plotTextArrow: 572 to "MODE"
DEBUG 2016-04-30T11:01:17.029 "EV" change at index 573 to "Armed"
DEBUG 2016-04-30T11:01:17.029 plotTextArrow: 573 to "EV"
DEBUG 2016-04-30T11:01:17.029 "MODE" change at index 574 to "Stabilize"
DEBUG 2016-04-30T11:01:17.030 plotTextArrow: 574 to "MODE"
DEBUG 2016-04-30T11:01:17.030 "EV" change at index 1218 to "Auto-Armed"
DEBUG 2016-04-30T11:01:17.030 plotTextArrow: 1218 to "EV"
DEBUG 2016-04-30T11:01:17.030 "EV" change at index 1425 to "Not Landed"
DEBUG 2016-04-30T11:01:17.030 plotTextArrow: 1425 to "EV"
DEBUG 2016-04-30T11:01:17.031 "MODE" change at index 6819 to "Alt Hold"
DEBUG 2016-04-30T11:01:17.031 plotTextArrow: 6819 to "MODE"
DEBUG 2016-04-30T11:01:17.031 "MODE" change at index 8134 to "Stabilize"
DEBUG 2016-04-30T11:01:17.031 plotTextArrow: 8134 to "MODE"
DEBUG 2016-04-30T11:01:17.031 "MODE" change at index 8227 to "Loiter"
DEBUG 2016-04-30T11:01:17.032 plotTextArrow: 8227 to "MODE"
DEBUG 2016-04-30T11:01:17.032 "MODE" change at index 70336 to "Stabilize"
DEBUG 2016-04-30T11:01:17.032 plotTextArrow: 70336 to "MODE"
DEBUG 2016-04-30T11:01:17.032 "MODE" change at index 71253 to "Alt Hold"
DEBUG 2016-04-30T11:01:17.032 plotTextArrow: 71253 to "MODE"
DEBUG 2016-04-30T11:01:17.033 "MODE" change at index 80639 to "Stabilize"
DEBUG 2016-04-30T11:01:17.033 plotTextArrow: 80639 to "MODE"
DEBUG 2016-04-30T11:01:17.033 "MODE" change at index 82549 to "Alt Hold"
DEBUG 2016-04-30T11:01:17.033 plotTextArrow: 82549 to "MODE"
DEBUG 2016-04-30T11:01:17.033 "MODE" change at index 89729 to "Loiter"
DEBUG 2016-04-30T11:01:17.034 plotTextArrow: 89729 to "MODE"
DEBUG 2016-04-30T11:01:17.034 "MODE" change at index 99098 to "RTL"
DEBUG 2016-04-30T11:01:17.034 plotTextArrow: 99098 to "MODE"
DEBUG 2016-04-30T11:01:17.034 "MODE" change at index 102266 to "Drift"
DEBUG 2016-04-30T11:01:17.034 plotTextArrow: 102266 to "MODE"
DEBUG 2016-04-30T11:01:17.035 "MODE" change at index 102452 to "Loiter"
DEBUG 2016-04-30T11:01:17.035 plotTextArrow: 102452 to "MODE"
DEBUG 2016-04-30T11:01:17.035 "MODE" change at index 103515 to "Drift"
DEBUG 2016-04-30T11:01:17.035 plotTextArrow: 103515 to "MODE"
DEBUG 2016-04-30T11:01:17.035 "MODE" change at index 103664 to "Alt Hold"
DEBUG 2016-04-30T11:01:17.035 plotTextArrow: 103664 to "MODE"
DEBUG 2016-04-30T11:01:17.036 "MODE" change at index 106580 to "Drift"
DEBUG 2016-04-30T11:01:17.036 plotTextArrow: 106580 to "MODE"
DEBUG 2016-04-30T11:01:17.036 "MODE" change at index 106738 to "Loiter"
DEBUG 2016-04-30T11:01:17.036 plotTextArrow: 106738 to "MODE"
DEBUG 2016-04-30T11:01:17.036 "MODE" change at index 109359 to "RTL"
DEBUG 2016-04-30T11:01:17.036 plotTextArrow: 109359 to "MODE"
DEBUG 2016-04-30T11:01:17.036 "MODE" change at index 115164 to "Auto"
DEBUG 2016-04-30T11:01:17.036 plotTextArrow: 115164 to "MODE"
DEBUG 2016-04-30T11:01:17.037 "MODE" change at index 115353 to "Loiter"
DEBUG 2016-04-30T11:01:17.037 plotTextArrow: 115353 to "MODE"
DEBUG 2016-04-30T11:01:17.037 "MODE" change at index 155953 to "Stabilize"
DEBUG 2016-04-30T11:01:17.037 plotTextArrow: 155953 to "MODE"
DEBUG 2016-04-30T11:01:17.037 "EV" change at index 160518 to "Land Complete Maybe"
DEBUG 2016-04-30T11:01:17.037 plotTextArrow: 160518 to "EV"
DEBUG 2016-04-30T11:01:17.037 "EV" change at index 160754 to "Land Complete"
DEBUG 2016-04-30T11:01:17.037 plotTextArrow: 160754 to "EV"
DEBUG 2016-04-30T11:01:17.038 Inserting text arrows - DONE
DEBUG 2016-04-30T11:01:17.038 Inserting time cursor - DONE
DEBUG 2016-04-30T11:01:17.049 Rescaling graph - DONE
DEBUG 2016-04-30T11:01:17.060 Set up proxy for table filtering - DONE
DEBUG 2016-04-30T11:01:17.064 Set up check boxes - DONE
DEBUG 2016-04-30T11:01:17.064 AP2DataPlot2D::threadDone - EXIT
QSqlDatabasePrivate::removeDatabase: connection '{9bf9a617-ec93-4774-b6da-3a4b91e47218}' is still in use, all queries will cease to work.
DEBUG 2016-04-30T11:01:21.472 Destroyed AP2DataPlotThread: AP2DataPlotThread(0x4abaa10)
QThread: Destroyed while thread is still running
Thread 38 "AP2DataPlotThre" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffabfff700 (LWP 16416)]
0x00007ffff4d619f5 in QMutex::lock() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
(gdb) quit
A debugging session is active.
Inferior 1 [process 16360] will be killed.
Quit anyway? (y or n) y
andre@loke:~/Downloads/apm_planner-Segfault_Fix_wip/release$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment