[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 137760] New: Crash while refactoring QMakeManager project
From:       Steven T.Hatton <hattons () globalsymmetry ! com>
Date:       2006-11-23 7:08:10
Message-ID: 20061123080808.137760.hattons () globalsymmetry ! com
[Download RAW message or body]

------- 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=137760         
           Summary: Crash while refactoring QMakeManager project
           Product: kdevelop
           Version: unspecified
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: hattons globalsymmetry com


Version:           committed-rev="607077" (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs
Compiler:          gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) 
OS:                Linux

I started my project using the basic Qt4 prototype.  I then created some new \
directories and .pro files to go along with them.  The objective is to have the \
                project organized as is shown in this tree:
.
> -- COPYING
> -- Doxyfile
> -- build
> > -- build.pro
> > -- qsg
> > `-- qsg.pro
> `-- src.pro
> -- include
> `-- qsg
> > -- MainWindow
> `-- MainWindow.h
> -- project.pro
> -- qsg.kdevelop
> -- qsg.kdevelop.pcs
> -- qsg.kdevses
> -- qsg.pro
> -- src
> > -- main.cpp
> `-- qsg
> `-- MainWindow.cpp
`-- templates
    |-- cpp
    `-- h
Note that all .pro files are either in the project root directory, or under build.  \
When I removed src/src.pro, added SUBDIRS += src.pro to build/build.pro and attempted \
to create an empty build/src.pro using File->New, KDevelop crashed at the point when \
I committed the dialog data.

Here's the backtrace:

Using host libthread_db library "/lib/tls/libthread_db.so.1".
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread 1106245696 (LWP 18651)]
[New Thread 1127693232 (LWP 22587)]
[Thread debugging using libthread_db enabled]
[New Thread 1106245696 (LWP 18651)]
[New Thread 1127693232 (LWP 22587)]
[Thread debugging using libthread_db enabled]
[New Thread 1106245696 (LWP 18651)]
[New Thread 1127693232 (LWP 22587)]
[KCrash handler]
#5  0x42e0c3c0 in Scope::variableValues (this=0x2f0000, variable= 0xbfb41824, 
    checkIncParent=true)
    at /download/org/kdevelop/repository/root/kdevelop/buildtools/qmake/scope.cpp:297
#6  0x42e37d14 in TrollProjectWidget::addFiles (this=0x8a680b8, 
    files= 0xbfb418f0, relativeToProjectRoot=true)
    at /download/org/kdevelop/repository/root/kdevelop/buildtools/qmake/trollprojectwidget.cpp:1052
 #7  0x42e1d194 in TrollProjectPart::addFiles (this=0x8ba3f08, 
    fileList= 0xbfb4191c)
    at /download/org/kdevelop/repository/root/kdevelop/buildtools/qmake/trollprojectpart.cpp:496
 #8  0x42e1d1fc in TrollProjectPart::addFile (this=0x8ba3f08, 
    fileName= 0xbfb41aac)
    at /download/org/kdevelop/repository/root/kdevelop/buildtools/qmake/trollprojectpart.cpp:483
 #9  0x4233ac8d in FileCreatePart::createNewFile (this=0x833a908, 
    ext= 0xbfb41c4c, dir= 0xbfb41c48, name= 0xbfb41c44, subtype= 0xbfb41c40)
    at /download/org/kdevelop/repository/root/kdevelop/parts/filecreate/filecreate_part.cpp:417
 #10 0x4233858e in FileCreatePart::slotNewFile (this=0x833a908)
    at /download/org/kdevelop/repository/root/kdevelop/parts/filecreate/filecreate_part.cpp:179
 #11 0x4233bdb3 in FileCreatePart::qt_invoke (this=0x833a908, _id=7, 
    _o=0xbfb41cf8) at filecreate_part.moc:119
#12 0x415b1099 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#13 0x415b1550 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0x40e5ea19 in KAction::activated () from /opt/kde3/lib/libkdeui.so.4
#15 0x40e988d1 in KAction::slotActivated () from /opt/kde3/lib/libkdeui.so.4
#16 0x40eb7b3e in KAction::slotPopupActivated ()
   from /opt/kde3/lib/libkdeui.so.4
#17 0x40eb7e11 in KAction::qt_invoke () from /opt/kde3/lib/libkdeui.so.4
#18 0x40eb7f1b in KToolBarPopupAction::qt_invoke ()
   from /opt/kde3/lib/libkdeui.so.4
#19 0x415b1099 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#20 0x418fec42 in QSignal::signal () from /usr/lib/qt3/lib/libqt-mt.so.3
#21 0x415cdfcb in QSignal::activate () from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0x416bc262 in QPopupMenu::mouseReleaseEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#23 0x40e6b811 in KPopupMenu::mouseReleaseEvent ()
   from /opt/kde3/lib/libkdeui.so.4
#24 0x415eb8b8 in QWidget::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x415503b1 in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0x415514b8 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#27 0x411c8cce in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#28 0x414ea7d2 in QETWidget::translateMouseEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#29 0x414e919b in QApplication::x11ProcessEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#30 0x414fd5fa in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#31 0x41567402 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#32 0x415672e6 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#33 0x4154fcff in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x0804e213 in main ()


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic