Bug 238072 - KAdressBook crashes when I move a contact from a folder to another in "Personal Contacts"
Summary: KAdressBook crashes when I move a contact from a folder to another in "Person...
Status: RESOLVED WORKSFORME
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 19:55 UTC by kevin.dubrulle
Modified: 2010-05-21 16:22 UTC (History)
1 user (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 kevin.dubrulle 2010-05-18 19:55:31 UTC
Application: kaddressbook (4.4.3)
KDE Platform Version: 4.4.3 (KDE 4.4.3)
Qt Version: 4.6.2
Operating System: Linux 2.6.32-22-generic x86_64
Distribution: Ubuntu 10.04 LTS

-- Information about the crash:
I started KAdressBook by KMail, and when I move a contact from a folder A to a folder B, KAdressBook craches, everytime.

The crash can be reproduced every time.

 -- Backtrace:
Application: KAddressBook (kaddressbook), signal: Aborted
[Current thread is 1 (Thread 0x7f6485923780 (LWP 24953))]

Thread 2 (Thread 0x7f6481462710 (LWP 24956)):
#0  0x000000385960aa2d in __pthread_mutex_unlock_usercnt (mutex=<value optimized out>) at pthread_mutex_unlock.c:52
#1  __pthread_mutex_unlock (mutex=<value optimized out>) at pthread_mutex_unlock.c:290
#2  0x000000385aa41ff1 in g_main_context_prepare () from /lib/libglib-2.0.so.0
#3  0x000000385aa42318 in ?? () from /lib/libglib-2.0.so.0
#4  0x000000385aa428fc in g_main_context_iteration () from /lib/libglib-2.0.so.0
#5  0x0000003857f97566 in QEventDispatcherGlib::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:414
#6  0x0000003857f6c992 in QEventLoop::processEvents (this=<value optimized out>, flags=<value optimized out>) at kernel/qeventloop.cpp:149
#7  0x0000003857f6cd6c in QEventLoop::exec (this=<value optimized out>, flags=<value optimized out>) at kernel/qeventloop.cpp:201
#8  0x0000003857e76d59 in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487
#9  0x0000003857f4d178 in QInotifyFileSystemWatcherEngine::run (this=<value optimized out>) at io/qfilesystemwatcher_inotify.cpp:248
#10 0x0000003857e79775 in QThreadPrivate::start (arg=<value optimized out>) at thread/qthread_unix.cpp:248
#11 0x00000038596069ca in start_thread (arg=<value optimized out>) at pthread_create.c:300
#12 0x0000003858ee669d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#13 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f6485923780 (LWP 24953)):
[KCrash Handler]
#5  0x0000003858e33a75 in *__GI_raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#6  0x0000003858e375c0 in *__GI_abort () at abort.c:92
#7  0x000000385b2cc8e5 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6
#8  0x000000385b2cad16 in ?? () from /usr/lib/libstdc++.so.6
#9  0x000000385b2cad43 in std::terminate() () from /usr/lib/libstdc++.so.6
#10 0x000000385b2cadc6 in __cxa_rethrow () from /usr/lib/libstdc++.so.6
#11 0x0000003857f6cebd in QEventLoop::exec (this=<value optimized out>, flags=<value optimized out>) at kernel/qeventloop.cpp:214
#12 0x0000003857f70aab in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#13 0x000000000040579d in main (argc=<value optimized out>, argv=<value optimized out>) at ../../kaddressbook/main.cpp:58

Possible duplicates by query: bug 238062, bug 238051, bug 238042, bug 238029, bug 238011.

Reported using DrKonqi
Comment 1 Tobias Koenig 2010-05-21 16:22:33 UTC
Hej,

this bug was caused by a class we use from kdelibs and which has been fixed in SVN trunk.

Ciao,
Tobias