Bug 1092736 - [abrt] NetworkManager: rdisc_config_changed(): NetworkManager killed by SIGSEGV
Summary: [abrt] NetworkManager: rdisc_config_changed(): NetworkManager killed by SIGSEGV
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: NetworkManager
Version: 20
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dan Williams
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:f169ebfeccb590acf003ff0658c...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-29 20:42 UTC by patrick.meymat
Modified: 2015-06-29 20:21 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-06-29 20:21:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (32.89 KB, text/plain)
2014-04-29 20:42 UTC, patrick.meymat
no flags Details
File: cgroup (152 bytes, text/plain)
2014-04-29 20:42 UTC, patrick.meymat
no flags Details
File: core_backtrace (10.22 KB, text/plain)
2014-04-29 20:42 UTC, patrick.meymat
no flags Details
File: dso_list (4.38 KB, text/plain)
2014-04-29 20:42 UTC, patrick.meymat
no flags Details
File: environ (72 bytes, text/plain)
2014-04-29 20:42 UTC, patrick.meymat
no flags Details
File: exploitable (110 bytes, text/plain)
2014-04-29 20:42 UTC, patrick.meymat
no flags Details
File: limits (1.29 KB, text/plain)
2014-04-29 20:42 UTC, patrick.meymat
no flags Details
File: maps (12.83 KB, text/plain)
2014-04-29 20:42 UTC, patrick.meymat
no flags Details
File: open_fds (3.94 KB, text/plain)
2014-04-29 20:42 UTC, patrick.meymat
no flags Details
File: proc_pid_status (767 bytes, text/plain)
2014-04-29 20:42 UTC, patrick.meymat
no flags Details
File: var_log_messages (25.24 KB, text/plain)
2014-04-29 20:42 UTC, patrick.meymat
no flags Details

Description patrick.meymat 2014-04-29 20:42:18 UTC
Version-Release number of selected component:
NetworkManager-0.9.9.0-38.git20131003.fc20

Additional info:
reporter:       libreport-2.2.2
backtrace_rating: 4
cmdline:        /usr/sbin/NetworkManager --no-daemon
crash_function: rdisc_config_changed
executable:     /usr/sbin/NetworkManager
kernel:         3.14.1-200.fc20.i686+PAE
runlevel:       N 5
type:           CCpp
uid:            0

Truncated backtrace:
Thread no. 1 (5 frames)
 #0 rdisc_config_changed at devices/nm-device.c:3288
 #1 g_cclosure_marshal_VOID__INT at gmarshal.c:372
 #5 g_signal_emit_by_name at gsignal.c:3426
 #6 check_timestamps at rdisc/nm-lndp-rdisc.c:380
 #7 timeout_cb at rdisc/nm-lndp-rdisc.c:403

Comment 1 patrick.meymat 2014-04-29 20:42:23 UTC
Created attachment 890926 [details]
File: backtrace

Comment 2 patrick.meymat 2014-04-29 20:42:25 UTC
Created attachment 890927 [details]
File: cgroup

Comment 3 patrick.meymat 2014-04-29 20:42:27 UTC
Created attachment 890928 [details]
File: core_backtrace

Comment 4 patrick.meymat 2014-04-29 20:42:29 UTC
Created attachment 890929 [details]
File: dso_list

Comment 5 patrick.meymat 2014-04-29 20:42:31 UTC
Created attachment 890930 [details]
File: environ

Comment 6 patrick.meymat 2014-04-29 20:42:33 UTC
Created attachment 890931 [details]
File: exploitable

Comment 7 patrick.meymat 2014-04-29 20:42:35 UTC
Created attachment 890932 [details]
File: limits

Comment 8 patrick.meymat 2014-04-29 20:42:38 UTC
Created attachment 890933 [details]
File: maps

Comment 9 patrick.meymat 2014-04-29 20:42:41 UTC
Created attachment 890934 [details]
File: open_fds

Comment 10 patrick.meymat 2014-04-29 20:42:44 UTC
Created attachment 890935 [details]
File: proc_pid_status

Comment 11 patrick.meymat 2014-04-29 20:42:46 UTC
Created attachment 890936 [details]
File: var_log_messages

Comment 12 Jirka Klimes 2014-04-30 13:29:07 UTC
avril 29 22:25:44 localhost.localdomain NetworkManager[770]: (NetworkManager:770): GLib-GObject-CRITICAL **: g_type_instance_get_private: assertion 'instance != NULL && instance->g_class != NULL' failed

rdisc_config_changed (NMRDisc *rdisc, NMRDiscConfigMap changed, NMDevice *device)
{
        NMDevicePrivate *priv = NM_DEVICE_GET_PRIVATE (device);

Getting private structure of NMDevice fails, so 'device' object seems to be invalid. However it seems that the code correctly disconnects rdisc_config_changed() handler in NMDevice::dispose().

Patrick, are you able to reproduce the crash or it was just a random issue?

Comment 13 Fedora End Of Life 2015-05-29 11:42:45 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 14 Fedora End Of Life 2015-06-29 20:21:46 UTC
Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.