Created
April 29, 2016 18:08
-
-
Save AndKe/df5d64ac905cad0862dd0ba5d8660585 to your computer and use it in GitHub Desktop.
opened, then crashed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 2963)] | |
[New Thread 0x7fffdde9a700 (LWP 2964)] | |
[New Thread 0x7fffdd699700 (LWP 2965)] | |
[New Thread 0x7fffdce98700 (LWP 2966)] | |
[New Thread 0x7fffcd856700 (LWP 2967)] | |
INFO 2016-04-29T20:06:57.104 QGCCore::initialize() | |
INFO 2016-04-29T20:06:57.105 Current Build Info | |
INFO 2016-04-29T20:06:57.105 Git Hash: | |
INFO 2016-04-29T20:06:57.105 Git Commit: | |
INFO 2016-04-29T20:06:57.105 APPLICATION_NAME: "APM Planner" | |
INFO 2016-04-29T20:06:57.105 APPLICATION_VERSION: "v2.0.20" | |
INFO 2016-04-29T20:06:57.105 APP_PLATFORM: ubuntu64 | |
INFO 2016-04-29T20:06:57.105 APP_TYPE: stable | |
INFO 2016-04-29T20:06:57.158 Start Link Manager | |
DEBUG 2016-04-29T20:06:57.158 Create MAVLinkDecoder: MAVLinkDecoder(0x1b51050) | |
INFO 2016-04-29T20:06:57.158 Start UAS Manager | |
[New Thread 0x7fffc6370700 (LWP 2968)] | |
DEBUG 2016-04-29T20:06:57.179 Creating MainWindow | |
INFO 2016-04-29T20:06:57.267 Creating SubMainWindow: SubMainWindow(0x1c8d500) | |
INFO 2016-04-29T20:06:57.267 setting objectName: "VIEW_MISSION" | |
INFO 2016-04-29T20:06:57.280 Creating SubMainWindow: SubMainWindow(0x1e307b0) | |
INFO 2016-04-29T20:06:57.280 setting objectName: "VIEW_FLIGHT" | |
INFO 2016-04-29T20:06:57.288 Creating SubMainWindow: SubMainWindow(0x1e48ce0) | |
INFO 2016-04-29T20:06:57.288 setting objectName: "VIEW_HARDWARE_CONFIG" | |
DEBUG 2016-04-29T20:06:57.445 fillPortsInfo | |
INFO 2016-04-29T20:06:57.454 Inserting "ttyS4" | |
INFO 2016-04-29T20:06:57.454 Inserting "ttyS0" | |
INFO 2016-04-29T20:06:57.454 Changed Link to: "ttyS4" | |
INFO 2016-04-29T20:06:57.635 Creating SubMainWindow: SubMainWindow(0x1ee9420) | |
INFO 2016-04-29T20:06:57.635 setting objectName: "VIEW_SOFTWARE_CONFIG" | |
DEBUG 2016-04-29T20:06:57.644 Disable Controls | |
INFO 2016-04-29T20:06:57.740 Creating SubMainWindow: SubMainWindow(0x3250a20) | |
INFO 2016-04-29T20:06:57.740 setting objectName: "VIEW_ENGINEER" | |
QObject::connect: No such signal QTableView::currentCellChanged(int,int,int,int) | |
QObject::connect: (sender name: 'tableWidget') | |
QObject::connect: (receiver name: 'AP2DataPlot2D') | |
INFO 2016-04-29T20:06:57.754 Creating SubMainWindow: SubMainWindow(0x32ec910) | |
INFO 2016-04-29T20:06:57.754 setting objectName: "VIEW_SIMULATOR" | |
DEBUG 2016-04-29T20:06:57.770 MODE: 0 | |
DEBUG 2016-04-29T20:06:57.771 "D|PREFLIGHT" | |
DEBUG 2016-04-29T20:06:57.771 MODE: 80 | |
DEBUG 2016-04-29T20:06:57.771 "D|STABILIZED" | |
DEBUG 2016-04-29T20:06:57.771 MODE: 64 | |
DEBUG 2016-04-29T20:06:57.771 "D|MANUAL" | |
DEBUG 2016-04-29T20:06:57.772 MODE: 88 | |
DEBUG 2016-04-29T20:06:57.772 "D|VECTOR|STABILIZED" | |
DEBUG 2016-04-29T20:06:57.772 MODE: 92 | |
DEBUG 2016-04-29T20:06:57.772 "D|AUTO|STABILIZED" | |
DEBUG 2016-04-29T20:06:57.772 MODE: 66 | |
DEBUG 2016-04-29T20:06:57.772 "D|TEST" | |
DEBUG 2016-04-29T20:06:57.811 QUrl("file:///home/andre/Downloads/apm_planner-Segfault_Fix_wip/qml/PrimaryFlightDisplayQML.qml") | |
[New Thread 0x7fffc4f8c700 (LWP 2970)] | |
DEBUG 2016-04-29T20:06:58.003 QML Status: 1 | |
DEBUG 2016-04-29T20:06:58.004 QUrl("file:///home/andre/Downloads/apm_planner-Segfault_Fix_wip/qml/PrimaryFlightDisplayQML.qml") | |
[New Thread 0x7fffbf7ff700 (LWP 2971)] | |
DEBUG 2016-04-29T20:06:58.045 QML Status: 1 | |
INFO 2016-04-29T20:06:58.050 UASActionsWidget creating UASActionsWidget(0x2e7dec0) | |
DEBUG 2016-04-29T20:06:58.053 QuickView: load settings | |
DEBUG 2016-04-29T20:06:58.053 QuickView: loading key: "GCS Status.Altitude (GPS) (m)" type: "text" | |
DEBUG 2016-04-29T20:06:58.075 QuickView: loading key: "GCS Status.Altitude (REL) (m)" type: "text" | |
DEBUG 2016-04-29T20:06:58.077 QuickView: loading key: "GCS Status.Battery (%)" type: "text" | |
DEBUG 2016-04-29T20:06:58.078 QuickView: loading key: "GCS Status.Climb (m/s)" type: "text" | |
DEBUG 2016-04-29T20:06:58.080 QuickView: loading key: "GCS Status.Current (A)" type: "text" | |
DEBUG 2016-04-29T20:06:58.081 QuickView: loading key: "GCS Status.GPS Fix ()" type: "text" | |
DEBUG 2016-04-29T20:06:58.083 QuickView: loading key: "GCS Status.GPS HDOP (m)" type: "text" | |
DEBUG 2016-04-29T20:06:58.086 QuickView: loading key: "GCS Status.GPS Sats ()" type: "text" | |
DEBUG 2016-04-29T20:06:58.088 QuickView: loading key: "GCS Status.Pitch (deg)" type: "text" | |
DEBUG 2016-04-29T20:06:58.090 QuickView: loading key: "GCS Status.Roll (deg)" type: "text" | |
DEBUG 2016-04-29T20:06:58.093 QuickView: loading key: "GCS Status.Voltage (V)" type: "text" | |
DEBUG 2016-04-29T20:06:58.096 QuickView: loading key: "GCS Status.Yaw (deg)" type: "text" | |
DEBUG 2016-04-29T20:06:58.102 QuickView: load settings END | |
INFO 2016-04-29T20:06:58.149 Using Alsa Audio driver | |
WARN 2016-04-29T20:06:58.149 Dir directory tmp_audio exists | |
[New Thread 0x7fffbe7fe700 (LWP 2972)] | |
DEBUG 2016-04-29T20:06:58.154 qmlBaseDir "/home/andre/Downloads/apm_planner-Segfault_Fix_wip" | |
DEBUG 2016-04-29T20:06:58.154 QUrl("file:///home/andre/Downloads/apm_planner-Segfault_Fix_wip/qml/ApmToolBar.qml") | |
qml: APMToolBar: button label SELECTED | |
DEBUG 2016-04-29T20:06:58.185 QML Status: 1 | |
DEBUG 2016-04-29T20:06:58.186 Setting for "USER_DONATED" : QVariant(QString, "false") | |
qml: Set Advanced Mode true USER_DONATED:false | |
qml: Donate visbile | |
INFO 2016-04-29T20:06:58.186 NETWORK_PROXY: Disabling System Network Proxies | |
DEBUG 2016-04-29T20:06:58.190 Loading widget: "PRIMARY_FLIGHT_DISPLAY_QML_DOCKWIDGET" | |
DEBUG 2016-04-29T20:06:58.190 Loading widget: "UAS_INFO_INFOVIEW_DOCKWIDGET" | |
[New Thread 0x7fffbd7fd700 (LWP 2973)] | |
[New Thread 0x7fffbcffc700 (LWP 2974)] | |
[New Thread 0x7fffabfff700 (LWP 2975)] | |
[New Thread 0x7fffab7fe700 (LWP 2976)] | |
[New Thread 0x7fffaaffd700 (LWP 2977)] | |
[New Thread 0x7fffaa7fc700 (LWP 2978)] | |
[New Thread 0x7fffa9ffb700 (LWP 2979)] | |
[New Thread 0x7fffa97fa700 (LWP 2980)] | |
[New Thread 0x7fffa8ff9700 (LWP 2981)] | |
[New Thread 0x7fff8bfff700 (LWP 2982)] | |
QSettings::endGroup: No matching beginGroup() | |
[New Thread 0x7fff8b7fe700 (LWP 2984)] | |
[New Thread 0x7fff8affd700 (LWP 2985)] | |
DEBUG 2016-04-29T20:06:58.331 Create Serial Connection: SerialConnection(0x3945010) | |
INFO 2016-04-29T20:06:58.332 "ttyUSB0" 57600 | |
DEBUG 2016-04-29T20:06:58.362 APMToolBar: new Serial Link Created 1 | |
DEBUG 2016-04-29T20:06:58.362 APMToolBar setConnection: false | |
DEBUG 2016-04-29T20:06:58.362 APMToolBar: updateLinkDisplay "ttyUSB0" : "57600" connected: false | |
INFO 2016-04-29T20:06:58.362 UDP Created "UDP Link (port:14550)" | |
INFO 2016-04-29T20:06:58.363 UDPLink::UDP connect QHostAddress(QHostAddress::Any) : 14550 | |
[New Thread 0x7fff8a7fc700 (LWP 2986)] | |
DEBUG 2016-04-29T20:06:58.375 SCW: Link is disconnected | |
DEBUG 2016-04-29T20:06:58.381 Baud rate: 57600 Expected: 3 | |
[New Thread 0x7fff89ffb700 (LWP 2987)] | |
[New Thread 0x7fff893fa700 (LWP 2988)] | |
DEBUG 2016-04-29T20:07:03.061 "retrieve versionobject from server: http://firmware.ardupilot.org/Tools/APMPlanner/apm_planner_version.json" | |
[New Thread 0x7fff6ffff700 (LWP 2991)] | |
qml: APMToolBar: GRAPHS SELECTED | |
qml: APMToolBar: clear selected buttons | |
qml: APMToolBar: FLIGHT DATA unselected | |
qml: APMToolBar: GRAPHS unselected | |
qml: APMToolBar: GRAPHS SELECTED | |
DEBUG 2016-04-29T20:07:03.445 Downloading: 2795 / 2795 | |
DEBUG 2016-04-29T20:07:03.446 Downloading: 2795 / 2795 | |
DEBUG 2016-04-29T20:07:03.446 AutoUpdateCheck::httpFinished() | |
[New Thread 0x7fff6f7fe700 (LWP 2992)] | |
[New Thread 0x7fff6effd700 (LWP 2993)] | |
QObject::connect: No such signal QTableView::currentCellChanged(int,int,int,int) | |
QObject::connect: (sender name: 'tableWidget') | |
QObject::connect: (receiver name: 'AP2DataPlot2D') | |
DEBUG 2016-04-29T20:07:11.426 Created AP2DataPlotThread: AP2DataPlotThread(0x4aff3a0) | |
[New Thread 0x7fff6e7fc700 (LWP 2994)] | |
DEBUG 2016-04-29T20:07:11.427 AP2DataPlotThread::run(): Log loading start - 6171805 bytes | |
QObject::connect: Cannot queue arguments of type 'QTextBlock' | |
(Make sure 'QTextBlock' is registered using qRegisterMetaType().) | |
QObject::connect: Cannot queue arguments of type 'QTextCursor' | |
(Make sure 'QTextCursor' is registered using qRegisterMetaType().) | |
[Thread 0x7fffcd856700 (LWP 2967) exited] | |
INFO 2016-04-29T20:07:14.464 Plot Log loading took 3.037 seconds - 6171805 of 6171805 bytes used | |
DEBUG 2016-04-29T20:07:14.464 AP2DataPlot2D::threadDone - ENTER | |
[Thread 0x7fff6e7fc700 (LWP 2994) exited] | |
DEBUG 2016-04-29T20:07:14.465 Errorhandling - DONE | |
DEBUG 2016-04-29T20:07:14.468 Setup X-axis and scroller - DONE | |
DEBUG 2016-04-29T20:07:14.961 Adding data to tree view - DONE | |
DEBUG 2016-04-29T20:07:14.961 Setting up arrow graphs - DONE | |
DEBUG 2016-04-29T20:07:14.961 Lading MODE... | |
DEBUG 2016-04-29T20:07:14.962 AP2DataPlot2DModel::getMessagesOfType - ENTER | |
DEBUG 2016-04-29T20:07:14.962 Query prepared.... | |
DEBUG 2016-04-29T20:07:14.962 Query executed.... | |
DEBUG 2016-04-29T20:07:14.962 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.962 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.963 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.963 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.963 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.963 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.963 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.963 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.964 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.964 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.964 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.964 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.964 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.964 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.965 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.965 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.965 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.965 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.965 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.965 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.966 Message of type "MODE" processed.... | |
DEBUG 2016-04-29T20:07:14.966 AP2DataPlot2DModel::getMessagesOfType - EXIT | |
DEBUG 2016-04-29T20:07:14.966 Lading ERR... | |
DEBUG 2016-04-29T20:07:14.966 AP2DataPlot2DModel::getMessagesOfType - ENTER | |
DEBUG 2016-04-29T20:07:14.966 Query prepared.... | |
DEBUG 2016-04-29T20:07:14.966 Query executed.... | |
DEBUG 2016-04-29T20:07:14.967 AP2DataPlot2DModel::getMessagesOfType - EXIT | |
DEBUG 2016-04-29T20:07:14.967 Lading EV.... | |
DEBUG 2016-04-29T20:07:14.967 AP2DataPlot2DModel::getMessagesOfType - ENTER | |
DEBUG 2016-04-29T20:07:14.967 Query prepared.... | |
DEBUG 2016-04-29T20:07:14.967 Query executed.... | |
DEBUG 2016-04-29T20:07:14.967 Message of type "EV" processed.... | |
DEBUG 2016-04-29T20:07:14.968 Message of type "EV" processed.... | |
DEBUG 2016-04-29T20:07:14.968 Message of type "EV" processed.... | |
DEBUG 2016-04-29T20:07:14.968 Message of type "EV" processed.... | |
DEBUG 2016-04-29T20:07:14.968 Message of type "EV" processed.... | |
DEBUG 2016-04-29T20:07:14.968 AP2DataPlot2DModel::getMessagesOfType - EXIT | |
DEBUG 2016-04-29T20:07:14.968 Lading MSG... | |
DEBUG 2016-04-29T20:07:14.969 AP2DataPlot2DModel::getMessagesOfType - ENTER | |
DEBUG 2016-04-29T20:07:14.969 Query prepared.... | |
DEBUG 2016-04-29T20:07:14.969 Query executed.... | |
DEBUG 2016-04-29T20:07:14.969 Message of type "MSG" processed.... | |
DEBUG 2016-04-29T20:07:14.969 Message of type "MSG" processed.... | |
DEBUG 2016-04-29T20:07:14.970 Message of type "MSG" processed.... | |
DEBUG 2016-04-29T20:07:14.970 Message of type "MSG" processed.... | |
DEBUG 2016-04-29T20:07:14.970 AP2DataPlot2DModel::getMessagesOfType - EXIT | |
DEBUG 2016-04-29T20:07:14.970 Lading MODE/ERR/EV/MSG - DONE | |
DEBUG 2016-04-29T20:07:14.970 "MSG" change at index 77 to "APM:Copter V3.3-rc6 (ded8eaa6)" | |
DEBUG 2016-04-29T20:07:14.970 plotTextArrow: 77 to "MSG" | |
DEBUG 2016-04-29T20:07:14.971 "MSG" change at index 78 to "PX4: 2120816e NuttX: d447403a" | |
DEBUG 2016-04-29T20:07:14.971 plotTextArrow: 78 to "MSG" | |
DEBUG 2016-04-29T20:07:14.971 "MSG" change at index 79 to "PX4v2 00220034 3432470E 31323533" | |
DEBUG 2016-04-29T20:07:14.971 plotTextArrow: 79 to "MSG" | |
DEBUG 2016-04-29T20:07:14.971 "MSG" change at index 80 to "Frame: HEXA" | |
DEBUG 2016-04-29T20:07:14.972 plotTextArrow: 80 to "MSG" | |
DEBUG 2016-04-29T20:07:14.972 "MODE" change at index 572 to "Stabilize" | |
DEBUG 2016-04-29T20:07:14.972 plotTextArrow: 572 to "MODE" | |
DEBUG 2016-04-29T20:07:14.972 "EV" change at index 573 to "Armed" | |
DEBUG 2016-04-29T20:07:14.972 plotTextArrow: 573 to "EV" | |
DEBUG 2016-04-29T20:07:14.973 "MODE" change at index 574 to "Stabilize" | |
DEBUG 2016-04-29T20:07:14.973 plotTextArrow: 574 to "MODE" | |
DEBUG 2016-04-29T20:07:14.973 "EV" change at index 1218 to "Auto-Armed" | |
DEBUG 2016-04-29T20:07:14.973 plotTextArrow: 1218 to "EV" | |
DEBUG 2016-04-29T20:07:14.973 "EV" change at index 1425 to "Not Landed" | |
DEBUG 2016-04-29T20:07:14.974 plotTextArrow: 1425 to "EV" | |
DEBUG 2016-04-29T20:07:14.974 "MODE" change at index 6819 to "Alt Hold" | |
DEBUG 2016-04-29T20:07:14.974 plotTextArrow: 6819 to "MODE" | |
DEBUG 2016-04-29T20:07:14.975 "MODE" change at index 8134 to "Stabilize" | |
DEBUG 2016-04-29T20:07:14.975 plotTextArrow: 8134 to "MODE" | |
DEBUG 2016-04-29T20:07:14.975 "MODE" change at index 8227 to "Loiter" | |
DEBUG 2016-04-29T20:07:14.975 plotTextArrow: 8227 to "MODE" | |
DEBUG 2016-04-29T20:07:14.976 "MODE" change at index 70336 to "Stabilize" | |
DEBUG 2016-04-29T20:07:14.976 plotTextArrow: 70336 to "MODE" | |
DEBUG 2016-04-29T20:07:14.976 "MODE" change at index 71253 to "Alt Hold" | |
DEBUG 2016-04-29T20:07:14.976 plotTextArrow: 71253 to "MODE" | |
DEBUG 2016-04-29T20:07:14.977 "MODE" change at index 80639 to "Stabilize" | |
DEBUG 2016-04-29T20:07:14.977 plotTextArrow: 80639 to "MODE" | |
DEBUG 2016-04-29T20:07:14.977 "MODE" change at index 82549 to "Alt Hold" | |
DEBUG 2016-04-29T20:07:14.977 plotTextArrow: 82549 to "MODE" | |
DEBUG 2016-04-29T20:07:14.977 "MODE" change at index 89729 to "Loiter" | |
DEBUG 2016-04-29T20:07:14.978 plotTextArrow: 89729 to "MODE" | |
DEBUG 2016-04-29T20:07:14.978 "MODE" change at index 99098 to "RTL" | |
DEBUG 2016-04-29T20:07:14.978 plotTextArrow: 99098 to "MODE" | |
DEBUG 2016-04-29T20:07:14.978 "MODE" change at index 102266 to "Drift" | |
DEBUG 2016-04-29T20:07:14.978 plotTextArrow: 102266 to "MODE" | |
DEBUG 2016-04-29T20:07:14.979 "MODE" change at index 102452 to "Loiter" | |
DEBUG 2016-04-29T20:07:14.979 plotTextArrow: 102452 to "MODE" | |
DEBUG 2016-04-29T20:07:14.979 "MODE" change at index 103515 to "Drift" | |
DEBUG 2016-04-29T20:07:14.979 plotTextArrow: 103515 to "MODE" | |
DEBUG 2016-04-29T20:07:14.979 "MODE" change at index 103664 to "Alt Hold" | |
DEBUG 2016-04-29T20:07:14.980 plotTextArrow: 103664 to "MODE" | |
DEBUG 2016-04-29T20:07:14.980 "MODE" change at index 106580 to "Drift" | |
DEBUG 2016-04-29T20:07:14.980 plotTextArrow: 106580 to "MODE" | |
DEBUG 2016-04-29T20:07:14.980 "MODE" change at index 106738 to "Loiter" | |
DEBUG 2016-04-29T20:07:14.980 plotTextArrow: 106738 to "MODE" | |
DEBUG 2016-04-29T20:07:14.980 "MODE" change at index 109359 to "RTL" | |
DEBUG 2016-04-29T20:07:14.980 plotTextArrow: 109359 to "MODE" | |
DEBUG 2016-04-29T20:07:14.980 "MODE" change at index 115164 to "Auto" | |
DEBUG 2016-04-29T20:07:14.981 plotTextArrow: 115164 to "MODE" | |
DEBUG 2016-04-29T20:07:14.981 "MODE" change at index 115353 to "Loiter" | |
DEBUG 2016-04-29T20:07:14.981 plotTextArrow: 115353 to "MODE" | |
DEBUG 2016-04-29T20:07:14.981 "MODE" change at index 155953 to "Stabilize" | |
DEBUG 2016-04-29T20:07:14.981 plotTextArrow: 155953 to "MODE" | |
DEBUG 2016-04-29T20:07:14.981 "EV" change at index 160518 to "Land Complete Maybe" | |
DEBUG 2016-04-29T20:07:14.981 plotTextArrow: 160518 to "EV" | |
DEBUG 2016-04-29T20:07:14.982 "EV" change at index 160754 to "Land Complete" | |
DEBUG 2016-04-29T20:07:14.982 plotTextArrow: 160754 to "EV" | |
DEBUG 2016-04-29T20:07:14.982 Inserting text arrows - DONE | |
DEBUG 2016-04-29T20:07:14.982 Inserting time cursor - DONE | |
DEBUG 2016-04-29T20:07:14.991 Rescaling graph - DONE | |
DEBUG 2016-04-29T20:07:15.000 Set up proxy for table filtering - DONE | |
DEBUG 2016-04-29T20:07:15.004 Set up check boxes - DONE | |
DEBUG 2016-04-29T20:07:15.004 AP2DataPlot2D::threadDone - EXIT | |
DEBUG 2016-04-29T20:07:15.004 AP2DataPlot2D::threadTerminated = AP2DataPlotThread(0x4aff3a0) | |
DEBUG 2016-04-29T20:07:15.006 Destroyed AP2DataPlotThread: AP2DataPlotThread(0x4aff3a0) | |
QSqlDatabasePrivate::removeDatabase: connection '{88b66fa8-d33a-425d-9db3-6d3cba0e216c}' is still in use, all queries will cease to work. | |
qml: APMToolBar: clear selected buttons | |
qml: APMToolBar: GRAPHS unselected | |
qml: APMToolBar: GRAPHS SELECTED | |
[Thread 0x7fffa8ff9700 (LWP 2981) exited] | |
[Thread 0x7fffbcffc700 (LWP 2974) exited] | |
[Thread 0x7fffaaffd700 (LWP 2977) exited] | |
[Thread 0x7fffa9ffb700 (LWP 2979) exited] | |
[Thread 0x7fffab7fe700 (LWP 2976) exited] | |
[Thread 0x7fffabfff700 (LWP 2975) exited] | |
[Thread 0x7fffbd7fd700 (LWP 2973) exited] | |
[Thread 0x7fffa97fa700 (LWP 2980) exited] | |
[Thread 0x7fffaa7fc700 (LWP 2978) exited] | |
[Thread 0x7fff8bfff700 (LWP 2982) exited] | |
[New Thread 0x7fff8bfff700 (LWP 3002)] | |
[Thread 0x7fff8affd700 (LWP 2985) exited] | |
QObject::connect: No such signal QTableView::currentCellChanged(int,int,int,int) | |
QObject::connect: (sender name: 'tableWidget') | |
QObject::connect: (receiver name: 'AP2DataPlot2D') | |
DEBUG 2016-04-29T20:07:33.826 Created AP2DataPlotThread: AP2DataPlotThread(0x4e1c4e0) | |
[New Thread 0x7fff8affd700 (LWP 3004)] | |
DEBUG 2016-04-29T20:07:33.826 AP2DataPlotThread::run(): Log loading start - 6171805 bytes | |
INFO 2016-04-29T20:07:36.778 Plot Log loading took 2.952 seconds - 6171805 of 6171805 bytes used | |
[Thread 0x7fff8affd700 (LWP 3004) exited] | |
Thread 1 "apmplanner2" received signal SIGSEGV, Segmentation fault. | |
0x00007fffe9fc3a9c in QFontEngineFT::shouldUseDesignMetrics(QFlags<QFontEngine::ShaperFlag>) const () from /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment