Bug 950925
| Summary: | [abrt] network-manager-applet-0.9.8.1-1.git20130327.fc18: keyring_pin_check_cb: Process /usr/bin/nm-applet was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | f.sajeva | ||||||||||||||||||||||||||||
| Component: | network-manager-applet | Assignee: | Dan Williams <dcbw> | ||||||||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||||
| Version: | 18 | CC: | danw, dcbw, jklimes, makiftasova, neteler, pds, schlaffi | ||||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:0ce64b9e7d8b38a4d587dd14e671d69898d8f567 | ||||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||||
| Last Closed: | 2013-04-27 00:02: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: | |||||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||||
|
Description
f.sajeva
2013-04-11 08:20:11 UTC
Created attachment 734017 [details]
File: backtrace
Created attachment 734018 [details]
File: cgroup
Created attachment 734019 [details]
File: core_backtrace
Created attachment 734020 [details]
File: dso_list
Created attachment 734021 [details]
File: environ
Created attachment 734022 [details]
File: limits
Created attachment 734023 [details]
File: maps
Created attachment 734024 [details]
File: open_fds
Created attachment 734025 [details]
File: proc_pid_status
Created attachment 734026 [details]
File: smolt_data
Created attachment 734028 [details]
File: var_log_messages
same problem with huawei E173 usb stick modem. pin prompt didn't arrive since lastest update... *** Bug 951589 has been marked as a duplicate of this bug. *** Created attachment 735804 [details]
[PATCH] fix a crash when no PIN got from a keyring
secret_service_search_finish() can return an empty list (i.e. NULL) without any error.
This will warn because it does g_error_free(error) without checking that error is non-NULL. You could fix that by using g_clear_error(). Created attachment 736364 [details]
[PATCH] fix a crash when no PIN got from a keyring
Oh, of course. I actually read it as g_clear error() for some reason.
applet crashes when inserting Onda MT835UP USB internet stick. Currently the USB internet stick is unusable for me... looks right, but I can't easily test it. (no locked SIMs handy...) network-manager-applet-0.9.8.1-2.git20130327.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/network-manager-applet-0.9.8.1-2.git20130327.fc18 network-manager-applet-0.9.8.1-2.git20130327.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/network-manager-applet-0.9.8.1-2.git20130327.fc19 I've managed to reproduce, and the updates fixes the crash. Package network-manager-applet-0.9.8.1-2.git20130327.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing network-manager-applet-0.9.8.1-2.git20130327.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-5997/network-manager-applet-0.9.8.1-2.git20130327.fc19 then log in and leave karma (feedback). The updated package solves the crash problem on F18, I tested yum update --enablerepo=updates-testing network-manager-applet-0.9.8.1-2.git20130327.fc18 network-manager-applet-0.9.8.1-2.git20130327.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. The unlock pin prompt still does not show up for me on my Huawei E180 3G modem. Using the latest kernel version - 3.8.9. |