Bug 254734 - KNetworkManager crashes when trying to start VPN connection
Summary: KNetworkManager crashes when trying to start VPN connection
Status: RESOLVED DUPLICATE of bug 215080
Alias: None
Product: Network Management
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: 2010-10-20 09:41 UTC by Petri Järvenpää
Modified: 2010-10-21 19:42 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 Petri Järvenpää 2010-10-20 09:41:08 UTC
Application: knetworkmanager (v0.9)
KDE Platform Version: 4.5.2 (KDE 4.5.2) "release 10"
Qt Version: 4.6.3
Operating System: Linux 2.6.34.7-0.4-desktop x86_64
Distribution: "openSUSE 11.3 (x86_64)"

-- Information about the crash:
-Created typical Cisco-UDP VPN entry with both passwords user/group stored
-Clicking the corresponding VPN entry in KNetworkManager

-- Backtrace:
Application: KNetworkManager (knetworkmanager), signal: Segmentation fault
[KCrash Handler]
#6  QAction::isSeparator (this=0x90) at kernel/qaction.cpp:795
#7  0x00007f18e3527851 in QMenuPrivate::setCurrentAction (this=0x831940, action=0x90, popup=96, reason=QMenuPrivate::SelectedFromElsewhere, activateFirst=false) at widgets/qmenu.cpp:571
#8  0x00007f18e352a722 in QMenu::mouseMoveEvent (this=0x8317f0, e=0x7fffe2552350) at widgets/qmenu.cpp:2819
#9  0x00007f18e3157df0 in QWidget::event (this=0x8317f0, event=0x7fffe2552350) at kernel/qwidget.cpp:8029
#10 0x00007f18e352abcb in QMenu::event (this=0x8317f0, e=0x7fffe2552350) at widgets/qmenu.cpp:2421
#11 0x00007f18dad03a9d in ?? () from /usr/lib64/kde4/plugins/styles/oxygen.so
#12 0x00007f18e3d15fd7 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib64/libQtCore.so.4
#13 0x00007f18e31074a1 in QApplicationPrivate::notify_helper (this=0x6690c0, receiver=0x8317f0, e=0x7fffe2552350) at kernel/qapplication.cpp:4298
#14 0x00007f18e311034a in QApplication::notify (this=<value optimized out>, receiver=0x8317f0, e=0x7fffe2552350) at kernel/qapplication.cpp:3867
#15 0x00007f18e50337b6 in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5
#16 0x00007f18e3d15e4c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/libQtCore.so.4
#17 0x00007f18e31091e5 in sendEvent (receiver=0x8317f0, event=0x7fffe2552350, alienWidget=0x0, nativeWidget=0x8317f0, buttonDown=0x7f18e3bb3b28, lastMouseReceiver=..., spontaneous=true)
    at ../../src/corelib/kernel/qcoreapplication.h:215
#18 QApplicationPrivate::sendMouseEvent (receiver=0x8317f0, event=0x7fffe2552350, alienWidget=0x0, nativeWidget=0x8317f0, buttonDown=0x7f18e3bb3b28, lastMouseReceiver=..., spontaneous=true)
    at kernel/qapplication.cpp:2967
#19 0x00007f18e3109742 in QApplicationPrivate::sendSyntheticEnterLeave (this=<value optimized out>, widget=<value optimized out>) at kernel/qapplication.cpp:3053
#20 0x00007f18e31519c3 in QWidgetPrivate::hideChildren (this=<value optimized out>, spontaneous=false) at kernel/qwidget.cpp:7579
#21 0x00007f18e3151b40 in QWidgetPrivate::hide_helper (this=0x957bd0) at kernel/qwidget.cpp:7309
#22 0x00007f18e31575a8 in QWidget::setVisible (this=0x67d290, visible=<value optimized out>) at kernel/qwidget.cpp:7481
#23 0x00007f18e315d8b2 in hide (this=0x955060, widget=0x67d290) at ../../src/gui/kernel/qwidget.h:489
#24 QWidgetAction::releaseWidget (this=0x955060, widget=0x67d290) at kernel/qwidgetaction.cpp:206
#25 0x00007f18e3525bbc in QMenu::actionEvent (this=0x8317f0, e=0x7fffe2552e20) at widgets/qmenu.cpp:2892
#26 0x00007f18e3157a2e in QWidget::event (this=0x8317f0, event=0x7fffe2552e20) at kernel/qwidget.cpp:8419
#27 0x00007f18e352abcb in QMenu::event (this=0x8317f0, e=0x7fffe2552e20) at widgets/qmenu.cpp:2421
#28 0x00007f18e31074d4 in QApplicationPrivate::notify_helper (this=0x6690c0, receiver=0x8317f0, e=0x7fffe2552e20) at kernel/qapplication.cpp:4302
#29 0x00007f18e310faca in QApplication::notify (this=<value optimized out>, receiver=0x8317f0, e=0x7fffe2552e20) at kernel/qapplication.cpp:4185
#30 0x00007f18e50337b6 in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5
#31 0x00007f18e3d15e4c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/libQtCore.so.4
#32 0x00007f18e3150508 in sendEvent (this=0x8317f0, action=0x955060) at ../../src/corelib/kernel/qcoreapplication.h:215
#33 QWidget::removeAction (this=0x8317f0, action=0x955060) at kernel/qwidget.cpp:3042
#34 0x00000000004123e7 in _start ()

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

Possible duplicates by query: bug 253755, bug 251893, bug 251810, bug 251567, bug 251067.

Reported using DrKonqi
Comment 1 Pino Toscano 2010-10-21 19:42:10 UTC

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