Summary: | Crash when updated network infor for WLAN | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Peter Lusmore <peter> |
Component: | Plasma Widget | Assignee: | Will Stephenson <wstephenson> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | astronom57, benjaminavandewiele, giecrilj, hugh.kde.bugs, info, intellectualdesign52889, jay.treiman, lamarque, markus.milde, nils, patrick.noble, pekkarp, steffen_moeller, uc, wstephenson, yehielb |
Priority: | NOR | ||
Version: | 0.9 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/networkmanagement/cad389e141e8cda092e673e32218cda6ddd0e7e6 | Version Fixed In: | 0.9.0.12 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Peter Lusmore
2011-09-28 22:59:40 UTC
Git commit cca94197d62bf923893f58ec0cb96237d1119ff2 by Lamarque V. Souza. Committed on 30/09/2011 at 01:10. Pushed by lvsouza into branch 'nm09'. Removing some unneeded code. CCBUG: 282996 M +0 -2 applet/wirelessnetworkitem.cpp M +0 -6 libs/ui/connectionwidget.cpp M +0 -1 libs/ui/connectionwidget.h http://commits.kde.org/networkmanagement/cca94197d62bf923893f58ec0cb96237d1119ff2 Can you check if the commit above solves your problem, please? Will need instructions on the makefile to use. You can read the basic instructions in my blog http://lamarque-lvs.blogspot.com/2011/07/some-clarifications-about-plasma-nm.html . Look for the line with "If you want to compile Plasma NM by yourself do the following". The last commit is for branch nm09, so you will need to execute the "checkout nm09" part of the instructions. If you have any problems, please contact me. *** Bug 292912 has been marked as a duplicate of this bug. *** When reporting a bug, please always include the Plasma NM and the NetworkManager versions you use. *** Bug 292673 has been marked as a duplicate of this bug. *** *** Bug 295191 has been marked as a duplicate of this bug. *** *** Bug 304254 has been marked as a duplicate of this bug. *** *** Bug 307414 has been marked as a duplicate of this bug. *** Anyone who wants this bug fixed please provides tell me what Plasma NM version you use. You can see the version string by clicking in "Manage Connections" then "Other". *** Bug 308456 has been marked as a duplicate of this bug. *** Please test if you can reproduce this problem with Plasma NM 0.9.0.5. *** Bug 310805 has been marked as a duplicate of this bug. *** *** Bug 311560 has been marked as a duplicate of this bug. *** (In reply to comment #11) > Anyone who wants this bug fixed please provides tell me what Plasma NM > version you use. You can see the version string by clicking in "Manage > Connections" then "Other". Hello, I used Version 0.9.0.2 (nm09 20120507). It seems no crashes happen any more since I de-installed the Nvidia graphics card driver and again use the default driver on my Suse 12 system. Thanks for the support. *** Bug 313511 has been marked as a duplicate of this bug. *** *** Bug 316851 has been marked as a duplicate of this bug. *** Still crashes at 0.9.4.0 (In reply to comment #20) > Still crashes at 0.9.4.0 Which Plasma NM you have installed? You should use the latest version (0.9.0.8) and try to reproduce this problem. Created attachment 84518 [details]
New crash information added by DrKonqi
kcmshell4 (4.11.4) on KDE Platform 4.11.4 using Qt 4.8.5
- What I was doing when the application crashed:
updated wlan connection security settings
-- Backtrace (Reduced):
#5 0x0000003aebac3728 in QString::operator=(QString const&) () from /lib64/libQtCore.so.4
#6 0x0000003af1c40067 in ConnectionWidget::writeConfig() () from /lib64/libknmui.so.4
#7 0x0000003af1c74d49 in ConnectionPreferences::save() () from /lib64/libknmui.so.4
#8 0x0000003af1c7d72d in ConnectionEditor::editConnection(Knm::Connection*) () from /lib64/libknmui.so.4
#9 0x00007feb7c64b9c6 in ManageConnectionWidget::editGotSecrets(bool, QString const&, QString const&) () from /usr/lib64/kde4/kcm_networkmanagement.so
Created attachment 87220 [details]
New crash information added by DrKonqi
plasma-desktop (4.10.5) on KDE Platform 4.10.5 using Qt 4.8.5
- What I was doing when the application crashed:
WLAN connection was in the state like "connecting" or smth similar for about half a minute. My actions:
1. opened Network Manager settings
2. selected network I was connecting to
3. pressed "edit" quite nervously several times
After some dozen of seconds got 2 error messages which disappeared too fast to be read.
And then Plasma Desktop crashed.
La Fin.
-- Backtrace (Reduced):
#5 0x00007ffa50bcce15 in Knm::Connection::setPermissions(QHash<QString, QString> const&) () from /lib64/libknminternals.so.4
#6 0x00007ffa5049fcd8 in ConnectionWidget::writeConfig() () from /lib64/libknmui.so.4
#7 0x00007ffa504d4b55 in ConnectionPreferences::save() () from /lib64/libknmui.so.4
#8 0x00007ffa504dd05c in ConnectionEditor::editConnection(Knm::Connection*) () from /lib64/libknmui.so.4
#9 0x00007ffa348b4d29 in ManageConnectionWidget::editGotSecrets(bool, QString const&, QString const&) () from /usr/lib64/kde4/kcm_networkmanagement.so
Git commit cad389e141e8cda092e673e32218cda6ddd0e7e6 by Lamarque V. Souza. Committed on 22/06/2014 at 14:24. Pushed by lvsouza into branch 'nm09'. Fix crash when something wrong happened when getting connection secrets. This commit aborts connection editing once we find an error. FIXED-IN: 0.9.0.12 M +1 -1 plasma_nm_version.h M +6 -0 settings/config/manageconnectionwidget.cpp http://commits.kde.org/networkmanagement/cad389e141e8cda092e673e32218cda6ddd0e7e6 *** Bug 330729 has been marked as a duplicate of this bug. *** *** Bug 328974 has been marked as a duplicate of this bug. *** |