I'm trying to use kdevdesigner on Debian Sarge but i can't even start it. Here is what i'm getting on backtrace and on shell
Code:
(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 4211)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#5 0x419c6117 in XCreateGC () from /usr/X11R6/lib/libX11.so.6
#6 0x4256121e in qsincos () from /usr/lib/libqt-mt.so.3
#7 0x4256162c in qsincos () from /usr/lib/libqt-mt.so.3
#8 0x42561a57 in QPainter::updatePen () from /usr/lib/libqt-mt.so.3
#9 0x42608de7 in QPainter::setPen () from /usr/lib/libqt-mt.so.3
#10 0x427213cf in QSplashScreen::drawContents () from /usr/lib/libqt-mt.so.3
#11 0x42721369 in QSplashScreen::drawContents () from /usr/lib/libqt-mt.so.3
#12 0x42721052 in QSplashScreen::repaint () from /usr/lib/libqt-mt.so.3
#13 0x427212dc in QSplashScreen::setPixmap () from /usr/lib/libqt-mt.so.3
#14 0x42720e49 in QSplashScreen::QSplashScreen () from /usr/lib/libqt-mt.so.3
#15 0x0804eac7 in ?? ()
#16 0x080ed3a0 in ?? ()
#17 0xbffff750 in ?? ()
#18 0x00000000 in ?? ()
#19 0x00000000 in ?? ()
#20 0x00000000 in ?? ()
#21 0x00000001 in ?? ()
#22 0x080500e0 in _IO_stdin_used ()
#23 0x00000000 in ?? ()
#24 0x00000000 in ?? ()
#25 0x08050060 in _IO_stdin_used ()
#26 0x0804ca30 in ?? ()
#27 0x40a10c91 in mallopt () from /lib/libc.so.6
#28 0x409b4e36 in __libc_start_main () from /lib/libc.so.6
#29 0x0804e7a1 in ?? ()
On shell
Code:
fernando@c5:~$ kdevdesigner
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
KCrash: Application 'kdevdesigner' crashing...
What should i do?