Bug 128659

Summary: crash when entering event
Product: [Applications] korganizer Reporter: Ulrich Gemkow <gemkow>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED NOT A BUG    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ulrich Gemkow 2006-06-05 08:58:08 UTC
Version:            (using KDE KDE 3.5.3)
Installed from:    Compiled From Sources
Compiler:          gcc 3.4 
OS:                Linux

When entering an event, the following crash happens

Using host libthread_db library "/lib/tls/libthread_db.so.1".
`shared object read from target memory' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread -1242892608 (LWP 5903)]
[KCrash handler]
#6  0x0847a93f in ?? ()
#7  0xb7e19640 in KOAgendaItem::paintEvent (this=0x80abf08)
    at koagendaitem.cpp:719
#8  0xb66d7c1a in QWidget::event () from /usr/local/kde35/qt/lib/libqt-mt.so.3
#9  0xb664a3f9 in QApplication::internalNotify ()
   from /usr/local/kde35/qt/lib/libqt-mt.so.3
#10 0xb664a586 in QApplication::notify ()
   from /usr/local/kde35/qt/lib/libqt-mt.so.3
#11 0xb6ca27a0 in KApplication::notify (this=0xbfa8e400, receiver=0x80abf08,
    event=0xbfa8def0) at kapplication.cpp:550
#12 0xb65e6745 in QETWidget::translatePaintEvent ()
   from /usr/local/kde35/qt/lib/libqt-mt.so.3
#13 0xb65ec6b2 in QApplication::x11ProcessEvent ()
   from /usr/local/kde35/qt/lib/libqt-mt.so.3
#14 0xb65fdc78 in QEventLoop::processEvents ()
   from /usr/local/kde35/qt/lib/libqt-mt.so.3
#15 0xb665e5ff in QEventLoop::enterLoop ()
   from /usr/local/kde35/qt/lib/libqt-mt.so.3
#16 0xb665e55c in QEventLoop::exec ()
   from /usr/local/kde35/qt/lib/libqt-mt.so.3
#17 0xb664973c in QApplication::exec ()
   from /usr/local/kde35/qt/lib/libqt-mt.so.3
#18 0x08050959 in main (argc=1, argv=0xbfa8e5b4) at main.cpp:58
Comment 1 Allen Winter 2006-09-14 01:43:49 UTC
Ulrich,

Is this still happening with the KOrganizer from KDE 3.5.4?

If so, does it happen all the time?  every now and then?  rarely?
Comment 2 Bram Schoenmakers 2006-10-28 19:26:41 UTC
Is this still reproducable? It could have been fixed since SVN revision 518745, which took place on March 15. That means that you could try this with KDE 3.5.2 or higher.
Comment 3 Reinhold Kainhofer 2006-11-02 19:13:47 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created 
korganizer-devel mailing list.
Comment 4 Bram Schoenmakers 2006-12-24 17:08:30 UTC
Still cannot reproduce and we have no clue what was entered in the event. Ulrich, reopen if you have more data regarding the event you've entered.
Comment 5 Reinhold Kainhofer 2006-12-31 19:33:43 UTC
That's a typical backtrace of a crash, when the calendar has been reloaded by libkcal in the background, but KOrganizer has still pointers to the old, now deleted events.

Cheers,
Reinhold