Bug 96141 - crashes when hitting ESC while editing a new diagram field
Summary: crashes when hitting ESC while editing a new diagram field
Status: RESOLVED NOT A BUG
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.3.2
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-02 01:17 UTC by Martin Fabian Hohenberg
Modified: 2005-01-27 05:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
To reproduce the bug: open, add Activity, pres ESC (5.35 KB, application/octet-stream)
2005-01-12 22:26 UTC, rtep
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fabian Hohenberg 2005-01-02 01:17:11 UTC
Version:           1.3.2 (using KDE 3.3.2,  (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-5)
OS:                Linux (i686) release 2.6.10

This is reproducable on my system ...

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread -1230294912 (LWP 15590)]
[KCrash handler]
#4  0x00000000 in ?? ()
#5  0x0817d6ec in UMLView::setupNewWidget ()
#6  0x0814c890 in ToolBarStateOther::newWidget ()
#7  0x0814cdad in ToolBarStateOther::mouseRelease ()
#8  0x0817d7d7 in UMLView::contentsMouseReleaseEvent ()
#9  0xb72c2f22 in QScrollView::viewportMouseReleaseEvent ()
   from /usr/lib/libqt-mt.so.3
#10 0xb72c283c in QScrollView::eventFilter () from /usr/lib/libqt-mt.so.3
#11 0xb71b697d in QObject::activate_filters () from /usr/lib/libqt-mt.so.3
#12 0xb71b68d9 in QObject::event () from /usr/lib/libqt-mt.so.3
#13 0xb71ec5cb in QWidget::event () from /usr/lib/libqt-mt.so.3
#14 0xb7161250 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#15 0xb71609a7 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#16 0xb776ad3c in KApplication::notify () from /usr/lib/libkdecore.so.4
#17 0xb70fa0eb in QETWidget::translateMouseEvent ()
   from /usr/lib/libqt-mt.so.3
#18 0xb70f7dd8 in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#19 0xb710dd9a in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#20 0xb7172620 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#21 0xb71724e2 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#22 0xb716145b in QApplication::exec () from /usr/lib/libqt-mt.so.3
#23 0x08136b86 in main ()
Comment 1 Jonathan Riddell 2005-01-06 01:13:15 UTC
I can't confirm this in 3.3 branch or HEAD.

Can you give a step by step guide on how to recreate this?
Comment 2 rtep 2005-01-12 22:26:28 UTC
Created attachment 9061 [details]
To reproduce the bug: open, add Activity, pres ESC

Open the file, click to Activity toolbar button, click at diagram area, press
ESC in the window (or close it using your window manager). Reproducible with
umbrello 1.3.2.
Comment 3 Jonathan Riddell 2005-01-27 05:12:30 UTC
I can confirm the problem happens in Umbrello 1.3.  It seems to be fixed in Umbrello 1.4 beta.  

Thanks for your report.