Bug 266970 - KNetworkManager crashes on pptp connection establishing
Summary: KNetworkManager crashes on pptp connection establishing
Status: RESOLVED DUPLICATE of bug 215080
Alias: None
Product: knetworkmanager
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Will Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-23 14:16 UTC by Oleg Andreych
Modified: 2011-02-23 16:51 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 Oleg Andreych 2011-02-23 14:16:15 UTC
Application: knetworkmanager (v0.9)
KDE Platform Version: 4.4.4 (KDE 4.4.4) "release 3"
Qt Version: 4.6.3
Operating System: Linux 2.6.34.7-0.7-desktop i686
Distribution: "openSUSE 11.3 (i586)"

-- Information about the crash:
I'm trying to establish pptp conection when knetworkmanager crashes. I've just clicked on it's (knetworkmanager's) icon and clicked on vpn connection.

The crash can be reproduced some of the time.

 -- Backtrace:
Application: KNetworkManager (knetworkmanager), signal: Segmentation fault
[KCrash Handler]
#6  0xb6396a04 in QAction::isSeparator (this=0x78) at kernel/qaction.cpp:795
#7  0xb683678d in QMenuPrivate::setCurrentAction (this=0x81b4c60, action=0x78, popup=96, reason=QMenuPrivate::SelectedFromElsewhere, activateFirst=false) at widgets/qmenu.cpp:571
#8  0xb6839b70 in QMenu::mouseMoveEvent (this=0x81b1b78, e=0xbfd37770) at widgets/qmenu.cpp:2819
#9  0xb63f7f3c in QWidget::event (this=0x81b1b78, event=0xbfd37770) at kernel/qwidget.cpp:8029
#10 0xb683a0dc in QMenu::event (this=0x81b1b78, e=0xbfd37770) at widgets/qmenu.cpp:2421
#11 0xb51ba994 in Oxygen::MenuBarDataV1::eventFilter (this=0x81db5c0, object=0x81b1b78, event=0xbfd37770) at /usr/src/debug/kdebase-runtime-4.4.4/kstyles/oxygen/animations/oxygenmenubardata.cpp:85
#12 0xb6e49fa6 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#13 0xb639ec34 in QApplicationPrivate::notify_helper (this=0x8096018, receiver=0x81b1b78, e=0xbfd37770) at kernel/qapplication.cpp:4298
#14 0xb63a7750 in QApplication::notify (this=0xbfd374ac, receiver=0x81b1b78, e=0xbfd37770) at kernel/qapplication.cpp:3867
#15 0xb73149d1 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#16 0xb6e49e0e in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#17 0xb639fc4c in sendSpontaneousEvent (receiver=0x81b1b78, event=0xbfd37770, alienWidget=0x0, nativeWidget=0x81b1b78, buttonDown=0xb6ce9078, lastMouseReceiver=..., spontaneous=true)
    at ../../src/corelib/kernel/qcoreapplication.h:218
#18 QApplicationPrivate::sendMouseEvent (receiver=0x81b1b78, event=0xbfd37770, alienWidget=0x0, nativeWidget=0x81b1b78, buttonDown=0xb6ce9078, lastMouseReceiver=..., spontaneous=true)
    at kernel/qapplication.cpp:2965
#19 0xb63a0185 in QApplicationPrivate::sendSyntheticEnterLeave (this=0x8096018, widget=0x81ab830) at kernel/qapplication.cpp:3053
#20 0xb63f10c0 in QWidgetPrivate::hideChildren (this=0x81ec8a0, spontaneous=false) at kernel/qwidget.cpp:7579
#21 0xb63f1272 in QWidgetPrivate::hide_helper (this=0x81ec8a0) at kernel/qwidget.cpp:7309
#22 0xb63f78c8 in QWidget::setVisible (this=0x81f3f30, visible=false) at kernel/qwidget.cpp:7481
#23 0xb63fe60d in hide (this=0x81b0c70, widget=0x81f3f30) at ../../src/gui/kernel/qwidget.h:489
#24 QWidgetAction::releaseWidget (this=0x81b0c70, widget=0x81f3f30) at kernel/qwidgetaction.cpp:206
#25 0xb68346c9 in QMenu::actionEvent (this=0x81b1b78, e=0xbfd37f28) at widgets/qmenu.cpp:2892
#26 0xb63f8426 in QWidget::event (this=0x81b1b78, event=0xbfd37f28) at kernel/qwidget.cpp:8419
#27 0xb683a0dc in QMenu::event (this=0x81b1b78, e=0xbfd37f28) at widgets/qmenu.cpp:2421
#28 0xb639ec64 in QApplicationPrivate::notify_helper (this=0x8096018, receiver=0x81b1b78, e=0xbfd37f28) at kernel/qapplication.cpp:4302
#29 0xb63a6ca4 in QApplication::notify (this=0x81b1b78, receiver=0x81b1b78, e=0xbfd37f28) at kernel/qapplication.cpp:4267
#30 0xb73149d1 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#31 0xb6e49e0e in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#32 0xb63efb35 in sendEvent (this=0x81b1b78, action=0x81b0c70) at ../../src/corelib/kernel/qcoreapplication.h:215
#33 QWidget::removeAction (this=0x81b1b78, action=0x81b0c70) at kernel/qwidget.cpp:3042
#34 0x080578d3 in _start ()

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

Possible duplicates by query: bug 265612, bug 265080, bug 264739, bug 264267, bug 264065.

Reported using DrKonqi
Comment 1 Lamarque V. Souza 2011-02-23 16:51:07 UTC

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