LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-04-2006, 09:08 AM   #1
qanopus
Senior Member
 
Registered: Jul 2002
Location: New York
Distribution: Slackware
Posts: 1,358

Rep: Reputation: 45
QT Designer receives SIGILL at startup: Qt 3.3.4, KDE 3.5.1


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
 
Old 03-05-2006, 01:57 AM   #2
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Did the KDE installation upgrade your Qt library? Could it be that the upgraded library does not match what Qt Designer expects? I'm not sure which distro you use, but under SuSE I believe designer is provided as part of qt-devel. Is it possible that your qt-devel is older than your qt package?

Last edited by daihard; 03-05-2006 at 01:59 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
QMail receives but doesn't send mail ysg08 Linux - Networking 7 05-17-2005 01:12 PM
KDE startup lookup using SuSE 9.1 (KDE 3.2.3 - /home over NFS) dbertolo Linux - Software 1 08-24-2004 10:26 AM
couple of qs, gnome ftp, removing kde or improving speed of kde, startup modprobe darkleaf Linux - Software 2 07-20-2004 09:54 AM
sendmail receives ok but not sending... latino Linux - Software 5 08-08-2003 11:29 AM
KDE programing with Qt-Designer or not?Multilanguage? Mopp Programming 1 07-25-2001 08:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration