Bug 240620 - Kontact crashes if I try to add an appointment to a kolab resource
Summary: Kontact crashes if I try to add an appointment to a kolab resource
Status: RESOLVED FIXED
Alias: None
Product: kontact
Classification: Applications
Component: calendar (show other bugs)
Version: enterprise
Platform: Unlisted Binaries macOS
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 17:20 UTC by Bjoern Ricks
Modified: 2011-02-18 10:52 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 Bjoern Ricks 2010-06-03 17:20:07 UTC
Version:           enterprise (using Devel) 
OS:                OS X

Kontact crashes if I try to add an appointment to a kolab resource.

Reproducible: Always

Steps to Reproduce:
Set up an kolab account and open the calendar view. Afterwards click on New Event. Select the kolab calendar resource and add some description. Click on ok. Kontact crashes with an bus error.
Comment 1 Bjoern Ricks 2010-06-03 19:01:00 UTC
Application: Kontact (kontact), signal: Bus error
[KCrash Handler]
#5  0x00c98c9a in Akonadi::ItemSerializer::parts ()
#6  0x00c86a29 in Akonadi::Item::loadedPayloadParts ()
#7  0x00c89512 in Akonadi::ItemCreateJob::ItemCreateJob ()
#8  0x1c61ac62 in Akonadi::IncidenceChanger::addIncidence ()
#9  0x1c3b2f5d in IncidenceEditors::EventEditor::processInput ()
#10 0x1c3b8ba9 in IncidenceEditors::IncidenceEditor::slotButtonClicked ()
#11 0x0376ab80 in KDialog::qt_metacall ()
#12 0x1c3ba8d5 in IncidenceEditors::IncidenceEditor::qt_metacall ()
#13 0x1c3b1e55 in IncidenceEditors::EventEditor::qt_metacall ()
#14 0x04136aca in QMetaObject::activate ()
#15 0x0413d2ae in QSignalMapper::mapped ()
#16 0x0413d3b8 in QSignalMapper::map ()
#17 0x0413d5ce in QSignalMapper::map ()
#18 0x0413ddd7 in QSignalMapper::qt_metacall ()
#19 0x04136aca in QMetaObject::activate ()
#20 0x049f4a64 in QAbstractButton::clicked ()
#21 0x04703486 in QAbstractButtonPrivate::emitClicked ()
#22 0x0470359b in QAbstractButtonPrivate::click ()
#23 0x047037fc in QAbstractButton::mouseReleaseEvent ()
#24 0x0438cb63 in QWidget::event ()
#25 0x04704063 in QAbstractButton::event ()
#26 0x047a72b1 in QPushButton::event ()
#27 0x04332f1f in QApplicationPrivate::notify_helper ()
#28 0x043398d9 in QApplication::notify ()
#29 0x03814093 in KApplication::notify ()
#30 0x04123f72 in QCoreApplication::notifyInternal ()
#31 0x0433303c in qt_sendSpontaneousEvent ()
#32 0x042e8f0d in qt_mac_handleMouseEvent ()
#33 0x042dcd2f in -[QCocoaView mouseUp:] ()
#34 0x916e2b95 in -[NSWindow sendEvent:] ()
#35 0x042d9c42 in -[QCocoaPanel sendEvent:] ()
#36 0x916af6a5 in -[NSApplication sendEvent:] ()
#37 0x9160cfe7 in -[NSApplication run] ()
#38 0x042edaa9 in QEventDispatcherMac::processEvents ()
#39 0x04123031 in QEventLoop::processEvents ()
#40 0x0412325d in QEventLoop::exec ()
#41 0x041272ee in QCoreApplication::exec ()
#42 0x0000fa4d in main ()
Comment 2 Bjoern Ricks 2010-06-04 16:20:32 UTC
This crash was caused by missing mime type. shared mime info is installed at /opt/local/share/mime. To add the kde mime-types to the database run sudo update-mime-database /opt/local/share/mime and kbuildsycoca4. Also not finding the mime types doesn't cause a crash with recent svn versions.