[Bug 288571] New: crash in kpasswd

Jaime Torres jtamate at gmail.com
Fri Dec 9 15:09:55 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=288571

           Summary: crash in kpasswd
           Product: kdelibs
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: crash
          Priority: NOR
         Component: kded
        AssignedTo: unassigned-bugs at kde.org
        ReportedBy: jtamate at gmail.com


Application: kded4 ($Id$)
KDE Platform Version: 4.7.4 (4.7.4) (Compiled from sources)
Qt Version: 4.7.4
Operating System: Linux 3.1.0-2-desktop x86_64
Distribution: "openSUSE 12.2 Milestone 0 (x86_64)"

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

Introducing the router passwd in konqueror.

I can tell why it happened....
In kpasswdserver.cpp at line 676 there is:
    delete request;
At line 718 there is:
    m_authPrompted.removeAll(request->key);
(yes, request has been deleted previously).

-- Backtrace:
Application: KDE Daemon (kdeinit4), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f6a7fa23780 (LWP 6213))]

Thread 3 (Thread 0x7f6a683f9700 (LWP 6218)):
#0  0x00007f6a7c3293a3 in poll () from /lib64/libc.so.6
#1  0x00007f6a7880ea98 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007f6a7880ef59 in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x00007f6a7e18a9ce in QEventDispatcherGlib::processEvents (this=0x140e040,
flags=<optimized out>) at
/g/kdegit/qt/src/corelib/kernel/qeventdispatcher_glib.cpp:424
#4  0x00007f6a7e15acb2 in QEventLoop::processEvents (this=<optimized out>,
flags=...) at /g/kdegit/qt/src/corelib/kernel/qeventloop.cpp:149
#5  0x00007f6a7e15aedf in QEventLoop::exec (this=0x7f6a683f8dc0, flags=...) at
/g/kdegit/qt/src/corelib/kernel/qeventloop.cpp:201
#6  0x00007f6a7e064fd9 in QThread::exec (this=<optimized out>) at
/g/kdegit/qt/src/corelib/thread/qthread.cpp:498
#7  0x00007f6a7e13b773 in QInotifyFileSystemWatcherEngine::run (this=0xf13190)
at /g/kdegit/qt/src/corelib/io/qfilesystemwatcher_inotify.cpp:248
#8  0x00007f6a7e067e8a in QThreadPrivate::start (arg=0xf13190) at
/g/kdegit/qt/src/corelib/thread/qthread_unix.cpp:331
#9  0x00007f6a7ddbdf05 in start_thread () from /lib64/libpthread.so.0
#10 0x00007f6a7c3324bd in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f6a66e4c700 (LWP 6227)):
#0  0x00007f6a7c3293a3 in poll () from /lib64/libc.so.6
#1  0x00007f6a7880ea98 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007f6a7880f2c2 in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0
#3  0x00007f6a67331946 in ?? () from /usr/lib64/libgio-2.0.so.0
#4  0x00007f6a78833db6 in ?? () from /usr/lib64/libglib-2.0.so.0
#5  0x00007f6a7ddbdf05 in start_thread () from /lib64/libpthread.so.0
#6  0x00007f6a7c3324bd in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f6a7fa23780 (LWP 6213)):
[KCrash Handler]
#6  QBasicAtomicInt::ref (this=0x5a5a5a5a5a5a5a5a) at
/usr/lib/qt4.5/include/QtCore/qatomic_x86_64.h:121
#7  0x00007f6a610bb86b in QList<QString>::removeAll (this=0xf14180,
_t=<optimized out>) at /usr/lib/qt4.5/include/QtCore/qlist.h:761
#8  0x00007f6a610b9302 in KPasswdServer::processRequest (this=0xf14140) at
/g/kdegit/kde-runtime/kpasswdserver/kpasswdserver.cpp:718
#9  0x00007f6a610b9c10 in KPasswdServer::qt_metacall (this=0xf14140,
_c=QMetaObject::InvokeMetaMethod, _id=9, _a=0x1121080) at
/g/b45/kde-runtime/kpasswdserver/kpasswdserver.moc:114
#10 0x00007f6a7e175a22 in QObject::event (this=0xf14140, e=<optimized out>) at
/g/kdegit/qt/src/corelib/kernel/qobject.cpp:1217
#11 0x00007f6a7d1ec8de in notify_helper (e=0x1088a00, receiver=0xf14140,
this=0xc358c0) at /g/kdegit/qt/src/gui/kernel/qapplication.cpp:4509
#12 QApplicationPrivate::notify_helper (this=0xc358c0, receiver=0xf14140,
e=0x1088a00) at /g/kdegit/qt/src/gui/kernel/qapplication.cpp:4481
#13 0x00007f6a7d1f217a in QApplication::notify (this=0x7fff9aca7a70,
receiver=0xf14140, e=0x1088a00) at
/g/kdegit/qt/src/gui/kernel/qapplication.cpp:4474
#14 0x00007f6a7f1b67be in KApplication::notify (this=0x7fff9aca7a70,
receiver=0xf14140, event=0x1088a00) at
/g/kdegit/kdelibs/kdeui/kernel/kapplication.cpp:311
#15 0x00007f6a7e15c42b in QCoreApplication::notifyInternal
(this=0x7fff9aca7a70, receiver=0xf14140, event=0x1088a00) at
/g/kdegit/qt/src/corelib/kernel/qcoreapplication.cpp:787
#16 0x00007f6a7e1600a5 in QCoreApplication::sendEvent (event=0x1088a00,
receiver=0xf14140) at
../../include/QtCore/../../../../kdegit/qt/src/corelib/kernel/qcoreapplication.h:215
#17 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0,
data=0xc0a260) at /g/kdegit/qt/src/corelib/kernel/qcoreapplication.cpp:1428
#18 0x00007f6a7e18a513 in QCoreApplication::sendPostedEvents () at
../../include/QtCore/../../../../kdegit/qt/src/corelib/kernel/qcoreapplication.h:220
#19 postEventSourceDispatch (s=<optimized out>) at
/g/kdegit/qt/src/corelib/kernel/qeventdispatcher_glib.cpp:277
#20 0x00007f6a7880e58d in g_main_context_dispatch () from
/usr/lib64/libglib-2.0.so.0
#21 0x00007f6a7880ed88 in ?? () from /usr/lib64/libglib-2.0.so.0
#22 0x00007f6a7880ef59 in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#23 0x00007f6a7e18a976 in QEventDispatcherGlib::processEvents (this=0xd1fb90,
flags=<optimized out>) at
/g/kdegit/qt/src/corelib/kernel/qeventdispatcher_glib.cpp:422
#24 0x00007f6a7d29dac6 in QGuiEventDispatcherGlib::processEvents
(this=<optimized out>, flags=<optimized out>) at
/g/kdegit/qt/src/gui/kernel/qguieventdispatcher_glib.cpp:204
#25 0x00007f6a7e15acb2 in QEventLoop::processEvents (this=<optimized out>,
flags=...) at /g/kdegit/qt/src/corelib/kernel/qeventloop.cpp:149
#26 0x00007f6a7e15aedf in QEventLoop::exec (this=0x7fff9aca7a00, flags=...) at
/g/kdegit/qt/src/corelib/kernel/qeventloop.cpp:201
#27 0x00007f6a7e160367 in QCoreApplication::exec () at
/g/kdegit/qt/src/corelib/kernel/qcoreapplication.cpp:1064
#28 0x00007f6a6f21a790 in kdemain (argc=1, argv=0xd1fad0) at
/g/kdegit/kdelibs/kded/kded.cpp:924
#29 0x000000000040845a in launch (argc=1, _name=0x40c2c0 "kded4",
args=<optimized out>, cwd=0x0, envc=<optimized out>, envs=<optimized out>,
reset_env=false, tty=0x0, avoid_loops=false, startup_id_str=0x40c019 "0") at
/g/kdegit/kdelibs/kinit/kinit.cpp:734
#30 0x00000000004053ee in main (argc=4, argv=0x7fff9aca8308,
envp=0x7fff9aca8330) at /g/kdegit/kdelibs/kinit/kinit.cpp:1849

Possible duplicates by query: bug 197676, bug 197045, bug 196849, bug 196118,
bug 195058.

Reported using DrKonqi

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list