Bug 237926 - The application was crash when i click on the time tracker new task
Summary: The application was crash when i click on the time tracker new task
Status: RESOLVED FIXED
Alias: None
Product: ktimetracker
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Thorsten Staerk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-17 13:02 UTC by satish
Modified: 2011-02-26 22:13 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 satish 2010-05-17 13:02:02 UTC
Application that crashed: kontact
Version of the application: 4.3.2
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-20-generic i686
Distribution: Ubuntu 9.10

What I was doing when the application crashed:
The application was crash when i click on the time tracker new task

 -- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
[KCrash Handler]
#6  0x0371bfa1 in ?? () from /usr/lib/kde4/ktimetrackerpart.so
#7  0x0373774a in ?? () from /usr/lib/kde4/ktimetrackerpart.so
#8  0x03740091 in ?? () from /usr/lib/kde4/ktimetrackerpart.so
#9  0x05813263 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#10 0x058136d8 in QMetaObject::activate(QObject*, QMetaObject const*, int, int, void**) () from /usr/lib/libQtCore.so.4
#11 0x010929b1 in QAction::triggered(bool) () from /usr/lib/libQtGui.so.4
#12 0x01093f32 in QAction::activate(QAction::ActionEvent) () from /usr/lib/libQtGui.so.4
#13 0x01535f02 in QToolButton::nextCheckState() () from /usr/lib/libQtGui.so.4
#14 0x01450163 in ?? () from /usr/lib/libQtGui.so.4
#15 0x01450431 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libQtGui.so.4
#16 0x015363fc in QToolButton::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libQtGui.so.4
#17 0x010ee012 in QWidget::event(QEvent*) () from /usr/lib/libQtGui.so.4
#18 0x0144e3ee in QAbstractButton::event(QEvent*) () from /usr/lib/libQtGui.so.4
#19 0x01538d9a in QToolButton::event(QEvent*) () from /usr/lib/libQtGui.so.4
#20 0x01098f54 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#21 0x010a1033 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#22 0x004f0bfa in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#23 0x057fd6cb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#24 0x0109ff6e in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&) () from /usr/lib/libQtGui.so.4
#25 0x0110e7c0 in ?? () from /usr/lib/libQtGui.so.4
#26 0x0110dc4b in QApplication::x11ProcessEvent(_XEvent*) () from /usr/lib/libQtGui.so.4
#27 0x0113a502 in ?? () from /usr/lib/libQtGui.so.4
#28 0x05abfe88 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#29 0x05ac3730 in ?? () from /lib/libglib-2.0.so.0
#30 0x05ac3863 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#31 0x0582802c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#32 0x01139be5 in ?? () from /usr/lib/libQtGui.so.4
#33 0x057fbc79 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#34 0x057fc0ca in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#35 0x057fe53f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#36 0x01098dd7 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#37 0x0804b4e6 in _start ()

Reported using DrKonqi
Comment 1 Andre Heinecke 2010-08-30 22:51:27 UTC
SVN commit 1170140 by aheinecke:

Do not crash if a task cannot be added because no calendar is set.
Print an error message instead.

CCBUG: 237926


 M  +5 -0      timetrackerstorage.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1170140
Comment 2 Thorsten Staerk 2011-02-26 22:13:39 UTC
Fixed today, but too tired to look up the commit number :)