Bug 249290 - Knetwork Crash when select another wire connection
Summary: Knetwork Crash when select another wire connection
Status: RESOLVED DUPLICATE of bug 215080
Alias: None
Product: Network Management
Classification: Miscellaneous
Component: knetworkmanager (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Will Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-28 03:07 UTC by Michael DING
Modified: 2010-08-28 09:19 UTC (History)
0 users

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 Michael DING 2010-08-28 03:07:23 UTC
Application: knetworkmanager (v0.9)
KDE Platform Version: 4.4.2 (KDE 4.4.2)
Qt Version: 4.6.2
Operating System: Linux 2.6.32-24-generic i686
Distribution: Ubuntu 10.04.1 LTS

-- Information about the crash:
Knetwork Crash when select another wire connection

The crash can be reproduced every time.

 -- Backtrace:
Application: KNetworkManager (knetworkmanager), signal: Segmentation fault
[KCrash Handler]
#6  QAction::isSeparator (this=0x9a0b0f0) at kernel/qaction.cpp:793
#7  0x013f1668 in QMenu::mouseMoveEvent (this=0x9a0b0f0, e=0xbf8baeb0) at widgets/qmenu.cpp:2810
#8  0x00fa969a in QWidget::event (this=0x9a139f0, event=0xbf8baeb0) at kernel/qwidget.cpp:7983
#9  0x013f30cc in QMenu::event (this=0x9a139f0, e=0xbf8baeb0) at widgets/qmenu.cpp:2414
#10 0x085edf3f in Oxygen::MenuBarDataV1::eventFilter (this=0x9a590b0, object=0x9a139f0, event=0xbf8baeb0) at ../../../kstyles/oxygen/animations/oxygenmenubardata.cpp:85
#11 0x00c56cda in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=0x995a9a8, receiver=0x9a139f0, event=0xbf8baeb0) at kernel/qcoreapplication.cpp:819
#12 0x00f4b4b9 in QApplicationPrivate::notify_helper (this=0x995a9a8, receiver=0x9a139f0, e=0xbf8baeb0) at kernel/qapplication.cpp:4296
#13 0x00f529f7 in QApplication::notify (this=0xbf8bcb30, receiver=0x9a139f0, e=0xbf8baeb0) at kernel/qapplication.cpp:3865
#14 0x0054bf2a in KApplication::notify (this=0xbf8bcb30, receiver=0x9a139f0, event=0xbf8baeb0) at ../../kdeui/kernel/kapplication.cpp:302
#15 0x00c57a3b in QCoreApplication::notifyInternal (this=0xbf8bcb30, receiver=0x9a139f0, event=0xbf8baeb0) at kernel/qcoreapplication.cpp:704
#16 0x00f51952 in QCoreApplication::sendEvent (receiver=0x9a139f0, event=0xbf8baeb0, alienWidget=0x0, nativeWidget=0x9a139f0, buttonDown=0x188f058, lastMouseReceiver=..., spontaneous=true)
    at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#17 QApplicationPrivate::sendMouseEvent (receiver=0x9a139f0, event=0xbf8baeb0, alienWidget=0x0, nativeWidget=0x9a139f0, buttonDown=0x188f058, lastMouseReceiver=..., spontaneous=true)
    at kernel/qapplication.cpp:2965
#18 0x00f51e9a in QApplicationPrivate::sendSyntheticEnterLeave (this=0x995a9a8, widget=0x9a41e60) at kernel/qapplication.cpp:3051
#19 0x00fa8236 in QWidgetPrivate::hideChildren (this=0x9a59238, spontaneous=false) at kernel/qwidget.cpp:7536
#20 0x00fa83ea in QWidgetPrivate::hide_helper (this=0x9a59238) at kernel/qwidget.cpp:7283
#21 0x00fb1b40 in QWidget::setVisible (this=0x9a3a248, visible=false) at kernel/qwidget.cpp:7455
#22 0x00fb60d0 in QWidget::hide (this=0x9a4d680, widget=0x9a3a248) at ../../include/QtGui/../../src/gui/kernel/qwidget.h:489
#23 QWidgetAction::releaseWidget (this=0x9a4d680, widget=0x9a3a248) at kernel/qwidgetaction.cpp:206
#24 0x013ed212 in QMenu::actionEvent (this=0x9a139f0, e=0xbf8bb698) at widgets/qmenu.cpp:2883
#25 0x00fa997d in QWidget::event (this=0x9a139f0, event=0xbf8bb698) at kernel/qwidget.cpp:8373
#26 0x013f30cc in QMenu::event (this=0x9a139f0, e=0xbf8bb698) at widgets/qmenu.cpp:2414
#27 0x00f4b4dc in QApplicationPrivate::notify_helper (this=0x995a9a8, receiver=0x9a139f0, e=0xbf8bb698) at kernel/qapplication.cpp:4300
#28 0x00f520f9 in QApplication::notify (this=0xbf8bcb30, receiver=0x9a139f0, e=0xbf8bb698) at kernel/qapplication.cpp:4265
#29 0x0054bf2a in KApplication::notify (this=0xbf8bcb30, receiver=0x9a139f0, event=0xbf8bb698) at ../../kdeui/kernel/kapplication.cpp:302
#30 0x00c57a3b in QCoreApplication::notifyInternal (this=0xbf8bcb30, receiver=0x9a139f0, event=0xbf8bb698) at kernel/qcoreapplication.cpp:704
#31 0x00f9e9a2 in QCoreApplication::sendEvent (this=0x9a139f0, action=0x9a4d680) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#32 QWidget::removeAction (this=0x9a139f0, action=0x9a4d680) at kernel/qwidget.cpp:3018
#33 0x080565ef in _start ()

This bug may be a duplicate of or related to bug 249239, bug 215080.

Possible duplicates by query: bug 249239, bug 248203, bug 248169, bug 248119, bug 247914.

Reported using DrKonqi
Comment 1 Pino Toscano 2010-08-28 09:19:41 UTC

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