Advertisement
Guest User

seg fault

a guest
Sep 13th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. (gdb) run
  2. Starting program: /usr/local/bin/amarok
  3. [Thread debugging using libthread_db enabled]
  4. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  5. QCommandLineParser: option not defined: "multipleinstances"
  6. QCommandLineParser: option not defined: "coloroff"
  7. QCommandLineParser: option not defined: "debug"
  8. QCommandLineParser: option not defined: "debug-audio"
  9. [New Thread 0x7fffe0684700 (LWP 15575)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. 0x00007ffff593ead0 in QCommandLineParser::isSet(QString const&) const () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  13. (gdb) bt
  14. #0 0x00007ffff593ead0 in QCommandLineParser::isSet(QString const&) const () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  15. #1 0x00007ffff6e4ba3d in App::handleCliArgs (this=0x7fffffffe460, cwd=...) at /home/rishabh/amaroksrc/src/amarok/src/App.cpp:267
  16. #2 0x00007ffff6e4e768 in App::newInstance (this=0x7fffffffe460) at /home/rishabh/amaroksrc/src/amarok/src/App.cpp:621
  17. #3 0x00007ffff6e4d59c in App::continueInit (this=0x7fffffffe460) at /home/rishabh/amaroksrc/src/amarok/src/App.cpp:437
  18. #4 0x000000000040d862 in main (argc=1, argv=0x7fffffffe5b8) at /home/rishabh/amaroksrc/src/amarok/src/main.cpp:344
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement