Summary: | umbrello crashes when editing agregation | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Jože Prijatelj <prijatelj.mp3> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | finex, ralf.habacker, sawk.ita, schmecklecker137 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.3 | |
Sentry Crash Report: |
Description
Jože Prijatelj
2009-03-17 21:35:02 UTC
I can reproduce it with kubuntu 9.04; standard installation! Qt: 4.5.0 KDE: 4.2.2 (KDE 4.2.2) Umbrello UML Modeller: 2.2.2 a correct backtrace is not possible so far. --snip Eine korrekte Rückverfolgung ist nicht möglich. Wahrscheinlich sind die Dateien Ihres Systems in einer Weise erstellt worden, die eine solche Rückverfolgung (Backtrace) nicht erlaubt. Oder der so genannte „Stack Frame“ für das Programm wurde durch den Absturz unbrauchbar gemacht. (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 0xb59f49e0 (LWP 4571)] 0xb7eed430 in __kernel_vsyscall () [Current thread is 0 (process 4571)] Thread 1 (Thread 0xb59f49e0 (LWP 4571)): #0 0xb7eed430 in __kernel_vsyscall () #1 0xb60b0780 in nanosleep () from /lib/tls/i686/cmov/libc.so.6 #2 0xb60b05be in sleep () from /lib/tls/i686/cmov/libc.so.6 #3 0xb78478b2 in ?? () from /usr/lib/libkdeui.so.5 #4 0xb7848274 in KCrash::defaultCrashHandler () from /usr/lib/libkdeui.so.5 #5 <signal handler called> #6 0x08672617 in ?? () #7 0x0867ef40 in ?? () #8 0xb66f7ca8 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #9 0xb66f8932 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #10 0x0876e4a9 in ?? () #11 0x087152f5 in ?? () #12 0x0876ed4f in ?? () #13 0xb63f51e1 in Q3ScrollView::viewportMousePressEvent () from /usr/lib/libQt3Support.so.4 #14 0xb63f6dc0 in Q3ScrollView::eventFilter () from /usr/lib/libQt3Support.so.4 #15 0xb66e0c5a in QCoreApplicationPrivate::sendThroughObjectEventFilters () from /usr/lib/libQtCore.so.4 #16 0xb6bb2f0a in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #17 0xb6bbbba1 in QApplication::notify () from /usr/lib/libQtGui.so.4 #18 0xb77d794d in KApplication::notify () from /usr/lib/libkdeui.so.5 #19 0xb66e1a3b in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #20 0xb6bbac0e in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4 #21 0xb6c2aa0e in ?? () from /usr/lib/libQtGui.so.4 #22 0xb6c29d37 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4 #23 0xb6c54cfa in ?? () from /usr/lib/libQtGui.so.4 #24 0xb5ba3b88 in IA__g_main_context_dispatch (context=0x8e3f898) at /build/buildd/glib2.0-2.20.1/glib/gmain.c:1814 #25 0xb5ba70eb in g_main_context_iterate (context=0x8e3f898, block=1, dispatch=1, self=0x8e3ce98) at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2448 #26 0xb5ba7268 in IA__g_main_context_iteration (context=0x8e3f898, may_block=1) at /build/buildd/glib2.0-2.20.1/glib/gmain.c:2511 #27 0xb670d438 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #28 0xb6c543f5 in ?? () from /usr/lib/libQtGui.so.4 #29 0xb66e006a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #30 0xb66e04aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #31 0xb66e2959 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4 #32 0xb6bb2da7 in QApplication::exec () from /usr/lib/libQtGui.so.4 #33 0x086dc925 in ?? () #34 0xb6027775 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #35 0x08071101 in _start () #0 0xb7eed430 in __kernel_vsyscall () I've the same problem on Archlinux: KDE - 4.2.4 gcc - 4.4.0 glibc - 2.10.1 qt - 4.5.1 Umbrello 2.2.4 this is a frustrating bug.... Cannot reproduce on trunk (r1001816). I'm not able to reproduce on KDE 4.3 too. Someone can confirm it has been fixed? Do not crash also with 4.11.5 |