Bug 985620
| Summary: | [abrt] NetworkManager-0.9.8.2-8.git20130709.fc19: nm_active_connection_get_path: Process /usr/sbin/NetworkManager was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Woodhouse <dwmw2> | ||||||||||||||||||||||
| Component: | NetworkManager | Assignee: | Dan Williams <dcbw> | ||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 19 | CC: | dcbw, jklimes, zgeorge.zhao | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:e2bdd66d9f1399c653d7c32b4f6415a911025eb9 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2013-07-19 10:04:23 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
David Woodhouse
2013-07-17 22:26:08 UTC
Created attachment 775001 [details]
File: backtrace
Created attachment 775002 [details]
File: cgroup
Created attachment 775003 [details]
File: core_backtrace
Created attachment 775004 [details]
File: dso_list
Created attachment 775005 [details]
File: environ
Created attachment 775006 [details]
File: limits
Created attachment 775007 [details]
File: maps
Created attachment 775008 [details]
File: open_fds
Created attachment 775009 [details]
File: proc_pid_status
Created attachment 775010 [details]
File: var_log_messages
bridge setting crashed reporter: libreport-2.1.5 backtrace_rating: 4 cmdline: /usr/sbin/NetworkManager --no-daemon crash_function: nm_active_connection_get_path executable: /usr/sbin/NetworkManager kernel: 3.9.9-302.fc19.x86_64 package: NetworkManager-0.9.8.2-8.git20130709.fc19 reason: Process /usr/sbin/NetworkManager was killed by signal 11 (SIGSEGV) runlevel: 3 5 uid: 0 case PROP_ACTIVE_CONNECTIONS:
active = g_ptr_array_sized_new (3);
for (iter = priv->active_connections; iter; iter = g_slist_next (iter)) {
---> path = nm_active_connection_get_path (NM_ACTIVE_CONNECTION (iter->data));
g_ptr_array_add (active, g_strdup (path));
}
g_value_take_boxed (value, active);
break;
The active connection has to be freed before. Probably, due to removing a device.
Yeah, it is duplicate of bug 946920.
David, are you able to reproduce?
*** This bug has been marked as a duplicate of bug 946920 ***
|