Bug 332880 - KWallet crashes
Summary: KWallet crashes
Status: RESOLVED NOT A BUG
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kwallet (show other bugs)
Version: 0.2
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Michael Leupold
URL:
Keywords: drkonqi
: 332937 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-03-31 20:09 UTC by Xosé
Modified: 2014-04-04 13:30 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 Xosé 2014-03-31 20:09:45 UTC
Application: kwalletd (0.2)
KDE Platform Version: 4.12.95
Qt Version: 4.8.6
Operating System: Linux 3.13.0-20-generic x86_64
Distribution: Ubuntu Trusty Tahr (development branch)

-- Information about the crash:
- What I was doing when the application crashed:

This has happened several times, with different apps (this time it was Kontact). I can't access the information in KWallet.

The crash can be reproduced every time.

-- Backtrace:
Application: Servizo de carteiras de KDE (kwalletd), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f0fd75ce7c0 (LWP 28098))]

Thread 2 (Thread 0x7f0fc4aa1700 (LWP 28130)):
#0  0x00007f0fd6ee3fbd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f0fd13cdfe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f0fd13ce0ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f0fd56b27be in QEventDispatcherGlib::processEvents (this=0x7f0fc00008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:436
#4  0x00007f0fd56840af in QEventLoop::processEvents (this=this@entry=0x7f0fc4aa0de0, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007f0fd56843a5 in QEventLoop::exec (this=this@entry=0x7f0fc4aa0de0, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007f0fd5580c5f in QThread::exec (this=this@entry=0xdbb200) at thread/qthread.cpp:537
#7  0x00007f0fd5665823 in QInotifyFileSystemWatcherEngine::run (this=0xdbb200) at io/qfilesystemwatcher_inotify.cpp:265
#8  0x00007f0fd558332f in QThreadPrivate::start (arg=0xdbb200) at thread/qthread_unix.cpp:349
#9  0x00007f0fd6131182 in start_thread (arg=0x7f0fc4aa1700) at pthread_create.c:312
#10 0x00007f0fd6ef130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7f0fd75ce7c0 (LWP 28098)):
[KCrash Handler]
#6  0x00007f0fd5688b43 in QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0xbb21d0) at kernel/qcoreapplication.cpp:1593
#7  0x00007f0fd5688fe3 in QCoreApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1470
#8  0x00007f0fd56b2f83 in sendPostedEvents () at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:236
#9  postEventSourceDispatch (s=0xbeea60) at kernel/qeventdispatcher_glib.cpp:287
#10 0x00007f0fd13cde04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007f0fd13ce048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007f0fd13ce0ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x00007f0fd56b27a1 in QEventDispatcherGlib::processEvents (this=0xbb36b0, flags=...) at kernel/qeventdispatcher_glib.cpp:434
#14 0x00007f0fd4ac0bb6 in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#15 0x00007f0fd56840af in QEventLoop::processEvents (this=this@entry=0x7fffa5170ee0, flags=...) at kernel/qeventloop.cpp:149
#16 0x00007f0fd56843a5 in QEventLoop::exec (this=this@entry=0x7fffa5170ee0, flags=...) at kernel/qeventloop.cpp:204
#17 0x00007f0fd5689b79 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1225
#18 0x00007f0fd4a1d37c in QApplication::exec () at kernel/qapplication.cpp:3828
#19 0x00007f0fd71cc486 in kdemain (argc=1, argv=0x7fffa5171208) at ../../kwalletd/main.cpp:191
#20 0x00007f0fd6e17ec5 in __libc_start_main (main=0x4006d0 <main(int, char**)>, argc=1, argv=0x7fffa5171208, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffa51711f8) at libc-start.c:287
#21 0x00000000004006fe in _start ()

Possible duplicates by query: bug 332830, bug 332724, bug 332310, bug 332299, bug 332075.

Reported using DrKonqi
Comment 1 Valentin Rusu 2014-04-01 21:08:02 UTC
Despite kwalletd being the process where the crash occurs, the crash is not
kwalletd-related. It seems that your Qt libraries are somewhat corrupt. If in
doubt, please file a bug with kubuntu.

PS seems to me that kubuntu trusty tahr has some real problems nowadays with the qt libraries (or the display driver?). I already close three bugs in a row showing this kind of problem.
Comment 2 Jekyll Wu 2014-04-04 13:30:09 UTC
*** Bug 332937 has been marked as a duplicate of this bug. ***