salamanderrake

gdb /usr/local/bin/krita output

Feb 27th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. gdb /usr/local/bin/krita
  2. GNU gdb (Gentoo 7.5.1 p2) 7.5.1
  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 "x86_64-pc-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.gentoo.org/>...
  11. Reading symbols from /usr/local/bin/krita...done.
  12. (gdb) run
  13. Starting program: /usr/local/bin/krita
  14. warning: Could not load shared library symbols for linux-vdso.so.1.
  15. Do you need "set solib-search-path" or "set sysroot"?
  16. [Thread debugging using libthread_db enabled]
  17. Using host libthread_db library "/lib64/libthread_db.so.1".
  18. Legacy integer arithmetics implementation
  19. krita(23398)/koffice (lib pigment) KoColorConversionSystem::insertColorSpace: Cannot add node for "YCBCR (8-bit integer/channel)" , since there are no profiles available
  20. krita(23398)/koffice (lib pigment) KoColorConversionSystem::insertColorSpace: Cannot add node for "YCBCR (16-bit integer/channel)" , since there are no profiles available
  21. krita(23398)/koffice (lib pigment) KoColorConversionSystem::insertColorSpace: Cannot add node for "YCBCR (32-bit float/channel)" , since there are no profiles available
  22. [New Thread 0x7fffda85e700 (LWP 23402)]
  23. [New Thread 0x7fffda05d700 (LWP 23403)]
  24. [New Thread 0x7fffd9206700 (LWP 23404)]
  25. krita(23398)/kdecore (KLibrary) kde4Factory: The library "/usr/lib64/kde4/kritahistorydocker.so" does not offer a qt_plugin_instance function.
  26. [New Thread 0x7fffc7ebb700 (LWP 23405)]
  27. [New Thread 0x7fffc76ba700 (LWP 23406)]
  28. [New Thread 0x7fffc6eb9700 (LWP 23407)]
  29. [Thread 0x7fffc6eb9700 (LWP 23407) exited]
  30. krita(23398)/koffice (lib kopageapp) KoOdfLoadingContext::KoOdfLoadingContext: could not parse manifest document
  31. [Thread 0x7fffc7ebb700 (LWP 23405) exited]
  32. krita(23398)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "ThumbCreator" not found
  33. [New Thread 0x7fffc7ebb700 (LWP 23408)]
  34. krita(23398)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "ThumbCreator" not found
  35. [Thread 0x7fffd9206700 (LWP 23404) exited]
  36. "/org/freedesktop/UDisks2/drives/WDC_WD1002FAEX_00Z3A0_WD_WCATRA777481" : property "Drive" does not exist
  37. [Thread 0x7fffc76ba700 (LWP 23406) exited]
  38. krita(23398)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "ThumbCreator" not found
  39. krita(23398)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "ThumbCreator" not found
  40. krita(23398)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "ThumbCreator" not found
  41. krita(23398)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "ThumbCreator" not found
  42. krita(23398)/koffice (lib kopageapp) KoOdfLoadingContext::KoOdfLoadingContext: could not parse manifest document
  43.  
  44. Program received signal SIGSEGV, Segmentation fault.
  45. 0x000000000177e400 in ?? ()
  46. (gdb) bt all
  47. #0 0x000000000177e400 in ?? ()
  48. #1 0x00007ffff3a0ed25 in KoColorSpace::operator== (this=0x16dbc20, rhs=...) at /home/salamanderrake/src/calligra/calligra-2.6.1/libs/pigment/KoColorSpace.cpp:87
  49. #2 0x00007fffdafaf3eb in KoColorSpaceAbstract<KoBgrU16Traits>::convertPixelsTo(unsigned char const*, unsigned char*, KoColorSpace const*, unsigned int, KoColorConversionTransformation::Intent) const () from /usr/lib64/kde4/kolcmsengine.so
  50. #3 0x00007ffff6cdbbd4 in KisDoc2::newImage (this=0x12ae2b0, name=..., width=1600, height=1200, cs=0x16dbc20, bgColor=..., description=...,
  51. imageResolution=1.3888888888888888) at /home/salamanderrake/src/calligra/calligra-2.6.1/krita/ui/kis_doc2.cc:371
  52. #4 0x00007ffff6dd1fe4 in KisCustomImageWidget::createImage (this=0x9060c0)
  53. at /home/salamanderrake/src/calligra/calligra-2.6.1/krita/ui/widgets/kis_custom_image_widget.cc:207
  54. #5 0x00007ffff7490d71 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib64/qt4/libQtCore.so.4
  55. #6 0x00007ffff124bc32 in QAbstractButton::clicked(bool) () from /usr/lib64/qt4/libQtGui.so.4
  56. #7 0x00007ffff0f8bb4e in QAbstractButtonPrivate::emitClicked() () from /usr/lib64/qt4/libQtGui.so.4
  57. #8 0x00007ffff0f8ce8b in QAbstractButtonPrivate::click() () from /usr/lib64/qt4/libQtGui.so.4
  58. #9 0x00007ffff0f8d0fc in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib64/qt4/libQtGui.so.4
  59. #10 0x00007ffff0c3243c in QWidget::event(QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
  60. #11 0x00007ffff0be1c04 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
  61. #12 0x00007ffff0be72a3 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
  62. #13 0x00007ffff63cb08e in KoApplication::notify (this=<optimized out>, receiver=0x16e6df0, event=0x7fffffffcef0)
  63. at /home/salamanderrake/src/calligra/calligra-2.6.1/libs/main/KoApplication.cpp:522
  64. #14 0x00007ffff747cf0c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/qt4/libQtCore.so.4
  65. #15 0x00007ffff0be2bd2 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) ()
  66. from /usr/lib64/qt4/libQtGui.so.4
  67. #16 0x00007ffff0c5e5a8 in QETWidget::translateMouseEvent(_XEvent const*) () from /usr/lib64/qt4/libQtGui.so.4
  68. #17 0x00007ffff0c5d39a in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib64/qt4/libQtGui.so.4
  69. #18 0x00007ffff0c8548a in QEventDispatcherX11::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtGui.so.4
  70. #19 0x00007ffff747ba42 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
  71. #20 0x00007ffff747bc97 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/qt4/libQtCore.so.4
  72. #21 0x00007ffff7480ab5 in QCoreApplication::exec() () from /usr/lib64/qt4/libQtCore.so.4
  73. #22 0x00007ffff79c1d7d in kdemain (argc=<optimized out>, argv=<optimized out>) at /home/salamanderrake/src/calligra/calligra-2.6.1/krita/main.cc:115
  74. #23 0x00007fffef4aa60d in __libc_start_main () from /lib64/libc.so.6
  75. #24 0x0000000000400921 in _start ()
Advertisement
Add Comment
Please, Sign In to add comment