Advertisement
Guest User

Untitled

a guest
Dec 8th, 2011
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x7f183c3ed700 (LWP 10232)]
  3. 0x00007f185840b914 in MythUIImage::LoadImage(MythImageReader&, QString const&, QSize, int) () from /usr/lib/libmythui-0.24.so.0
  4. (gdb) bt
  5. #0 0x00007f185840b914 in MythUIImage::LoadImage(MythImageReader&, QString const&, QSize, int) () from /usr/lib/libmythui-0.24.so.0
  6. #1 0x00007f18584174ed in ImageLoadThread::run() ()
  7. from /usr/lib/libmythui-0.24.so.0
  8. #2 0x00007f185620d8d5 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  9. #3 0x00007f1856218e45 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  10. #4 0x00007f1857846efc in start_thread (arg=0x7f183c3ed700)
  11. at pthread_create.c:304
  12. #5 0x00007f18559cf85d in clone ()
  13. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  14. #6 0x0000000000000000 in ?? ()
  15. (gdb)
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement