rahulch

Untitled

Feb 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.96 KB | None | 0 0
  1. received signal SIGSEGV, Segmentation fault.
  2. 0x00007fffecb6d91f in QString::operator=(QString const&) () from /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  3. (gdb) bt
  4. #0  0x00007fffecb6d91f in QString::operator=(QString const&) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  5. #1  0x00007fff9adcd09d in QtCharts::VerticalAxis::updateGeometry() [clone .part.37] [clone .constprop.39] () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Charts.so.5
  6. #2  0x00007fff9add2e14 in QtCharts::ChartValueAxisY::updateGeometry() () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Charts.so.5
  7. #3  0x00007fff9adae7d2 in QtCharts::AxisAnimation::updateCurrentValue(QVariant const&) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Charts.so.5
  8. #4  0x00007fffecad2e10 in QVariantAnimationPrivate::setCurrentValueForProgress(double) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  9. #5  0x00007fffecad3395 in QVariantAnimationPrivate::recalculateCurrentInterval(bool) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  10. #6  0x00007fffecacf8ef in QAbstractAnimation::setCurrentTime(int) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  11. #7  0x00007fffecad15a5 in QAbstractAnimation::start(QAbstractAnimation::DeletionPolicy) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  12. #8  0x00007fffecce0581 in QObject::event(QEvent*) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  13. #9  0x00007fffedb5785c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Widgets.so.5
  14. #10 0x00007fffedb5e9f0 in QApplication::notify(QObject*, QEvent*) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Widgets.so.5
  15. #11 0x00007fffeccb3c18 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  16. #12 0x00007fffeccb6647 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  17. #13 0x00007fffecd0b793 in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  18. #14 0x00007fffe8ae1387 in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  19. #15 0x00007fffe8ae15c0 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  20. #16 0x00007fffe8ae164c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
  21. #17 0x00007fffecd0adcf in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  22. #18 0x00007fffeccb257a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  23. #19 0x00007fffeccbaf80 in QCoreApplication::exec() () at /home/rahul.c/Qt5.12.0/5.12.0/gcc_64/lib/libQt5Core.so.5
  24. #20 0x00005555555676fa in main(int, char**) (argc=<optimized out>, argv=<optimized out>) at /home/rahul.c/code/dms_qt/src/main.cpp:26
Add Comment
Please, Sign In to add comment