Bug 128322 - Marking events as complete causes crash, alarms not working
Summary: Marking events as complete causes crash, alarms not working
Status: RESOLVED NOT A BUG
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 3.4.2
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-30 19:20 UTC by Holly
Modified: 2008-12-30 22:58 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 Holly 2006-05-30 19:20:47 UTC
Version:           3.4.2 (using KDE KDE 3.4.2)
Installed from:    SuSE RPMs
OS:                Linux

Alright, this is two-fold, but I think they are related.

KOrganizer has been working fine for me on my previous installs of Suse 10.0, but I recently reinstalled the OS and imported my saved calendar from my previous install. Doing this messed up my calendar and the reminders stopped working at the right times for reasons beyond me. So I deleted them and made new ones.

Now they simply do not work. I have several recurring events, all for different times, which should show reminders every day but do not. Also, after a time has passed, they turn red and marking them as complete for that day causes the program to crash with an "Error saving Default" message.

Here is the crash handler message:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".
(no debugging symbols found)
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1104015296 (LWP 30845)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#4  0x40efb3cb in QString::QString () from /usr/lib/qt3/lib/libqt-mt.so.3
#5  0x403cd72e in KCal::Incidence::summary () from /opt/kde3/lib/libkcal.so.2
#6  0x4013328b in IncidenceChanger::beginChange ()
   from /opt/kde3/lib/libkorganizer.so.1
#7  0x40183e4c in KOTodoView::setNewPercentage ()
   from /opt/kde3/lib/libkorganizer.so.1
#8  0x401840ec in KOTodoView::progressDelayedNewPercentage ()
   from /opt/kde3/lib/libkorganizer.so.1
#9  0x401844ff in KOTodoView::qt_invoke ()
   from /opt/kde3/lib/libkorganizer.so.1
#10 0x40c25209 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#11 0x40f65902 in QSignal::signal () from /usr/lib/qt3/lib/libqt-mt.so.3
#12 0x40c41fdb in QSignal::activate () from /usr/lib/qt3/lib/libqt-mt.so.3
#13 0x40c49963 in QSingleShotTimer::event ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0x40bc5aa1 in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#15 0x40bc6419 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#16 0x408d697e in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#17 0x40bba7d8 in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#18 0x40b73edf in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#19 0x40bdc999 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#20 0x40bdc896 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#21 0x40bc53ef in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0x080519fc in ?? ()
#23 0xbfecaf4c in ?? ()
#24 0xbfecb068 in ?? ()
#25 0x00000000 in ?? ()
#26 0x00000000 in ?? ()
#27 0x00000004 in ?? ()
#28 0x00000008 in ?? ()
#29 0x080531e2 in typeinfo name for QPtrList<KOrg::Part> ()
#30 0xbfecaf58 in ?? ()
#31 0x411dcea6 in malloc () from /lib/tls/libc.so.6
#32 0x4118bea0 in __libc_start_main () from /lib/tls/libc.so.6
#33 0x0804fc91 in ?? ()

Now, the weird thing is that I created a totally new event, and didn't set it to recur, for testing purposes. It reminded me and allowed me to set it as complete with no problems.

I wanted to uninstall KOrganizer and reinstall it but I cannot find the program in Software Management so I don't know how to remove it. I can only assume this is because it's part of KDE and cannot be uninstalled. There might be some other way to get rid of it but I'm relatively new to Linux and have only been running it for a few months.

Thanks in advance!
Comment 1 Bram Schoenmakers 2006-06-02 21:36:15 UTC
KOrganizer is inside the kdepim package. Maybe re-installing that one solves your problem.
Comment 2 Reinhold Kainhofer 2006-11-02 19:17:37 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created 
korganizer-devel mailing list.