Bug 175996 - when export vcal file, Kontact crashes.
Summary: when export vcal file, Kontact crashes.
Status: RESOLVED FIXED
Alias: None
Product: kdepimlibs
Classification: Applications
Component: kcal (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: needs_verification
Depends on:
Blocks:
 
Reported: 2008-11-24 16:55 UTC by Martin Green
Modified: 2008-11-24 23:28 UTC (History)
2 users (show)

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 Martin Green 2008-11-24 16:55:45 UTC
Version:           1.3 (using KDE 4.1.3)
OS:                Linux
Installed from:    Ubuntu Packages

As soon as file name is selected, the application crashes.
Comment 1 FiNeX 2008-11-24 17:01:50 UTC
If you can reproduce the crash, you should install the debug enabled packages and provide a backtrace. Read this page for the instructions:

http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports

Thanks!
Comment 2 Martin Green 2008-11-24 17:11:34 UTC
Application: Kontact (kontact), signal SIGABRT
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb4d2d6c0 (LWP 17560)]
[New Thread 0xb08f4b90 (LWP 17890)]
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0xb800d430 in __kernel_vsyscall ()
#7  0xb6b93880 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0xb6b95248 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0xb7df1795 in qt_message_output () from /usr/lib/libQtCore.so.4
#10 0xb7df1872 in qFatal () from /usr/lib/libQtCore.so.4
#11 0xb7df1915 in qt_assert () from /usr/lib/libQtCore.so.4
#12 0xb56a7360 in KCal::VCalFormat::kDateTimeToISO ()
   from /usr/lib/libkcal.so.4
#13 0xb56b1530 in KCal::VCalFormat::eventToVTodo () from /usr/lib/libkcal.so.4
#14 0xb56b1c1c in KCal::VCalFormat::save () from /usr/lib/libkcal.so.4
#15 0xb56e57b7 in KCal::FileStorage::save () from /usr/lib/libkcal.so.4
#16 0xb0ea3733 in CalendarView::exportVCalendar ()
   from /usr/lib/libkorganizerprivate.so.4
#17 0xb0eae738 in CalendarView::qt_metacall ()
   from /usr/lib/libkorganizerprivate.so.4
#18 0xb7efea60 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#19 0xb7efee60 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#20 0xb6eea5f1 in QAction::triggered () from /usr/lib/libQtGui.so.4
#21 0xb6eeaf5f in QAction::activate () from /usr/lib/libQtGui.so.4
#22 0xb72c84e4 in ?? () from /usr/lib/libQtGui.so.4
#23 0xb72c8f72 in QMenu::mouseReleaseEvent () from /usr/lib/libQtGui.so.4
#24 0xb7ac0b95 in KMenu::mouseReleaseEvent () from /usr/lib/libkdeui.so.5
#25 0xb6f489a2 in QWidget::event () from /usr/lib/libQtGui.so.4
#26 0xb72cb269 in QMenu::event () from /usr/lib/libQtGui.so.4
#27 0xb6ef08ec in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#28 0xb6ef9121 in QApplication::notify () from /usr/lib/libQtGui.so.4
#29 0xb79ebb2d in KApplication::notify () from /usr/lib/libkdeui.so.5
#30 0xb7ee9e61 in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#31 0xb6ef83ae in QApplicationPrivate::sendMouseEvent ()
   from /usr/lib/libQtGui.so.4
#32 0xb6f6291e in ?? () from /usr/lib/libQtGui.so.4
#33 0xb6f61a25 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#34 0xb6f8b7ea in ?? () from /usr/lib/libQtGui.so.4
#35 0xb6ac56f8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#36 0xb6ac8da3 in ?? () from /usr/lib/libglib-2.0.so.0
#37 0xb6ac8f61 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#38 0xb7f14478 in QEventDispatcherGlib::processEvents ()
   from /usr/lib/libQtCore.so.4
#39 0xb6f8aee5 in ?? () from /usr/lib/libQtGui.so.4
#40 0xb7ee852a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#41 0xb7ee86ea in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#42 0xb7eeada5 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#43 0xb6ef0767 in QApplication::exec () from /usr/lib/libQtGui.so.4
#44 0x0804bf52 in _start ()
#0  0xb800d430 in __kernel_vsyscall ()
Comment 3 Allen Winter 2008-11-24 18:35:50 UTC
reassigning...
Comment 4 Allen Winter 2008-11-24 23:28:09 UTC
SVN commit 888590 by winterz:

don't assert on invalid dates in a calendar -- deal with them appropriately.
should fix export as vcs from korganizer.
BUG: 175996


 M  +16 -16    vcalformat.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=888590