Bug 148129 - crash after on-startup project load
Summary: crash after on-startup project load
Status: RESOLVED DUPLICATE of bug 83035
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.4.0
Platform: Mandriva RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-23 09:23 UTC by Tomas Trnka
Modified: 2007-07-23 12:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Trnka 2007-07-23 09:23:01 UTC
Version:           3.4.0 (using KDE KDE 3.5.6)
Installed from:    Mandriva RPMs
Compiler:          GCC 4.1.2 
OS:                Linux

KDevelop crashes (SIGABRTs) very often after starting and loading the last used project (PHP scripting). Sometimes it crashes as soon as the parsing finishes (i.e. the progressbar disappears), sometimes it survives for a while (and crashes after switching files in editor). I tried deleting various project-related files (e.g. the *.kdevses) with no result...

0xa7f10410 in __kernel_vsyscall ()
#0  0xa7f10410 in __kernel_vsyscall ()
#1  0xa5e933de in QWidget::setUpdatesEnabled () from /lib/i686/libc.so.6
#2  0xa5ee8120 in QWidget::setUpdatesEnabled () from /lib/i686/libc.so.6
#3  0xa5ee6ff4 in ?? () from /lib/i686/libc.so.6
#4  0x089563f0 in ?? ()
#5  0xa5e24e75 in QWidget::setUpdatesEnabled () from /lib/i686/libc.so.6
#6  0xa614c959 in pthread_mutex_unlock () from /lib/i686/libpthread.so.0
#7  0xa5fcd981 in operator delete () from /usr/lib/libstdc++.so.6
#8  0xa6996f12 in QGList::take () from /usr/lib/qt3/lib/libqt-mt.so.3
#9  0xa667dede in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#10 0xa663a260 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#11 0xa669e762 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#12 0xa669e626 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#13 0xa668873f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0x0804dfa2 in QWidget::setUpdatesEnabled ()
#15 0xa5dd1d8c in __libc_start_main () from /lib/i686/libc.so.6
#16 0x0804d351 in QWidget::setUpdatesEnabled ()
Comment 1 Andreas Pakulat 2007-07-23 12:24:04 UTC
Even though the backtrace is different I think its the same as 83035, basically because its the parser thats pretty unstable. All I can advise is to use a different IDE for php (like Quanta or Eclipse), Kdevelop's PHP support is just not ready for production use.

*** This bug has been marked as a duplicate of 83035 ***