Hi,
I'm having some issues ith QT Designer. When I try to start it up, I get:
Code:
sohail@thabox:/home/sohail/temp/sigill$ designer
Illegal instruction
sohail@thabox:/home/sohail/temp/sigill$
So I let gdb to a backtrace on designer which got me this:
Code:
gdb designer
GNU gdb 6.4
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) r
Starting program: /usr/bin/designer
(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 -1221699920 (LWP 19483)]
Program received signal SIGILL, Illegal instruction.
[Switching to Thread -1221699920 (LWP 19483)]
0xb6c7e110 in KIO::SlaveBase::~SlaveBase () from /usr/lib/libkio.so.4
(gdb) bt
#0 0xb6c7e110 in KIO::SlaveBase::~SlaveBase () from /usr/lib/libkio.so.4
#1 0xb6608b00 in KLocale::translate () from /usr/lib/libkdecore.so.4
#2 0xb6608b59 in i18n () from /usr/lib/libkdecore.so.4
#3 0xb6683f2e in KAboutData::translateInternalProgramName () from /usr/lib/libkdecore.so.4
#4 0xb6658d82 in KGlobal::locale () from /usr/lib/libkdecore.so.4
#5 0xb6608b45 in i18n () from /usr/lib/libkdecore.so.4
#6 0xb6d8d453 in global constructors keyed to _ZN11KFileDialog13lastDirectoryE () from /usr/lib/libkio.so.4
#7 0xb6e14545 in __do_global_ctors_aux () from /usr/lib/libkio.so.4
#8 0xb6bdfe1d in _init () from /usr/lib/libkio.so.4
#9 0xb7fd8ca7 in call_init () from /lib/ld-linux.so.2
#10 0xb7fd8d5e in _dl_init_internal () from /lib/ld-linux.so.2
#11 0xb7444675 in dl_open_worker () from /lib/libc.so.6
#12 0xb7fd8ade in _dl_catch_error () from /lib/ld-linux.so.2
#13 0xb7444c38 in _dl_open () from /lib/libc.so.6
#14 0xb7584ced in dlopen_doit () from /lib/libdl.so.2
#15 0xb7fd8ade in _dl_catch_error () from /lib/ld-linux.so.2
#16 0xb75852de in _dlerror_run () from /lib/libdl.so.2
#17 0xb7584d41 in dlopen@@GLIBC_2.1 () from /lib/libdl.so.2
#18 0xb7dc1c63 in QLibraryPrivate::loadLibrary () from /usr/lib/libqt-mt.so.3
#19 0xb7de3fcb in QLibrary::load () from /usr/lib/libqt-mt.so.3
#20 0xb7dc756e in QComLibrary::createInstanceInternal () from /usr/lib/libqt-mt.so.3
#21 0xb7dc7cd8 in QComLibrary::qtVersion () from /usr/lib/libqt-mt.so.3
#22 0xb7de051b in QGPluginManager::featureList () from /usr/lib/libqt-mt.so.3
#23 0x080c73b3 in QPtrList<QIconViewItem>::deleteItem ()
#24 0x080943fa in QValueList<QString>::detachInternal ()
#25 0x080986f8 in QValueList<QString>::detachInternal ()
#26 0x080862e6 in ?? ()
#27 0x0838c9a0 in ?? ()
#28 0x00000000 in ?? ()
(gdb) quit
The program is running. Exit anyway? (y or n) y
sohail@thabox:/home/sohail/temp/sigill$
Any one else having a similer issue?
As you can see, the problem lies with some KDE library. I can remember that Designer worked fine when I had not installed KDE yet.
Maybe I should contact the Qt guy's for this.
Cheers,
Sohail