Bug 73275 - crash while importing C++ code
Summary: crash while importing C++ code
Status: RESOLVED WORKSFORME
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-22 21:42 UTC by Jake Hamby
Modified: 2004-01-22 21:43 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 Jake Hamby 2004-01-22 21:42:52 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    Gentoo Packages
Compiler:          gcc (GCC) 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice) 
OS:          Linux

While importing some classes (aknview.h, aknviewappui.h from Symbian 6.1 SDK), umbrello crashed. Here's the backtrace:

(no debugging symbols found)...Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 15483)]
0x0fb0d184 in waitpid ()
   from /lib/libpthread.so.0
#0  0x0fb0d184 in waitpid () from /lib/libpthread.so.0
#1  0x001690f0 in KCrash::defaultCrashHandler(int) ()
   from /usr/kde/3.2/lib/libkdecore.so.4
#2  0x0fb0bbd4 in __pthread_sighandler () from /lib/libpthread.so.0
#3  <signal handler called>
#4  0x0f4ce6ec in QGList::append(void*) () from /usr/qt/3/lib/libqt-mt.so.3
#5  0x0f4ce6e0 in QGList::append(void*) () from /usr/qt/3/lib/libqt-mt.so.3
#6  0x100ae0a8 in ClassImport::insertAttribute(CClassStore&, UMLObject*, Uml::Scope, QString, QString, QString, bool) ()
#7  0x100aecd8 in ClassImport::importCPP(QStringList) ()
#8  0x1012268c in UMLListView::popupMenuSel(int) ()
#9  0x1012a0ac in UMLListView::qt_invoke(int, QUObject*) ()
#10 0x0f221a58 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/qt/3/lib/libqt-mt.so.3
#11 0x0f221bd4 in QObject::activate_signal(int, int) ()
   from /usr/qt/3/lib/libqt-mt.so.3
#12 0x0f55dd9c in QPopupMenu::activated(int) ()
   from /usr/qt/3/lib/libqt-mt.so.3
#13 0x0f32081c in QPopupMenu::actSig(int, bool) ()
   from /usr/qt/3/lib/libqt-mt.so.3
#14 0x0f324288 in QPopupMenu::mouseReleaseEvent(QMouseEvent*) ()
   from /usr/qt/3/lib/libqt-mt.so.3
#15 0x0f25812c in QWidget::event(QEvent*) () from /usr/qt/3/lib/libqt-mt.so.3
#16 0x0f1c01e0 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/qt/3/lib/libqt-mt.so.3
#17 0x0f1bf874 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/qt/3/lib/libqt-mt.so.3
#18 0x000d44c4 in KApplication::notify(QObject*, QEvent*) ()
   from /usr/kde/3.2/lib/libkdecore.so.4
#19 0x0f155824 in QETWidget::translateMouseEvent(_XEvent const*) ()
   from /usr/qt/3/lib/libqt-mt.so.3
#20 0x0f1537b8 in QApplication::x11ProcessEvent(_XEvent*) ()
   from /usr/qt/3/lib/libqt-mt.so.3
#21 0x0f16b1f4 in QEventLoop::processEvents(unsigned) ()
   from /usr/qt/3/lib/libqt-mt.so.3
#22 0x0f1d4a0c in QEventLoop::enterLoop() () from /usr/qt/3/lib/libqt-mt.so.3
#23 0x0f1d4808 in QEventLoop::exec() () from /usr/qt/3/lib/libqt-mt.so.3
#24 0x0f1c04a8 in QApplication::exec() () from /usr/qt/3/lib/libqt-mt.so.3
#25 0x100eeb58 in main ()
Comment 1 Jake Hamby 2004-01-22 21:43:57 UTC
whoops.. accidentally submitted twice..