Bug 1004873

Summary: [abrt] NetworkManager-0.9.8.2-8.git20130709.fc19: signal_handler: Process /usr/libexec/nm-dispatcher.action was killed by signal 6 (SIGABRT)
Product: [Fedora] Fedora Reporter: Andrey V. Henneberg <andrey.henneberg>
Component: NetworkManagerAssignee: Dan Williams <dcbw>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: dcbw, jklimes
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:4fc0312aa76e33dea9c1c5ef8834e04a69c1928c
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-17 17:04:54 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 Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Andrey V. Henneberg 2013-09-05 16:00:35 UTC
Version-Release number of selected component:
NetworkManager-0.9.8.2-8.git20130709.fc19

Additional info:
reporter:       libreport-2.1.6
backtrace_rating: 4
cmdline:        /usr/libexec/nm-dispatcher.action
crash_function: signal_handler
executable:     /usr/libexec/nm-dispatcher.action
kernel:         3.10.9-200.fc19.i686.PAE
runlevel:       N 5
uid:            0

Truncated backtrace:
Thread no. 1 (8 frames)
 #5 signal_handler at nm-dispatcher-action.c:601
 #7 __kernel_vsyscall
 #8 send at ../sysdeps/unix/sysv/linux/i386/socket.S:60
 #9 __vsyslog_chk at ../misc/syslog.c:279
 #10 __syslog_chk at ../misc/syslog.c:129
 #11 syslog at /usr/include/bits/syslog.h:31
 #12 log_handler at nm-dispatcher-action.c:577
 #15 dbus_init at nm-dispatcher-action.c:525

Comment 1 Andrey V. Henneberg 2013-09-05 16:00:51 UTC
Created attachment 794328 [details]
File: backtrace

Comment 2 Andrey V. Henneberg 2013-09-05 16:00:56 UTC
Created attachment 794329 [details]
File: cgroup

Comment 3 Andrey V. Henneberg 2013-09-05 16:01:00 UTC
Created attachment 794331 [details]
File: core_backtrace

Comment 4 Andrey V. Henneberg 2013-09-05 16:01:03 UTC
Created attachment 794333 [details]
File: dso_list

Comment 5 Andrey V. Henneberg 2013-09-05 16:01:07 UTC
Created attachment 794335 [details]
File: environ

Comment 6 Andrey V. Henneberg 2013-09-05 16:01:10 UTC
Created attachment 794336 [details]
File: limits

Comment 7 Andrey V. Henneberg 2013-09-05 16:01:14 UTC
Created attachment 794338 [details]
File: maps

Comment 8 Andrey V. Henneberg 2013-09-05 16:01:17 UTC
Created attachment 794340 [details]
File: open_fds

Comment 9 Andrey V. Henneberg 2013-09-05 16:01:22 UTC
Created attachment 794342 [details]
File: proc_pid_status

Comment 10 Andrey V. Henneberg 2013-09-05 16:01:33 UTC
Created attachment 794345 [details]
File: var_log_messages

Comment 11 Jirka Klimes 2013-09-10 12:49:11 UTC
nm-dispatcher.action was terminated (with SIGTERM) probably by systemd.
The dispatcher calls
   g_message ("Caught signal %d, shutting down...", signo);
in its signal handler. And later there is an assertion in Glib g_messages.c
in g_logv() function:
    if (!(test_level & G_LOG_FLAG_RECURSION))
        G_BREAKPOINT ();
    else
-->     abort ();

I'd say either it is not safe to call g_message() from a signal handler, or there is a bug in glib.
However, no actual problem, because the dispatcher was terminated anyway.

Comment 12 Fedora End Of Life 2015-01-09 19:44:31 UTC
This message is a notice that Fedora 19 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 19. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained. Approximately 4 (four) weeks from now this bug will
be closed as EOL if it remains open with a Fedora 'version' of '19'.

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 19 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 13 Fedora End Of Life 2015-02-17 17:04:54 UTC
Fedora 19 changed to end-of-life (EOL) status on 2015-01-06. Fedora 19 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.