Bug 366691
| Summary: | Regression/Crash: wpa_supplicant segfaults in usage with NetworkManager for WPA-Enterprise networks | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Roland Wolters <roland.wolters> | ||||
| Component: | NetworkManager | Assignee: | Dan Williams <dcbw> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | rawhide | CC: | dcbw, wtogami | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 0.5.7-16.fc8 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-11-15 03:38:56 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Roland Wolters
2007-11-05 12:52:19 UTC
Created attachment 247931 [details]
The /var/log/messages output
Any chance you could install wpa_supplicant-debuginfo, gdb attach to wpa_supplicant as root, and get a backtrace of the segfault when it happens? I created a full backtrace (bt full) with the help of gdb after I installed wpa_supplicant-debuginfo. However, before I upload it here, is there any chance that my password data of this network can be read out of the backtrace? In such a case the data have to be handled confidentially. Otherwise I would have to change my password first, make such a backtrace, and change the password back again. I don't believe so, but feel free to email it to me at my email address if you want more privacy. Even if your private key password is exposed, you can easily change that with openssl rsa -in private-key.pem -out nokey.pem openssl rsa -in nokey.pem -out private-key.pem -des3 or similar. Can you try wpa_supplicant-0.5.7-16? http://koji.fedoraproject.org/koji/taskinfo?taskID=239670 wpa_supplicant-0.5.7-16.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. Dan, with the new wpa_supplicant there is no crash anymore. The login still doesn't work, though. Should I close this bug and fill another bug because the login is not possible via NM atm? As I said, using wpa_supplicant alone works without any problem. |