Zeile 144 und 145
Code: Alles auswählen
if(!mCommandList.isEmpty())
mCommandList.pop_front();
qvector.h: Zeile 91> why: uncaught signal 11 (Segmentation fault)
> backtrace:
0: crashHandler [5557b4984bea] in /home/kaluser/workspace/AutoCal_linux/AutoCal/crashhandler.cpp:301
1: operator() [5557b4983841] in /home/kaluser/workspace/AutoCal_linux/AutoCal/crashhandler.cpp:56
2: _FUN [5557b498385b] in /home/kaluser/workspace/AutoCal_linux/AutoCal/crashhandler.cpp:57
3: (null) [7f066361688f]
4: QVector<Pyrometer_Command>::isEmpty() const [5557b4aa027f] in /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:91
5: Controller_Pyro::check_command_list(QString, QVariant) [5557b4a9caa3] in /home/kaluser/workspace/AutoCal_linux/pyrometer/controller_pyro.cpp:144
Code: Alles auswählen
inline bool isEmpty() const { return d->size == 0; }
Ich habe keine Ahnung warum. Sollte alles in Ordnung sein.