Bug 353091
| Summary: | NetworkManager-0.7.0-0.3.svn3020.fc8 crashes when trying to switch to wireless Network | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nicolas A. Corrarello <ncorrare> | ||||||||
| Component: | NetworkManager | Assignee: | Dan Williams <dcbw> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | rawhide | CC: | dcbw, lmacken, wtogami, wwoods | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | i386 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2007-10-29 14:42:45 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: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 336531 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Nicolas A. Corrarello
2007-10-25 19:31:43 UTC
Created attachment 237871 [details]
sysreport
Reproduced here on a ppc - probably has to do with keyring access? The backtrace is fairly long and goes through applet_dbus_connection_settings_get_secrets, connection_new_secrets_requested_cb, applet_settings_new_secrets_requested_cb, nma_wireless_dialog_new, security_combo_init, and finally crashes in strcmp. 'bt full' will be attached. Created attachment 237961 [details]
gdb 'bt full' from nm-applet
Will be fixed in next build. Wasn't checking value of auth_alg before strcmp()-ing it. It's allowed to be NULL for wireless connections with no encryption. Created attachment 239291 [details]
backtrace from nm-applet in 4.svn3020.fc8
so, yeah, not fixed in NetworkManager-0.7.0-0.4.svn3020.fc8. alas. found and will be fixed in next build please try svn3030 or later when they hit Just switched back and forth a few times with today's rawhide image (which has 3030) with no problems |