Bug 280752 - Crash plasma-desktop
Summary: Crash plasma-desktop
Status: RESOLVED DUPLICATE of bug 255437
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-25 07:23 UTC by Alessandro Molari
Modified: 2011-11-20 22:03 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 Alessandro Molari 2011-08-25 07:23:29 UTC
Application: plasma-desktop (0.4)
KDE Platform Version: 4.7.00 (4.7.0)
Qt Version: 4.7.3
Operating System: Linux 3.0-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
I was starting kde.
I noticed that this bug happens everytime but with kdepim installed

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma Desktop Shell (kdeinit4), signal: Aborted
[Current thread is 1 (Thread 0x7fd533cce760 (LWP 1312))]

Thread 4 (Thread 0x7fd51c8c9700 (LWP 1314)):
#0  0x00007fd53139ed6f in ?? () from /lib/libc.so.6
#1  0x00007fd531389fd8 in poll () from /lib/libc.so.6
#2  0x00007fd52e3d77d4 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x00007fd52e3d7d09 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#4  0x00007fd53294b8de in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#5  0x00007fd53291fdb2 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#6  0x00007fd53291ffb7 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#7  0x00007fd53283769f in QThread::exec() () from /usr/lib/libQtCore.so.4
#8  0x00007fd532902d8f in ?? () from /usr/lib/libQtCore.so.4
#9  0x00007fd53283a0f5 in ?? () from /usr/lib/libQtCore.so.4
#10 0x00007fd5325b0d60 in start_thread () from /lib/libpthread.so.0
#11 0x00007fd53139225d in clone () from /lib/libc.so.6
#12 0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7fd50668d700 (LWP 1339)):
#0  0x00007fd5325b4ac4 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x00007fd527bfe2e2 in ?? () from /usr/lib/libQtScript.so.4
#2  0x00007fd527bfe319 in ?? () from /usr/lib/libQtScript.so.4
#3  0x00007fd5325b0d60 in start_thread () from /lib/libpthread.so.0
#4  0x00007fd53139225d in clone () from /lib/libc.so.6
#5  0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fd503fe0700 (LWP 1350)):
#0  0x00007fd531389ff3 in poll () from /lib/libc.so.6
#1  0x00007fd52e3d77d4 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x00007fd52e3d7d09 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3  0x00007fd53294b8de in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#4  0x00007fd53291fdb2 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#5  0x00007fd53291ffb7 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#6  0x00007fd53283769f in QThread::exec() () from /usr/lib/libQtCore.so.4
#7  0x00007fd532902d8f in ?? () from /usr/lib/libQtCore.so.4
#8  0x00007fd53283a0f5 in ?? () from /usr/lib/libQtCore.so.4
#9  0x00007fd5325b0d60 in start_thread () from /lib/libpthread.so.0
#10 0x00007fd53139225d in clone () from /lib/libc.so.6
#11 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fd533cce760 (LWP 1312)):
[KCrash Handler]
#6  0x00007fd5312f3725 in raise () from /lib/libc.so.6
#7  0x00007fd5312f4b9b in abort () from /lib/libc.so.6
#8  0x00007fd5316df7bd in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6
#9  0x00007fd5316dd966 in ?? () from /usr/lib/libstdc++.so.6
#10 0x00007fd5316dd993 in std::terminate() () from /usr/lib/libstdc++.so.6
#11 0x00007fd5316ddad6 in __cxa_rethrow () from /usr/lib/libstdc++.so.6
#12 0x00007fd5329200ee in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#13 0x00007fd5329241ab in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#14 0x00007fd5226e6f83 in kdemain () from /usr/lib/libkdeinit4_plasma-desktop.so
#15 0x0000000000408102 in _start ()

Possible duplicates by query: bug 280747, bug 280744, bug 280739, bug 280727, bug 280709.

Reported using DrKonqi
Comment 1 David Hubner 2011-11-07 12:40:06 UTC
I found out this is due to using caldav through akonadi ( Open-Xchange GroupWare Server ). Moving to KCalDav through akonadi fixed this issue for me.
Comment 2 Beat Wolf 2011-11-20 22:03:11 UTC

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