Advertisement
Guest User

backintime crash

a guest
Aug 27th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. Application: Back In Time (python2), signal: Segmentation fault
  2. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  3. [KCrash Handler]
  4. #5 0x00007ff37c1f7d08 in ?? () from /usr/lib/libQtCore.so.4
  5. #6 0x00007ff37c205cf4 in QObject::connect(QObject const*, char const*, QObject const*, char const*, Qt::ConnectionType) () from /usr/lib/libQtCore.so.4
  6. #7 0x00007ff37cf5b6c6 in ?? () from /usr/lib/libkdeui.so.5
  7. #8 0x00007ff37cf5bba9 in KMainWindow::KMainWindow(QWidget*, QFlags<Qt::WindowType>) () from /usr/lib/libkdeui.so.5
  8. #9 0x00007ff37d7d4905 in sipKMainWindow::sipKMainWindow(QWidget*, QFlags<Qt::WindowType>) () from /usr/lib/python2.7/site-packages/PyKDE4/kdeui.so
  9. #10 0x00007ff37d7d4aa4 in ?? () from /usr/lib/python2.7/site-packages/PyKDE4/kdeui.so
  10. #11 0x00007ff3767f12ad in ?? () from /usr/lib/python2.7/site-packages/sip.so
  11. #12 0x00007ff38274d68c in wrap_init () from /usr/lib/libpython2.7.so.1.0
  12. #13 0x00007ff3826fec13 in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
  13. #14 0x00007ff38278d0d7 in PyEval_CallObjectWithKeywords () from /usr/lib/libpython2.7.so.1.0
  14. #15 0x00007ff382713d55 in wrapperdescr_call () from /usr/lib/libpython2.7.so.1.0
  15. #16 0x00007ff3826fec13 in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
  16. #17 0x00007ff38278e9e1 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
  17. #18 0x00007ff382793290 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
  18. #19 0x00007ff382722b00 in function_call () from /usr/lib/libpython2.7.so.1.0
  19. #20 0x00007ff3826fec13 in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
  20. #21 0x00007ff38270d41d in instancemethod_call () from /usr/lib/libpython2.7.so.1.0
  21. #22 0x00007ff3826fec13 in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
  22. #23 0x00007ff382752e57 in slot_tp_init () from /usr/lib/libpython2.7.so.1.0
  23. #24 0x00007ff382751bcf in type_call () from /usr/lib/libpython2.7.so.1.0
  24. #25 0x00007ff3826fec13 in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
  25. #26 0x00007ff38278e9e1 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
  26. #27 0x00007ff382793290 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
  27. #28 0x00007ff382793392 in PyEval_EvalCode () from /usr/lib/libpython2.7.so.1.0
  28. #29 0x00007ff3827ac08f in run_mod () from /usr/lib/libpython2.7.so.1.0
  29. #30 0x00007ff3827ad1ae in PyRun_FileExFlags () from /usr/lib/libpython2.7.so.1.0
  30. #31 0x00007ff3827ae319 in PyRun_SimpleFileExFlags () from /usr/lib/libpython2.7.so.1.0
  31. #32 0x00007ff3827bec1f in Py_Main () from /usr/lib/libpython2.7.so.1.0
  32. #33 0x00007ff38210ebc5 in __libc_start_main () from /usr/lib/libc.so.6
  33. #34 0x0000000000400741 in _start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement