Bug 96366 - KOrganizer crashes at startup
Summary: KOrganizer crashes at startup
Status: RESOLVED DUPLICATE of bug 93809
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Reinhold Kainhofer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 15:58 UTC by Oliver Zimmermann
Modified: 2005-01-05 16:12 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 Oliver Zimmermann 2005-01-05 15:58:11 UTC
Version:           Unbekannt (using KDE 3.3.2 Level "a" , SUSE 9.2 UNSUPPORTED)
Compiler:          gcc version 3.3.4 (pre 3.3.5 20040809)
OS:                Linux (i686) release 2.6.8-24.10-smp

When starting KOrganizer, it crashes. The backtrace is:

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1104609760 (LWP 9432)]
[KCrash handler]
#7  0x41764e98 in QString::deref () from /usr/lib/qt3/lib/libqt-mt.so.3
#8  0x41765edc in QString::operator= () from /usr/lib/qt3/lib/libqt-mt.so.3
#9  0x4075be4f in KCal::Calendar::setTimeZoneId ()
   from /opt/kde3/lib/libkcal.so.2
#10 0x4075bea7 in KCal::ResourceCached::setTimeZoneId ()
   from /opt/kde3/lib/libkcal.so.2
#11 0x4014b8bc in ResourceItem::createSubresourceItems ()
   from /opt/kde3/lib/libkorganizer.so.1
#12 0x4014bcaf in ResourceItem::ResourceItem ()
   from /opt/kde3/lib/libkorganizer.so.1
#13 0x4014bcfd in ResourceView::addResourceItem ()
   from /opt/kde3/lib/libkorganizer.so.1
#14 0x4014be15 in ResourceView::updateView ()
   from /opt/kde3/lib/libkorganizer.so.1
#15 0x4014c2a0 in ResourceView::ResourceView ()
   from /opt/kde3/lib/libkorganizer.so.1
#16 0x4014c2f1 in ResourceViewFactory::create ()
   from /opt/kde3/lib/libkorganizer.so.1
#17 0x4013a434 in CalendarView::addExtension ()
   from /opt/kde3/lib/libkorganizer.so.1
#18 0x401e4699 in ActionManager::createCalendarResources ()
   from /opt/kde3/lib/libkorganizer.so.1
#19 0x08053184 in KOrganizer::init ()
#20 0x0805364b in KOrganizerApp::processCalendar ()
#21 0x08053897 in KOrganizerApp::newInstance ()
#22 0x410beb9a in KUniqueApplication::processDelayed ()
   from /opt/kde3/lib/libkdecore.so.4
#23 0x410c4a4c in KUniqueApplication::qt_invoke ()
   from /opt/kde3/lib/libkdecore.so.4
#24 0x08051e5f in KOrganizerApp::qt_invoke ()
#25 0x414805ee in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0x417d0702 in QSignal::signal () from /usr/lib/qt3/lib/libqt-mt.so.3
#27 0x4149db23 in QSignal::activate () from /usr/lib/qt3/lib/libqt-mt.so.3
#28 0x414a5403 in QSingleShotTimer::event ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#29 0x4141dd4f in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#30 0x4141f913 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#31 0x410b0e21 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#32 0x414124fc in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#33 0x413cbd76 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x41435cb1 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#35 0x41435af6 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#36 0x4141f7df in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#37 0x08053f6c in main ()
Comment 1 Reinhold Kainhofer 2005-01-05 16:12:34 UTC
Basically the same backtrace as bug 93809, so it seems to be the same problem.

Cheers,
Reinhold

*** This bug has been marked as a duplicate of 93809 ***