Bug 307949 - refactoring by copy method and paste crashed
Summary: refactoring by copy method and paste crashed
Status: RESOLVED DUPLICATE of bug 204035
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-05 22:33 UTC by notreal
Modified: 2012-10-06 01:25 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 notreal 2012-10-05 22:33:31 UTC
Application: umbrello (2.6.5)
KDE Platform Version: 4.6.5 (4.6.5)
Qt Version: 4.7.2
Operating System: Linux 2.6.38-16-generic i686
Distribution: Ubuntu 11.04

-- Information about the crash:
I was workimng class diagram. I had hierarchy of parent X and child Y class.  I opened the refactoring window which showed my parent class X and child class Y. I wanted copy (or maybe cut-- not sure) a method in parent X and paste it into child Y. Not sure if it crashed when I did copy or cut in parent X or when I went to child class Y to paste.

-- Backtrace:
Application: Umbrello UML Modeller (umbrello), signal: Segmentation fault
[Current thread is 1 (Thread 0xb7839710 (LWP 12560))]

Thread 3 (Thread 0xb75d6b70 (LWP 12562)):
#0  0x00ad8416 in __kernel_vsyscall ()
#1  0x00a02526 in __poll (fds=0x9009f18, nfds=3, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#2  0x01f6e84b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0x01f5e1af in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0x01f5e92b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0x02125304 in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
#6  0x01f872df in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#7  0x00157e99 in start_thread (arg=0xb75d6b70) at pthread_create.c:304
#8  0x00a10cbe in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 2 (Thread 0xb6dd5b70 (LWP 14075)):
#0  0x00b1dd41 in clock_gettime (clock_id=1, tp=0xb6dd5000) at ../sysdeps/unix/clock_gettime.c:116
#1  0x05070dd8 in do_gettime () at tools/qelapsedtimer_unix.cpp:123
#2  qt_gettime () at tools/qelapsedtimer_unix.cpp:140
#3  0x0513d532 in updateCurrentTime (this=0xb640c804, tm=...) at kernel/qeventdispatcher_unix.cpp:339
#4  QTimerInfoList::timerWait (this=0xb640c804, tm=...) at kernel/qeventdispatcher_unix.cpp:442
#5  0x0513bd72 in timerSourcePrepareHelper (src=<value optimized out>, timeout=0xb6dd50dc) at kernel/qeventdispatcher_glib.cpp:136
#6  0x0513be0d in timerSourcePrepare (source=0xb640c7d0, timeout=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:169
#7  0x01f5cfd4 in g_main_context_prepare () from /lib/i386-linux-gnu/libglib-2.0.so.0
#8  0x01f5de63 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#9  0x01f5e524 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
#10 0x0513c5b7 in QEventDispatcherGlib::processEvents (this=0x920f568, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#11 0x0510e2c9 in QEventLoop::processEvents (this=0xb6dd5290, flags=...) at kernel/qeventloop.cpp:149
#12 0x0510e562 in QEventLoop::exec (this=0xb6dd5290, flags=...) at kernel/qeventloop.cpp:201
#13 0x050182a0 in QThread::exec (this=0x91e6b00) at thread/qthread.cpp:492
#14 0x050f001b in QInotifyFileSystemWatcherEngine::run (this=0x91e6b00) at io/qfilesystemwatcher_inotify.cpp:248
#15 0x0501ada2 in QThreadPrivate::start (arg=0x91e6b00) at thread/qthread_unix.cpp:320
#16 0x00157e99 in start_thread (arg=0xb6dd5b70) at pthread_create.c:304
#17 0x00a10cbe in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 1 (Thread 0xb7839710 (LWP 12560)):
[KCrash Handler]
#7  JavaClassifierCodeDocument::addCodeOperation (this=0x9488e00, op=0x9426b44) at ../../../umbrello/umbrello/codegenerators/java/javaclassifiercodedocument.cpp:124
#8  0x083208e5 in ClassifierCodeDocument::addOperation (this=0x9488e00, o=0x9482b10) at ../../../umbrello/umbrello/classifiercodedocument.cpp:308
#9  0x0832368c in ClassifierCodeDocument::qt_metacall (this=0x9488e00, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0xbfa51358) at ./classifiercodedocument.moc:96
#10 0x051156fa in QMetaObject::metacall (object=0x9488e00, cl=QMetaObject::InvokeMetaMethod, idx=10, argv=0xbfa51358) at kernel/qmetaobject.cpp:237
#11 0x0512553f in QMetaObject::activate (sender=0x9657c20, m=0x8431b84, local_signal_index=0, argv=0xbfa51358) at kernel/qobject.cpp:3287
#12 0x08316145 in UMLClassifier::operationAdded (this=0x9657c20, _t1=0x9482b10) at ./classifier.moc:99
#13 0x0831b30c in UMLClassifier::addOperation (this=0x9657c20, op=0x9482b10, position=-1) at ../../../umbrello/umbrello/classifier.cpp:316
#14 0x0831c08c in UMLClassifier::addOperation (this=0x9657c20, op=0x9482b10, log=0x997c260) at ../../../umbrello/umbrello/classifier.cpp:333
#15 0x080ef264 in UMLClipboard::pasteClip5 (this=0xbfa51688, data=0x943f6d0) at ../../../umbrello/umbrello/clipboard/umlclipboard.cpp:678
#16 0x080f344c in UMLClipboard::paste (this=0xbfa51688, data=0x943f6d0) at ../../../umbrello/umbrello/clipboard/umlclipboard.cpp:181
#17 0x0837c9e9 in UMLApp::slotEditPaste (this=0x91006f0) at ../../../umbrello/umbrello/uml.cpp:1289
#18 0x083ac09e in UMLListView::popupMenuSel (this=0x91e0de8, action=0x9554b00) at ../../../umbrello/umbrello/umllistview.cpp:625
#19 0x083b3a7c in UMLListView::qt_metacall (this=0x91e0de8, _c=QMetaObject::InvokeMetaMethod, _id=9, _a=0xbfa51988) at ./umllistview.moc:111
#20 0x051156fa in QMetaObject::metacall (object=0x91e0de8, cl=QMetaObject::InvokeMetaMethod, idx=139, argv=0xbfa51988) at kernel/qmetaobject.cpp:237
#21 0x0512553f in QMetaObject::activate (sender=0x9986428, m=0x1c46328, local_signal_index=2, argv=0xbfa51988) at kernel/qobject.cpp:3287
#22 0x0179a083 in QMenu::triggered (this=0x9986428, _t1=0x9554b00) at .moc/release-shared/moc_qmenu.cpp:164
#23 0x0179b0aa in QMenuPrivate::_q_actionTriggered (this=0x9a48b90) at widgets/qmenu.cpp:1111
#24 0x017a030e in QMenu::qt_metacall (this=0x9986428, _c=QMetaObject::InvokeMetaMethod, _id=8, _a=0xbfa51b58) at .moc/release-shared/moc_qmenu.cpp:105
#25 0x010f4f8a in KMenu::qt_metacall (this=0x9986428, _c=QMetaObject::InvokeMetaMethod, _id=35, _a=0xbfa51b58) at ./kmenu.moc:76
#26 0x051156fa in QMetaObject::metacall (object=0x9986428, cl=QMetaObject::InvokeMetaMethod, idx=35, argv=0xbfa51b58) at kernel/qmetaobject.cpp:237
#27 0x0512553f in QMetaObject::activate (sender=0x9554b00, m=0x1c3f3f8, local_signal_index=1, argv=0xbfa51b58) at kernel/qobject.cpp:3287
#28 0x013058d9 in QAction::triggered (this=0x9554b00, _t1=false) at .moc/release-shared/moc_qaction.cpp:263
#29 0x01305b38 in QAction::activate (this=0x9554b00, event=QAction::Trigger) at kernel/qaction.cpp:1257
#30 0x0179a33d in QMenuPrivate::activateCausedStack (this=0x9a48b90, causedStack=..., action=0x9554b00, action_e=QAction::Trigger, self=true) at widgets/qmenu.cpp:993
#31 0x017a0bfb in QMenuPrivate::activateAction (this=0x9a48b90, action=0x9554b00, action_e=QAction::Trigger, self=true) at widgets/qmenu.cpp:1085
#32 0x017a1a8e in QMenu::mouseReleaseEvent (this=0x9986428, e=0xbfa523f4) at widgets/qmenu.cpp:2306
#33 0x010f3c24 in KMenu::mouseReleaseEvent (this=0x9986428, e=0xbfa523f4) at ../../kdeui/widgets/kmenu.cpp:458
#34 0x0136513a in QWidget::event (this=0x9986428, event=0xbfa523f4) at kernel/qwidget.cpp:8259
#35 0x017a1f67 in QMenu::event (this=0x9986428, e=0xbfa523f4) at widgets/qmenu.cpp:2415
#36 0x0130cd24 in QApplicationPrivate::notify_helper (this=0x8fc9e70, receiver=0x9986428, e=0xbfa523f4) at kernel/qapplication.cpp:4462
#37 0x01312201 in QApplication::notify (this=0xbfa52c90, receiver=0x9986428, e=0xbfa523f4) at kernel/qapplication.cpp:4023
#38 0x0101632a in KApplication::notify (this=0xbfa52c90, receiver=0x9986428, event=0xbfa523f4) at ../../kdeui/kernel/kapplication.cpp:311
#39 0x0510f0fb in QCoreApplication::notifyInternal (this=0xbfa52c90, receiver=0x9986428, event=0xbfa523f4) at kernel/qcoreapplication.cpp:731
#40 0x0130dc3b in sendSpontaneousEvent (receiver=0x9986428, event=0xbfa523f4, alienWidget=0x0, nativeWidget=0x9986428, buttonDown=0x1c5bc60, lastMouseReceiver=..., spontaneous=true) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
#41 QApplicationPrivate::sendMouseEvent (receiver=0x9986428, event=0xbfa523f4, alienWidget=0x0, nativeWidget=0x9986428, buttonDown=0x1c5bc60, lastMouseReceiver=..., spontaneous=true) at kernel/qapplication.cpp:3120
#42 0x01399253 in QETWidget::translateMouseEvent (this=0x9986428, event=0xbfa5291c) at kernel/qapplication_x11.cpp:4492
#43 0x013979b5 in QApplication::x11ProcessEvent (this=0xbfa52c90, event=0xbfa5291c) at kernel/qapplication_x11.cpp:3680
#44 0x013c35f4 in x11EventSourceDispatch (s=0x8fda240, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#45 0x01f5daa8 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
#46 0x01f5e270 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#47 0x01f5e524 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
#48 0x0513c57c in QEventDispatcherGlib::processEvents (this=0x8f8baa8, flags=...) at kernel/qeventdispatcher_glib.cpp:422
#49 0x013c31e5 in QGuiEventDispatcherGlib::processEvents (this=0x8f8baa8, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#50 0x0510e2c9 in QEventLoop::processEvents (this=0xbfa52be4, flags=...) at kernel/qeventloop.cpp:149
#51 0x0510e562 in QEventLoop::exec (this=0xbfa52be4, flags=...) at kernel/qeventloop.cpp:201
#52 0x05112f0c in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1008
#53 0x0130a8e7 in QApplication::exec () at kernel/qapplication.cpp:3736
#54 0x08355a27 in main (argc=0, argv=0x0) at ../../../umbrello/umbrello/main.cpp:111

Possible duplicates by query: bug 281901, bug 281612, bug 256668.

Reported using DrKonqi
Comment 1 Jekyll Wu 2012-10-06 01:25:55 UTC

*** This bug has been marked as a duplicate of bug 204035 ***