Bug 235544 - Two kill -9's result in program crash
Summary: Two kill -9's result in program crash
Status: RESOLVED DUPLICATE of bug 254070
Alias: None
Product: knetworkmanager
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Will Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-27 14:40 UTC by Philip
Modified: 2011-02-28 11: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 Philip 2010-04-27 14:40:28 UTC
Application that crashed: knetworkmanager
Version of the application: v0.9
KDE Version: 4.3.5 (KDE 4.3.5)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-21-generic i686
Distribution: Ubuntu 9.10

What I was doing when the application crashed:
Network Manager works, well, inproperly.  I must kill the process twice to gain any network connection, resulting in a crash after which I must restart.  Contact for details.

 -- Backtrace:
Application: KNetworkManager (knetworkmanager), signal: Segmentation fault
[KCrash Handler]
#6  0x002cc527 in QMetaObject::cast(QObject*) const () from /usr/lib/libQtCore.so.4
#7  0x0013d735 in WiredNetworkInterfaceActivatableProvider::needsActivatableForUnconfigured() const () from /usr/lib/libknmservice.so.4
#8  0x0013be78 in NetworkInterfaceActivatableProvider::maintainActivatableForUnconfigured() () from /usr/lib/libknmservice.so.4
#9  0x0013c75b in NetworkInterfaceActivatableProvider::handleRemove(Knm::Connection*) () from /usr/lib/libknmservice.so.4
#10 0x0013669d in ConnectionList::removeConnection(Knm::Connection*) () from /usr/lib/libknmservice.so.4
#11 0x00fef80d in NMDBusSettingsConnectionProvider::clearConnections() () from /usr/lib/libknm_nm.so
#12 0x00ff11dd in NMDBusSettingsConnectionProvider::serviceOwnerChanged(QString const&, QString const&, QString const&) () from /usr/lib/libknm_nm.so
#13 0x00fb9c8d in NMDBusSettingsConnectionProvider::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libknm_nm.so
#14 0x002dd263 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#15 0x002ddec2 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#16 0x0084ef5f in QDBusConnectionInterface::serviceOwnerChanged(QString const&, QString const&, QString const&) () from /usr/lib/libQtDBus.so.4
#17 0x0084f283 in QDBusConnectionInterface::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQtDBus.so.4
#18 0x002dd263 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#19 0x002ddec2 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#20 0x0084ee0f in QDBusConnectionInterface::NameOwnerChanged(QString const&, QString const&, QString const&) () from /usr/lib/libQtDBus.so.4
#21 0x0084f313 in QDBusConnectionInterface::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libQtDBus.so.4
#22 0x008167b4 in ?? () from /usr/lib/libQtDBus.so.4
#23 0x0081e197 in ?? () from /usr/lib/libQtDBus.so.4
#24 0x002d75fe in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#25 0x0111bf54 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#26 0x0112367c in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#27 0x00d1425a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#28 0x002c76cb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#29 0x002c82b2 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQtCore.so.4
#30 0x002c847d in QCoreApplication::sendPostedEvents(QObject*, int) () from /usr/lib/libQtCore.so.4
#31 0x002f23ff in ?? () from /usr/lib/libQtCore.so.4
#32 0x0683de88 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#33 0x06841730 in ?? () from /lib/libglib-2.0.so.0
#34 0x06841863 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#35 0x002f202c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#36 0x011bcbe5 in ?? () from /usr/lib/libQtGui.so.4
#37 0x002c5c79 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#38 0x002c60ca in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#39 0x002c853f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#40 0x0111bdd7 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#41 0x08052905 in _start ()

Reported using DrKonqi
Comment 1 Jirka Klimes 2010-09-27 15:23:39 UTC
Are you able to reproduce?
Why do you try to kill the process? (which one actually? NetworkManager or knetworkmanager)
Comment 2 Frank Reininghaus 2011-02-28 11:30:28 UTC

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