Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3064 - KDevelop 2.1.1 crashing every time doing autoconf&automake
Summary: KDevelop 2.1.1 crashing every time doing autoconf&automake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Highest major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-27 01:33 UTC by Michael v.Ostheim
Modified: 2002-11-26 14:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael v.Ostheim 2002-05-27 01:33:39 UTC
I updated system on 25.05. and KDE to 3.0.1 yesterday. After that KDevelop is 
crashing every time doing an autoconf&automake on old and on new created 
projects.There came only one or two lines of output in the message console (too 
fast to read it) and then the crash handler:  
.....  
(no debugging symbols found)...(no debugging symbols found)...  
0x4145fff9 in wait4 () from /lib/libc.so.6  
#0  0x4145fff9 in wait4 () from /lib/libc.so.6  
#1  0x414e1d40 in __check_rhosts_file () from /lib/libc.so.6  
#2  0x41379856 in waitpid () from /lib/libpthread.so.0  
#3  0x40a8d25c in KCrash::defaultCrashHandler ()  
   from /usr/kde/3/lib/libkdecore.so.4  
#4  0x41377664 in pthread_kill () from /lib/libpthread.so.0  
#5  0x413e19a8 in sigaction () from /lib/libc.so.6  
#6  0x40e5b000 in QTextParag::format () from /usr/qt/3/lib/libqt-mt.so.3  
#7  0x40f350e1 in QTextEdit::formatMore () from /usr/qt/3/lib/libqt-mt.so.3  
#8  0x40f31cfe in QTextEdit::ensureCursorVisible ()  
   from /usr/qt/3/lib/libqt-mt.so.3  
#9  0x40f3ab50 in QTextEdit::append () from /usr/qt/3/lib/libqt-mt.so.3  
#10 0x0814f52f in CToolClass::writeToolConfig ()  
#11 0x080c9db9 in CToolClass::writeToolConfig ()  
#12 0x081d3054 in CToolClass::writeToolConfig ()  
#13 0x40df6664 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3  
#14 0x40a428c1 in KProcess::receivedStdout ()  
   from /usr/kde/3/lib/libkdecore.so.4  
#15 0x40af5a1e in KProcess::childOutput () from /usr/kde/3/lib/libkdecore.so.4  
#16 0x40a42d73 in KProcess::qt_invoke () from /usr/kde/3/lib/libkdecore.so.4  
#17 0x40af5e6e in KShellProcess::qt_invoke ()  
   from /usr/kde/3/lib/libkdecore.so.4  
#18 0x40df6664 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3  
#19 0x40df6776 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3  
#20 0x410cd9e5 in QSocketNotifier::activated ()  
   from /usr/qt/3/lib/libqt-mt.so.3  
#21 0x40e0fdca in QSocketNotifier::event () from /usr/qt/3/lib/libqt-mt.so.3  
#22 0x40d99263 in QApplication::internalNotify ()  
   from /usr/qt/3/lib/libqt-mt.so.3  
#23 0x40d99114 in QApplication::notify () from /usr/qt/3/lib/libqt-mt.so.3  
#24 0x40a05995 in KApplication::notify () from /usr/kde/3/lib/libkdecore.so.4  
#25 0x40d41dcd in qt_set_socket_handler () from /usr/qt/3/lib/libqt-mt.so.3  
#26 0x40d425a7 in QApplication::processNextEvent ()  
   from /usr/qt/3/lib/libqt-mt.so.3  
#27 0x40d9a3ef in QApplication::enter_loop () from /usr/qt/3/lib/libqt-mt.so.3  
#28 0x40d4a19a in QApplication::exec () from /usr/qt/3/lib/libqt-mt.so.3  
#29 0x0811d399 in CToolClass::writeToolConfig ()  
#30 0x413d03c1 in __libc_start_main () from /lib/libc.so.6  
 
Please read this too: http://forums.gentoo.org/viewtopic.php?t=3366
Comment 1 Michael v.Ostheim 2002-05-28 01:50:27 UTC
Downgrading to autoconf 2.52 fix it. KDevelop seems to have a problem with the 
new 2.53 version. 
Comment 2 Dirk Eschler 2002-06-15 17:30:46 UTC
Downgrading to autoconf 2.52 didn't work for me. Kdevelop always crashes with the 
same error:

(no debugging symbols found)...0x414430e9 in wait4 () from /lib/libc.so.6
#0  0x414430e9 in wait4 () from /lib/libc.so.6
#1  0x414c695c in __check_rhosts_file () from /lib/libc.so.6

I'm using the latest QT and KDE3.0.1 ebuilds.
Comment 3 Bart Verwilst 2002-07-04 19:04:43 UTC
what about the new kdevelop with the new KDE? 
Comment 4 Michael v.Ostheim 2002-07-05 15:58:58 UTC
 Sorry, the same problem with the latest versions :(. 
Comment 5 Ryan Phillips (RETIRED) gentoo-dev 2002-07-09 16:46:19 UTC
http://www.kdevelop.org/forum/search.php?
f=2&search=3.0.4&match=1&date=30&fldsubject=1&fldbody=1

The forums for kdevelop say this may be a bug with qt 3.0.4...  It would 
interesting to try the kdevelop CVS and see if issue clears up.

BTW:  I have kdevelop working fine here with QT 3.0.3... 3.0.4 does crash on my 
box.
Comment 6 Hannes Mehnert (RETIRED) gentoo-dev 2002-10-05 10:59:12 UTC
please try kdevelop-2.1.3 and qt-3.0.5. 
if this works, you can close this bug. 
Comment 7 Dan Armak (RETIRED) gentoo-dev 2002-11-23 14:15:55 UTC
I can't wait for Gideon to go stable... 
Comment 8 Michael v.Ostheim 2002-11-23 15:51:06 UTC
Trying to upgrade to Gentoo 1.4_rc1 this moment, with some problems: 
http://bugs.gentoo.org/show_bug.cgi?id=9369 
 
I'll tell you the results after finishing this.  
 
 
Comment 9 Michael v.Ostheim 2002-11-26 11:57:14 UTC
You can close this now. 
I'm running Gentoo-1.4_rc1 with QT-3.0.5-r2, KDE-3.0.4 and KDevelop-2.1.3-r1 
without problems. 
Comment 10 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-26 14:13:22 UTC
ok, closing this.