Advertisement
neochapay

gdb /usr/lib/qt5/bin/qmlscene core.1182

Jul 6th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. bash-3.2# gdb /usr/lib/qt5/bin/qmlscene core.1182
  2. GNU gdb (GDB) Mer (7.5.1+git3)
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "armv7hl-meego-linux-gnueabi".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/lib/qt5/bin/qmlscene...Reading symbols from /usr/lib/debug/usr/lib/qt5/bin/qmlscene.debug...done.
  12. done.
  13. [New LWP 1182]
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/libthread_db.so.1".
  16. Core was generated by `/usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml'.
  17. Program terminated with signal 11, Segmentation fault.
  18. #0 QCoreApplication::init (this=this@entry=0xbedc65ac) at kernel/qcoreapplication.cpp:719
  19. 719 kernel/qcoreapplication.cpp: No such file or directory.
  20. (gdb) bt
  21. #0 QCoreApplication::init (this=this@entry=0xbedc65ac) at kernel/qcoreapplication.cpp:719
  22. #1 0x40b0b31a in QCoreApplication::QCoreApplication (this=0xbedc65ac, p=...) at kernel/qcoreapplication.cpp:639
  23. #2 0x406d9cd6 in QGuiApplication::QGuiApplication (this=0xbedc65ac, argc=@0xbedc658c: 4, argv=0xbedc67e4, flags=328194) at kernel/qguiapplication.cpp:482
  24. #3 0x000131f6 in main (argc=4, argv=0xbedc67e4) at main.cpp:417
  25. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement