Advertisement
Guest User

Untitled

a guest
Aug 31st, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. Application: Krita (krita), signal: Segmentation fault
  2. Using host libthread_db library "/lib64/libthread_db.so.1".
  3. [Current thread is 1 (Thread 0x7f497f5a58c0 (LWP 22188))]
  4.  
  5. Thread 3 (Thread 0x7f4972821700 (LWP 22189)):
  6. #0 0x000000387180b575 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  7. #1 0x000000387a47b1e6 in QWaitCondition::wait(QMutex*, unsigned long) () from /lib64/libQtCore.so.4
  8. #2 0x000000387a47738b in QSemaphore::acquire(int) () from /lib64/libQtCore.so.4
  9. #3 0x00007f4981c4aa7e in KisTileDataPooler::waitForWork (this=this@entry=0x19243c0) at /var/sources/calligra/krita/image/tiles3/kis_tile_data_pooler.cc:162
  10. #4 0x00007f4981c4ae4d in KisTileDataPooler::run (this=0x19243c0) at /var/sources/calligra/krita/image/tiles3/kis_tile_data_pooler.cc:184
  11. #5 0x000000387a47ad0f in QThreadPrivate::start(void*) () from /lib64/libQtCore.so.4
  12. #6 0x0000003871807c53 in start_thread () from /lib64/libpthread.so.0
  13. #7 0x00000038714f5d3d in clone () from /lib64/libc.so.6
  14.  
  15. Thread 2 (Thread 0x7f4972020700 (LWP 22190)):
  16. #0 0x000000387180b575 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
  17. #1 0x000000387a47b1e6 in QWaitCondition::wait(QMutex*, unsigned long) () from /lib64/libQtCore.so.4
  18. #2 0x000000387a477793 in QSemaphore::tryAcquire(int, int) () from /lib64/libQtCore.so.4
  19. #3 0x00007f4981c66db3 in KisTileDataSwapper::waitForWork (this=<optimized out>) at /var/sources/calligra/krita/image/tiles3/swap/kis_tile_data_swapper.cpp:86
  20. #4 0x00007f4981c6703a in KisTileDataSwapper::run (this=0x19243f8) at /var/sources/calligra/krita/image/tiles3/swap/kis_tile_data_swapper.cpp:92
  21. #5 0x000000387a47ad0f in QThreadPrivate::start(void*) () from /lib64/libQtCore.so.4
  22. #6 0x0000003871807c53 in start_thread () from /lib64/libpthread.so.0
  23. #7 0x00000038714f5d3d in clone () from /lib64/libc.so.6
  24.  
  25. Thread 1 (Thread 0x7f497f5a58c0 (LWP 22188)):
  26. [KCrash Handler]
  27. #5 KisPaintopBox::setCurrentPaintop (this=this@entry=0x2817d60, paintop=..., preset=...) at /var/sources/calligra/krita/ui/kis_paintop_box.cc:376
  28. #6 0x00007f498221ba3f in KisPaintopBox::KisPaintopBox (this=0x2817d60, view=<optimized out>, parent=<optimized out>, name=<optimized out>) at /var/sources/calligra/krita/ui/kis_paintop_box.cc:266
  29. #7 0x00007f49821bab76 in KisControlFrame::KisControlFrame (this=0x2723ab0, view=0x2682aa0, name=<optimized out>) at /var/sources/calligra/krita/ui/kis_control_frame.cpp:115
  30. #8 0x00007f498224ba7e in KisView2::KisView2 (this=0x2682aa0, part=<optimized out>, doc=0x193f5b0, parent=<optimized out>, __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at /var/sources/calligra/krita/ui/kis_view2.cpp:266
  31. #9 0x00007f49821d14af in KisPart2::createViewInstance (this=0x193f670, parent=0x195eda0) at /var/sources/calligra/krita/ui/kis_part2.cpp:72
  32. #10 0x00007f498192c112 in KoPart::createView (this=0x193f670, parent=parent@entry=0x195eda0) at /var/sources/calligra/libs/main/KoPart.cpp:234
  33. #11 0x00007f49818c1c42 in KoMainWindow::setRootDocument (this=0x195eda0, doc=doc@entry=0x193f5b0, rootPart=rootPart@entry=0x193f670) at /var/sources/calligra/libs/main/KoMainWindow.cpp:484
  34. #12 0x00007f498192ed30 in KoPart::showStartUpWidget (this=this@entry=0x193f670, mainWindow=mainWindow@entry=0x195eda0, alwaysShow=alwaysShow@entry=false) at /var/sources/calligra/libs/main/KoPart.cpp:450
  35. #13 0x00007f49821d165d in KisPart2::showStartUpWidget (this=0x193f670, parent=0x195eda0, alwaysShow=<optimized out>) at /var/sources/calligra/krita/ui/kis_part2.cpp:104
  36. #14 0x00007f498188da38 in KoApplication::start (this=this@entry=0x7fff80e59980) at /var/sources/calligra/libs/main/KoApplication.cpp:358
  37. #15 0x00007f498285e61c in kdemain (argc=<optimized out>, argv=<optimized out>) at /var/sources/calligra/krita/main.cc:71
  38. #16 0x0000003871421b75 in __libc_start_main () from /lib64/libc.so.6
  39. #17 0x00000000004009a1 in _start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement