Bug 78605 - kdevelop crashes creating a new C++ project
Summary: kdevelop crashes creating a new C++ project
Status: RESOLVED DUPLICATE of bug 76558
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.1
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-28 12:12 UTC by John Fulgor
Modified: 2004-03-28 15:18 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 John Fulgor 2004-03-28 12:12:40 UTC
Version:           3.0.1 (using KDE 3.2.0, compiled sources)
Compiler:          gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
OS:          Linux (i686) release 2.4.20-20.9

Whenever I try to create a new C++ project, KDevelop crashes. It seems to me the project is really created (in fact the project folder and its files are created): the failure comes when kdevelop tries to load the files created. The same error arises even restarting KDevelop and trying to load the newly-created project.
In both cases the backtrace says so:

[New Thread 1099051584 (LWP 4274)]
[New Thread 1122852144 (LWP 4310)]

while the command line messages end so:

kio (KDirListerCache): listDir: Entry already in use: file:/root/uu
kdevelop (cpp support): projectOpened( )
kdevelop (cpp support): CppSupportPart::setupCatalog()
kdevelop (cpp support): ProblemReporter::configure()
kdevelop: : KDockWidget::setHeader
kdevelop: KDockWidgetHeader::showUndockButton(true)
kmdi: *****void KMDIGUIClient::addToolView(KMdiToolViewAccessor* mtva)*****
kmdi: KMDIGUIClient::setupActions: plugActionList
kdevelop: KDockTabGroup::transientTo: NO
QGArray::at: Absolute index 0 out of range
Comment 1 John Fulgor 2004-03-28 12:17:58 UTC
Here is the COMPLETE backtrace:

[New Thread 1099051584 (LWP 4274)]
[New Thread 1122852144 (LWP 4310)]
0xffffe002 in ?? ()
#0  0xffffe002 in ?? ()
#1  0x40cc2159 in KCrash::defaultCrashHandler(int) ()
   from /root/kde3.2/lib/libkdecore.so.4
#2  <signal handler called>
#3  0x40e049bb in KStyle::drawComplexControl(QStyle::ComplexControl, QPainter*, QWidget const*, QRect const&, QColorGroup const&, unsigned, unsigned, unsigned, QStyleOption const&) const () from /root/kde3.2/lib/libkdefx.so.4
#4  0x41a544e0 in KeramikStyle::drawComplexControl(QStyle::ComplexControl, QPainter*, QWidget const*, QRect const&, QColorGroup const&, unsigned, unsigned, unsigned, QStyleOption const&) const ()
   from /root/kde3.2/lib/kde3/plugins/styles/keramik.so
#5  0x41129bea in QListViewItem::paintBranches(QPainter*, QColorGroup const&, int, int, int) () from /root/kde3.2/lib/libqt-mt.so.3
#6  0x4112b2c6 in QListView::drawContentsOffset(QPainter*, int, int, int, int, int, int) () from /root/kde3.2/lib/libqt-mt.so.3
#7  0x41159558 in QScrollView::viewportPaintEvent(QPaintEvent*) ()
   from /root/kde3.2/lib/libqt-mt.so.3
#8  0x40a57655 in KListView::viewportPaintEvent(QPaintEvent*) ()
   from /root/kde3.2/lib/libkdeui.so.4
#9  0x41159038 in QScrollView::eventFilter(QObject*, QEvent*) ()
   from /root/kde3.2/lib/libqt-mt.so.3
#10 0x4112dd9d in QListView::eventFilter(QObject*, QEvent*) ()
   from /root/kde3.2/lib/libqt-mt.so.3
#11 0x41066600 in QObject::activate_filters(QEvent*) ()
   from /root/kde3.2/lib/libqt-mt.so.3
#12 0x4106654e in QObject::event(QEvent*) ()
   from /root/kde3.2/lib/libqt-mt.so.3
#13 0x4109609a in QWidget::event(QEvent*) ()
   from /root/kde3.2/lib/libqt-mt.so.3
#14 0x41016bdd in QApplication::internalNotify(QObject*, QEvent*) ()
   from /root/kde3.2/lib/libqt-mt.so.3
#15 0x41016320 in QApplication::notify(QObject*, QEvent*) ()
   from /root/kde3.2/lib/libqt-mt.so.3
#16 0x40c3fb96 in KApplication::notify(QObject*, QEvent*) ()
   from /root/kde3.2/lib/libkdecore.so.4
#17 0x40fbada1 in QETWidget::translatePaintEvent(_XEvent const*) ()
   from /root/kde3.2/lib/libqt-mt.so.3
#18 0x40fb6b63 in QApplication::x11ProcessEvent(_XEvent*) ()
   from /root/kde3.2/lib/libqt-mt.so.3
#19 0x40fcac06 in QEventLoop::processEvents(unsigned) ()
   from /root/kde3.2/lib/libqt-mt.so.3
#20 0x410277ab in QEventLoop::enterLoop() ()
   from /root/kde3.2/lib/libqt-mt.so.3
#21 0x41027668 in QEventLoop::exec() () from /root/kde3.2/lib/libqt-mt.so.3
#22 0x41016df8 in QApplication::exec() () from /root/kde3.2/lib/libqt-mt.so.3
#23 0x0806272e in main ()
#24 0x420156a4 in __libc_start_main () from /lib/tls/libc.so.6
Comment 2 Jens Dagerbo 2004-03-28 15:18:09 UTC
Common dupe.

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