Bug 128659 - crash when entering event
Summary: crash when entering event
Status: RESOLVED NOT A BUG
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 08:58 UTC by Ulrich Gemkow
Modified: 2006-12-31 19:33 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 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