Bug 319370 - Crash when resizing a start/stop item
Summary: Crash when resizing a start/stop item
Status: RESOLVED WORKSFORME
Alias: None
Product: calligraflow
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Yue Liu
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2013-05-05 16:43 UTC by Valentin Rusu
Modified: 2018-11-29 09:45 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 Valentin Rusu 2013-05-05 16:43:59 UTC
Application: calligraflow (2.8 Pre-Alpha)
KDE Platform Version: 4.10.60 (Compiled from sources)
Qt Version: 4.8.5
Operating System: Linux 3.8.10-1-ARCH x86_64
Distribution: "Arch Linux"

-- Information about the crash:
- What I was doing when the application crashed:
I was trying to resize a start/stop item on a new diagram (not yet saved). Flow crashed when the item would gain 0 horizontal size.

-- Backtrace:
Application: Flow (calligraflow), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fe886848780 (LWP 9161))]

Thread 2 (Thread 0x7fe8641f0700 (LWP 9162)):
#0  0x00007fe8833fe09d in poll () from /usr/lib/libc.so.6
#1  0x00007fe87f9811f4 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007fe87f9812fc in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x00007fe8852035f6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/qt/4/lib/libQtCore.so.4
#4  0x00007fe8851d567f in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/qt/4/lib/libQtCore.so.4
#5  0x00007fe8851d5975 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/qt/4/lib/libQtCore.so.4
#6  0x00007fe8850d4e1f in QThread::exec() () from /home/qt/4/lib/libQtCore.so.4
#7  0x00007fe8851b6fc3 in ?? () from /home/qt/4/lib/libQtCore.so.4
#8  0x00007fe8850d745f in ?? () from /home/qt/4/lib/libQtCore.so.4
#9  0x00007fe884e36dd2 in start_thread () from /usr/lib/libpthread.so.0
#10 0x00007fe883406ced in clone () from /usr/lib/libc.so.6

Thread 1 (Thread 0x7fe886848780 (LWP 9161)):
[KCrash Handler]
#6  0x00007fe884354806 in QCursor::shape() const () from /home/qt/4/lib/libQtGui.so.4
#7  0x00007fe88438c71e in QWidget::setCursor(QCursor const&) () from /home/qt/4/lib/libQtGui.so.4
#8  0x00007fe86f661075 in KoToolManager::qt_static_metacall (_o=0x2e4ede0, _id=69666104, _a=0x7fe868651510 <non-virtual thunk to KoPACanvas::setCursor(QCursor const&)>, _c=<optimized out>) at /home/kde/build/calligra/libs/flake/KoToolManager.moc:102
#9  0x00007fe8851ea5ac in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /home/qt/4/lib/libQtCore.so.4
#10 0x00007fe86f64bbd5 in KoToolBase::cursorChanged (this=this@entry=0x4270370, _t1=...) at /home/kde/build/calligra/libs/flake/KoToolBase.moc:148
#11 0x00007fe86f64bc0a in KoToolBase::useCursor (this=this@entry=0x4270370, cursor=...) at /home/kde/src/calligra/libs/flake/KoToolBase.cpp:157
#12 0x00007fe8673ecd0f in DefaultTool::updateCursor (this=this@entry=0x4270370) at /home/kde/src/calligra/plugins/defaultTools/defaulttool/DefaultTool.cpp:500
#13 0x00007fe8673f14ab in DefaultTool::mouseMoveEvent (this=0x4270370, event=<optimized out>) at /home/kde/src/calligra/plugins/defaultTools/defaulttool/DefaultTool.cpp:569
#14 0x00007fe86f665e3b in KoToolProxyPrivate::timeout (this=0x2e48f40) at /home/kde/src/calligra/libs/flake/KoToolProxy.cpp:74
#15 0x00007fe8851ea5ac in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /home/qt/4/lib/libQtCore.so.4
#16 0x00007fe8851ee741 in QObject::event(QEvent*) () from /home/qt/4/lib/libQtCore.so.4
#17 0x00007fe8843444fc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /home/qt/4/lib/libQtGui.so.4
#18 0x00007fe88434aac0 in QApplication::notify(QObject*, QEvent*) () from /home/qt/4/lib/libQtGui.so.4
#19 0x00007fe8701b4107 in KoApplication::notify (this=<optimized out>, receiver=0x2e48f50, event=0x7fffc31cac00) at /home/kde/src/calligra/libs/main/KoApplication.cpp:556
#20 0x00007fe8851d6a1d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /home/qt/4/lib/libQtCore.so.4
#21 0x00007fe885205f43 in ?? () from /home/qt/4/lib/libQtCore.so.4
#22 0x00007fe885203321 in ?? () from /home/qt/4/lib/libQtCore.so.4
#23 0x00007fe87f980f06 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#24 0x00007fe87f981258 in ?? () from /usr/lib/libglib-2.0.so.0
#25 0x00007fe87f9812fc in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#26 0x00007fe8852035d5 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/qt/4/lib/libQtCore.so.4
#27 0x00007fe8843e1006 in ?? () from /home/qt/4/lib/libQtGui.so.4
#28 0x00007fe8851d567f in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/qt/4/lib/libQtCore.so.4
#29 0x00007fe8851d5975 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/qt/4/lib/libQtCore.so.4
#30 0x00007fe8851daa8b in QCoreApplication::exec() () from /home/qt/4/lib/libQtCore.so.4
#31 0x00007fe8704a37da in kdemain (argc=<optimized out>, argv=<optimized out>) at /home/kde/src/calligra/flow/part/main.cpp:40
#32 0x0000000000407f69 in launch (argc=argc@entry=1, _name=_name@entry=0x1c95c98 "/home/kde/bin/calligraflow", args=<optimized out>, args@entry=0x1c95cb3 "\001", cwd=cwd@entry=0x0, envc=envc@entry=1, envs=<optimized out>, envs@entry=0x1c95cbb "DISPLAY=:0", reset_env=false, tty=tty@entry=0x0, avoid_loops=false, startup_id_str=startup_id_str@entry=0x1c95cce "zamox.rusu.info;1367771724;449917;24109_TIME356839798") at /home/kde/src/kde/kdelibs/kinit/kinit.cpp:726
#33 0x0000000000408dbb in handle_launcher_request (sock=8, who=<optimized out>) at /home/kde/src/kde/kdelibs/kinit/kinit.cpp:1218
#34 0x0000000000409437 in handle_requests (waitForPid=waitForPid@entry=0) at /home/kde/src/kde/kdelibs/kinit/kinit.cpp:1411
#35 0x0000000000405108 in main (argc=4, argv=<optimized out>, envp=0x7fffc31cb940) at /home/kde/src/kde/kdelibs/kinit/kinit.cpp:1899

Reported using DrKonqi
Comment 1 Andrew Crouthamel 2018-10-30 00:00:27 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 2 Bug Janitor Service 2018-11-14 11:31:10 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2018-11-29 09:45:20 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!