Bug 296541 - Uncought exception in signal handler in Contacts resource
Summary: Uncought exception in signal handler in Contacts resource
Status: RESOLVED FIXED
Alias: None
Product: libkgapi
Classification: Frameworks and Libraries
Component: contacts (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Daniel Vrátil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 07:37 UTC by Vojtěch Zeisek
Modified: 2012-04-24 13:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.3.1


Attachments
New crash information added by DrKonqi (1.59 KB, text/plain)
2012-04-12 14:18 UTC, Vojtěch Zeisek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vojtěch Zeisek 2012-03-22 07:37:19 UTC
Application: akonadi_googlecontacts_resource (4.7)
KDE Platform Version: 4.7.4 (4.7.4)
Qt Version: 4.7.4
Operating System: Linux 3.1.9-1.4-desktop x86_64
Distribution: "openSUSE 12.1 (x86_64)"

-- Information about the crash:
Google contacts crashed on startup. I don't see any special reason, behaviour, ... I just turned computer on. :-)

-- Backtrace:
Application: Google Contacts (akonadi_googlecontacts_resource), signal: Aborted
[KCrash Handler]
#6  0x00007f1666496d95 in raise () from /lib64/libc.so.6
#7  0x00007f16664982ab in abort () from /lib64/libc.so.6
#8  0x00007f1666ac6f2d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib64/libstdc++.so.6
#9  0x00007f1666ac50d6 in ?? () from /usr/lib64/libstdc++.so.6
#10 0x00007f1666ac5103 in std::terminate() () from /usr/lib64/libstdc++.so.6
#11 0x00007f1666ac5246 in __cxa_rethrow () from /usr/lib64/libstdc++.so.6
#12 0x00007f166934fd66 in QEventLoop::exec (this=<optimized out>, flags=<optimized out>) at kernel/qeventloop.cpp:214
#13 0x00007f1669353df7 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1064
#14 0x00007f166999ae27 in Akonadi::ResourceBase::init (r=0x74f2c0) at /usr/src/debug/kdepimlibs-4.7.4/akonadi/resourcebase.cpp:393
#15 0x00000000004146c6 in Akonadi::ResourceBase::init<ContactsResource> (argc=<optimized out>, argv=<optimized out>) at /usr/include/akonadi/resourcebase.h:188
#16 0x00007f166648323d in __libc_start_main () from /lib64/libc.so.6
#17 0x000000000040ab41 in _start () at ../sysdeps/x86_64/elf/start.S:113

Possible duplicates by query: bug 296519, bug 296407, bug 296334, bug 296325, bug 296319.

Reported using DrKonqi
Comment 1 Vojtěch Zeisek 2012-04-12 14:18:25 UTC
Created attachment 70344 [details]
New crash information added by DrKonqi

akonadi_googlecontacts_resource (4.7) on KDE Platform 4.7.4 (4.7.4) using Qt 4.7.4

I don't see any particular reason, it just crashed on startup.

-- Backtrace (Reduced):
#12 0x00007f3b5714ed66 in QEventLoop::exec (this=<optimized out>, flags=<optimized out>) at kernel/qeventloop.cpp:214
#13 0x00007f3b57152df7 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1064
#14 0x00007f3b57799e27 in Akonadi::ResourceBase::init (r=0x6d9350) at /usr/src/debug/kdepimlibs-4.7.4/akonadi/resourcebase.cpp:393
#15 0x00000000004146c6 in Akonadi::ResourceBase::init<ContactsResource> (argc=<optimized out>, argv=<optimized out>) at /usr/include/akonadi/resourcebase.h:188
[...]
#17 0x000000000040ab41 in _start () at ../sysdeps/x86_64/elf/start.S:113
Comment 2 Daniel Vrátil 2012-04-12 20:20:17 UTC
Thanks for reporting the crash. Unfortunately, these crash logs are not useful. They crash is a result of an uncaught runtime exception and without at least knowing what exception has been thrown I really can't do anything about it. I already described what information (and how) about the exceptions has to be retrieved in bug #297824.
Comment 3 Daniel Vrátil 2012-04-24 13:09:41 UTC
The crash has been resolved, see bug #297824 for details.