Bug 308510 - KOrganizer Reminder Deamon crash
Summary: KOrganizer Reminder Deamon crash
Status: RESOLVED WORKSFORME
Alias: None
Product: korgac
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2012-10-16 20:02 UTC by Marci Lipusz
Modified: 2018-10-27 03:35 UTC (History)
2 users (show)

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 Marci Lipusz 2012-10-16 20:02:07 UTC
Application: korgac (4.10 pre)
KDE Platform Version: 4.9.2 "release 511"
Qt Version: 4.8.3
Operating System: Linux 3.4.11-2.16-desktop x86_64
Distribution: "openSUSE 12.2 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:
KOrganizer Reminder Deamon crashes everytime, I try to start KOrganizer or Kontact.

The crash can be reproduced every time.

-- Backtrace:
Application: KOrganizer Reminder Daemon (korgac), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[KCrash Handler]
#6  0x00007fb40342ed25 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7  0x00007fb4034301a8 in __GI_abort () at abort.c:91
#8  0x00007fb403d1168d in __gnu_cxx::__verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:95
#9  0x00007fb403d0f796 in __cxxabiv1::__terminate (handler=<optimized out>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:40
#10 0x00007fb403d0f7c3 in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:50
#11 0x00007fb403d0fa36 in __cxxabiv1::__cxa_rethrow () at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:116
#12 0x00007fb40525ad54 in QEventLoop::exec (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:218
#13 0x00007fb40525f788 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1187
#14 0x000000000040e54d in main (argc=3, argv=0x7fffc999f968) at /home/netfalo/Prog/git/kdepim/korganizer/korgac/korgacmain.cpp:96

Possible duplicates by query: bug 306218, bug 305584, bug 302555, bug 296407, bug 293802.

Reported using DrKonqi
Comment 1 Christoph Feck 2012-10-16 20:31:29 UTC
Please start the application from a Konsole, and add the output you get until it crashes.
Comment 2 Marci Lipusz 2012-10-16 20:41:52 UTC
that's all I get until it crashes(immediately)
netfalo@linux-l7s9:~> korganizer
netfalo@linux-l7s9:~>
Comment 3 Jekyll Wu 2012-10-16 21:01:58 UTC
Try running it in gdb :

$ gdb `which korgac`
> set args --nofork
> run
Comment 4 Marci Lipusz 2012-10-17 11:36:07 UTC
result of running with gdb

netfalo@linux-l7s9:~> gdb `which korgac`
GNU gdb (GDB) SUSE (7.4.50.20120603-2.1.2)
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/local/bin/korgac...done.
(gdb) set args --nofork
(gdb) run
Starting program: /usr/local/bin/korgac --nofork
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'Akonadi::PayloadException'
  what():  Akonadi::PayloadException: No payload set

Program received signal SIGABRT, Aborted.
0x00007ffff1092d25 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64      ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb)
Comment 5 Sergio Martins 2012-10-30 14:08:43 UTC
break __cxa_throw;

Run that in gdb before you run the application, then get a backtrace with "bt".
Comment 7 Jekyll Wu 2013-09-30 13:36:45 UTC
really need a more useful backtrace. See comment #6.
Comment 8 Andrew Crouthamel 2018-09-25 03:42:10 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 9 Andrew Crouthamel 2018-10-27 03:35:30 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!