Summary: | Crash when connecting to OpenVPN | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Malte S. Stretz <mss> |
Component: | general | Assignee: | Lamarque V. Souza <lamarque> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Malte S. Stretz
2013-02-12 13:21:32 UTC
Which Plasma NM do you use? You can see the version string in "Manage Connections" -> "Other". You should use at least 0.9.0.7 because there is a couple of bugs in versions below 0.9.0.7 that can cause this kind of problem. Version 0.9.0.7 (nm09 20130127) aka whatever the current version in Kubuntu 12.04 plus backports is :) That's odd, line vpnplugins/openvpn/openvpnauth.cpp:126 is QObject::connect() call: connect(showPasswords, SIGNAL(toggled(bool)), this, SLOT(showPasswordsToggled(bool))); That should not cause any crash unless there is internal problem in Qt, which seems to be the case by the other lines in the backtrace. Is this problem reproducible? If you can provide the information requested in comment #3, please add it. Haven't seen this again yet. Maybe it is a race condition. Feel free to close this bug, I'll reopen it if I see it again. |