[Bug 50699] New: KDevelop crashes the first time i try to import the kig source directory.

Dominique Devriese dominique.devriese at student.kuleuven.ac.be
Thu Nov 14 10:19:02 UTC 2002


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=50699     
           Summary: KDevelop crashes the first time i try to import the kig
                    source directory.
           Product: kdevelop
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at barney.cs.uni-potsdam.de
        ReportedBy: dominique.devriese at student.kuleuven.ac.be


Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

I was just trying out KDevelop CVS, so i tried to import the kig source code ( that would be my prog in kdenonbeta/kig ), and KDevelop crashed with the following backtrace:
[New Thread 1024 (LWP 10823)]
0x415fca59 in wait4 () from /lib/libc.so.6
#0  0x415fca59 in wait4 () from /lib/libc.so.6
#1  0x41673e48 in __check_rhosts_file () from /lib/libc.so.6
#2  0x414d1453 in waitpid () from /lib/libpthread.so.0
#3  0x40b2ae73 in KCrash::defaultCrashHandler (sig=11) at kcrash.cpp:235
#4  0x414cef54 in pthread_sighandler () from /lib/libpthread.so.0
#5  0x415856b8 in sigaction () from /lib/libc.so.6
#6  0x40fede9c in QListView::takeItem (this=0x82412c0, i=0x81d5d68)
    at widgets/qlistview.cpp:6409
#7  0x41ab3519 in DocTreeViewWidget::projectChanged (this=0x81dc138, 
    project=0x80f2048) at doctreeviewwidget.cpp:1160
#8  0x41aaa3ec in DocTreeViewPart::projectOpened (this=0x822e198)
    at doctreeviewpart.cpp:111
#9  0x41aab4ba in DocTreeViewPart::qt_invoke (this=0x822e198, _id=4, 
    _o=0xbfffda94) at doctreeviewpart.moc:113
#10 0x40f1077a in QObject::activate_signal (this=0x812e4d0, clist=0x813da20, 
    o=0xbfffda94) at kernel/qobject.cpp:2217
#11 0x40f104b3 in QObject::activate_signal (this=0x812e4d0, signal=3)
    at kernel/qobject.cpp:2171
#12 0x0808b019 in KDevCore::projectOpened (this=0x812e4d0) at kdevcore.moc:111
#13 0x0807054f in Core::doEmitProjectOpened (this=0x812e4d0) at core.h:26
#14 0x08075ddc in ProjectManager::loadProject (this=0x8177fc8, url=@0xbfffdb94)
    at projectmanager.cpp:195
#15 0x0806febd in Core::openProject (this=0x812e4d0, 
    projectFileName=@0xbfffdcd0) at core.cpp:80
#16 0x41b07d06 in ImportDialog::accept (this=0xbfffe758) at importdlg.cpp:117
#17 0x41250666 in QDialog::qt_invoke (this=0xbfffe758, _id=46, _o=0xbfffde94)
    at .moc/debug-shared-mt/moc_qdialog.cpp:108
#18 0x41b0f186 in ImportDialogBase::qt_invoke (this=0xbfffe758, _id=46, 
    _o=0xbfffde94) at importdlgbase.moc:91
#19 0x41b09d28 in ImportDialog::qt_invoke (this=0xbfffe758, _id=46, 
    _o=0xbfffde94) at importdlg.moc:78
#20 0x40f1062a in QObject::activate_signal (this=0x83d7148, clist=0x83da5d8, 
    o=0xbfffde94) at kernel/qobject.cpp:2197
#21 0x40f104b3 in QObject::activate_signal (this=0x83d7148, signal=4)
    at kernel/qobject.cpp:2171
#22 0x412213cd in QButton::clicked (this=0x83d7148)
    at .moc/debug-shared-mt/moc_qbutton.cpp:153
#23 0x40f9324c in QButton::mouseReleaseEvent (this=0x83d7148, e=0xbfffe2c4)
    at widgets/qbutton.cpp:808
#24 0x40f44c4f in QWidget::event (this=0x83d7148, e=0xbfffe2c4)
    at kernel/qwidget.cpp:4315
#25 0x40ea86b9 in QApplication::internalNotify (this=0xbffff384, 
    receiver=0x83d7148, e=0xbfffe2c4) at kernel/qapplication.cpp:2288
#26 0x40ea7d40 in QApplication::notify (this=0xbffff384, receiver=0x83d7148, 
    e=0xbfffe2c4) at kernel/qapplication.cpp:2096
#27 0x40aafea0 in KApplication::notify (this=0xbffff384, receiver=0x83d7148, 
    event=0xbfffe2c4) at kapplication.cpp:441
#28 0x4120c674 in QApplication::sendSpontaneousEvent (receiver=0x83d7148, 
    event=0xbfffe2c4) at .moc/debug-shared-mt/../../kernel/qapplication.h:480
#29 0x40e474dd in QETWidget::translateMouseEvent (this=0x83d7148, 
    event=0xbfffe62c) at kernel/qapplication_x11.cpp:4230
#30 0x40e44cf5 in QApplication::x11ProcessEvent (this=0xbffff384, 
    event=0xbfffe62c) at kernel/qapplication_x11.cpp:3383
#31 0x40e5d31c in QEventLoop::processEvents (this=0x80ed870, flags=4)
    at kernel/qeventloop_x11.cpp:167
#32 0x40ebd6e0 in QEventLoop::enterLoop (this=0x80ed870)
    at kernel/qeventloop.cpp:188
#33 0x40ea88f1 in QApplication::enter_loop (this=0xbffff384)
    at kernel/qapplication.cpp:2441
#34 0x410828b5 in QDialog::exec (this=0xbfffe758) at dialogs/qdialog.cpp:359
#35 0x41afea98 in AppWizardPart::slotImportProject (this=0x826f2b8)
    at appwizardpart.cpp:79
#36 0x41afee2f in AppWizardPart::qt_invoke (this=0x826f2b8, _id=3, 
    _o=0xbfffe8d4) at appwizardpart.moc:91
#37 0x40f1062a in QObject::activate_signal (this=0x8263868, clist=0x82a0638, 
    o=0xbfffe8d4) at kernel/qobject.cpp:2197
#38 0x40f104b3 in QObject::activate_signal (this=0x8263868, signal=2)
    at kernel/qobject.cpp:2171
#39 0x408b3506 in KAction::activated (this=0x8263868) at kaction.moc:158
#40 0x408a8cb4 in KAction::slotActivated (this=0x8263868) at kaction.cpp:1107
#41 0x408b3865 in KAction::qt_invoke (this=0x8263868, _id=14, _o=0xbfffea00)
    at kaction.moc:182
#42 0x40f1062a in QObject::activate_signal (this=0x82d9190, clist=0x8236fb0, 
    o=0xbfffea00) at kernel/qobject.cpp:2197
#43 0x41215eb2 in QSignal::signal (this=0x82d9190, t0=@0x82d91b8)
    at .moc/debug-shared-mt/moc_qsignal.cpp:101
#44 0x40f2bf94 in QSignal::activate (this=0x82d9190) at kernel/qsignal.cpp:204
#45 0x41009b4e in QPopupMenu::mouseReleaseEvent (this=0x818e318, e=0xbfffeec4)
    at widgets/qpopupmenu.cpp:1614
#46 0x40f44c4f in QWidget::event (this=0x818e318, e=0xbfffeec4)
    at kernel/qwidget.cpp:4315
#47 0x40ea86b9 in QApplication::internalNotify (this=0xbffff384, 
    receiver=0x818e318, e=0xbfffeec4) at kernel/qapplication.cpp:2288
#48 0x40ea7d40 in QApplication::notify (this=0xbffff384, receiver=0x818e318, 
    e=0xbfffeec4) at kernel/qapplication.cpp:2096
#49 0x40aafea0 in KApplication::notify (this=0xbffff384, receiver=0x818e318, 
    event=0xbfffeec4) at kapplication.cpp:441
#50 0x4120c674 in QApplication::sendSpontaneousEvent (receiver=0x818e318, 
    event=0xbfffeec4) at .moc/debug-shared-mt/../../kernel/qapplication.h:480
#51 0x40e4721c in QETWidget::translateMouseEvent (this=0x818e318, 
    event=0xbffff22c) at kernel/qapplication_x11.cpp:4172
#52 0x40e44cf5 in QApplication::x11ProcessEvent (this=0xbffff384, 
    event=0xbffff22c) at kernel/qapplication_x11.cpp:3383
#53 0x40e5d31c in QEventLoop::processEvents (this=0x80ed870, flags=4)
    at kernel/qeventloop_x11.cpp:167
#54 0x40ebd6e0 in QEventLoop::enterLoop (this=0x80ed870)
    at kernel/qeventloop.cpp:188
#55 0x40ebd629 in QEventLoop::exec (this=0x80ed870)
    at kernel/qeventloop.cpp:138
#56 0x40ea886d in QApplication::exec (this=0xbffff384)
    at kernel/qapplication.cpp:2409
#57 0x08066fb3 in main (argc=7, argv=0xbffff4f4) at main.cpp:78


I was going to take a better look at it, but i just noticed i can't reproduce this.  The second time i tried the same, it imported fine...

hope this helps you anyway..
cheers
domi




More information about the KDevelop-devel mailing list