Summary: | Umbrello crashes adding foreign key | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Jeremy Banks <jeremy> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | daniel.florez.murillo, guido, nilsonp55, okellogg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Jeremy Banks
2011-06-25 23:37:57 UTC
Created attachment 66257 [details]
New crash information added by DrKonqi
umbrello (2.7.3) on KDE Platform 4.7.3 (4.7.3) "release 10" using Qt 4.7.4
Same thing happens here with KDE 4.7.3 (openSUSE 11.3), albeit not every time.
-- Backtrace (Reduced):
#8 QString (this=0x8952980) at /usr/include/QtCore/qstring.h:729
#9 UMLObject::doc (this=0x8952980) at /usr/src/debug/kdesdk-4.7.3/umbrello/umbrello/umlobject.cpp:408
#10 0x08098737 in ClassifierListPage::slotActivateItem (this=0x8878e88, item=0x893c0c0) at /usr/src/debug/kdesdk-4.7.3/umbrello/umbrello/dialogs/classifierlistpage.cpp:355
#11 0x0809afba in ClassifierListPage::slotListItemCreated (this=0x8878e88, object=0x8876768) at /usr/src/debug/kdesdk-4.7.3/umbrello/umbrello/dialogs/classifierlistpage.cpp:402
#12 0x0809b155 in ClassifierListPage::qt_metacall (this=0x8878e88, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0xbf93aed8)
at /usr/src/debug/kdesdk-4.7.3/build/umbrello/umbrello/classifierlistpage.moc:96
Created attachment 68764 [details]
New crash information added by DrKonqi
umbrello (2.8.0) on KDE Platform 4.8.00 (4.8.0 using Qt 4.7.4
- What I was doing when the application crashed:
On diagram E/R add new foreing key to entity, fail always.
-- Backtrace (Reduced):
#6 QString (other=..., this=0x7fff2e957cb0) at /usr/include/qt4/QtCore/qstring.h:728
#7 UMLObject::doc (this=0x30) at ../../../umbrello/umbrello/umlobject.cpp:408
#8 0x00000000004576ee in ClassifierListPage::slotActivateItem (this=0x286fac0, item=<optimized out>) at ../../../umbrello/umbrello/dialogs/classifierlistpage.cpp:354
#9 0x0000000000459eac in ClassifierListPage::qt_metacall (this=0x286fac0, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0x7fff2e957e10) at ./classifierlistpage.moc:94
#10 0x000000000045a908 in ConstraintListPage::qt_metacall (this=0x286fac0, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=<optimized out>) at ./constraintlistpage.moc:73
Cannot reproduce with current trunk. Tried following things: - On entity in list view, RMB -> New -> Foreign Key Constraint ... - On entity in list view, RMB -> Properties -> Entity Constraints -> New Constraint ... - Same actions on selected entity in entity relationship diagram Created attachment 70055 [details]
New crash information added by DrKonqi
umbrello (2.7.4) on KDE Platform 4.7.4 (4.7.4) using Qt 4.7.4
- What I was doing when the application crashed: always when i try to create a foreign key the program crash
-- Backtrace (Reduced):
#6 QString (other=..., this=0x7fffacdf5250) at /usr/include/qt4/QtCore/qstring.h:728
#7 UMLObject::doc (this=0x30) at ../../../umbrello/umbrello/umlobject.cpp:408
#8 0x00000000004585ce in ClassifierListPage::slotActivateItem (this=0x2611bc0, item=<optimized out>) at ../../../umbrello/umbrello/dialogs/classifierlistpage.cpp:355
#9 0x000000000045acfc in ClassifierListPage::qt_metacall (this=0x2611bc0, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0x7fffacdf53b0) at ./classifierlistpage.moc:94
#10 0x000000000045b758 in ConstraintListPage::qt_metacall (this=0x2611bc0, _c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=<optimized out>) at ./constraintlistpage.moc:73
|