Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1343306

Summary: [abrt] systemd: __signbit(): networkctl killed by SIGABRT
Product: [Fedora] Fedora Reporter: Soeren Grunewald <soeren.grunewald>
Component: systemdAssignee: systemd-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: johannbg, jsynacek, lnykryn, msekleta, muadda, ssahani, s, systemd-maint, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/0fe94a3af5784d40607f3713d841ff30c853d6b8
Whiteboard: abrt_hash:4aa7ac88e9dca69b89cd3d324c734b6071df6623;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-07 07:01:17 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: mountinfo
none
File: namespaces
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Soeren Grunewald 2016-06-07 06:04:53 UTC
Description of problem:
Just typed: networkctl status

But both systemd-networkd.service and .socket where disabled.

Version-Release number of selected component:
systemd-229-8.fc24

Additional info:
reporter:       libreport-2.7.1
backtrace_rating: 4
cmdline:        networkctl status
crash_function: __signbit
executable:     /usr/bin/networkctl
global_pid:     3193
kernel:         4.5.5-300.fc24.x86_64
pkg_fingerprint: 73BD E983 81B4 6521
pkg_vendor:     Fedora Project
reproducible:   Not sure how to reproduce the problem
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
[New LWP 3193]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `networkctl status'.
Program terminated with signal SIGABRT, Aborted.
#0  0x00007f1952c28e55 in __signbit () at ../sysdeps/x86_64/fpu/s_signbit.S:24
24		andl	$0x80, %eax

Thread 1 (Thread 0x7f19537e9740 (LWP 3193)):
#0  0x00007f1952c28e55 in __signbit () at ../sysdeps/x86_64/fpu/s_signbit.S:24
No locals.
#1  0x00007f1952c2aa5a in sigorset (dest=0xc79, left=0xc79, right=0x6) at sigorset.c:27
No locals.
#2  0x0000000000000000 in ?? ()
No symbol table info available.
From                To                  Syms Read   Shared Object Library
                                        No          linux-vdso.so.1
0x00007f19533ec0b0  0x00007f19533ef09f  Yes         /lib64/librt.so.1
0x00007f19531d5ab0  0x00007f19531e5945  Yes         /lib64/libgcc_s.so.1
0x00007f1952fbc9e0  0x00007f1952fc92f1  Yes         /lib64/libpthread.so.0
0x00007f1952c14920  0x00007f1952d63e84  Yes         /lib64/libc.so.6
0x00007f19535f2ad0  0x00007f195360fa90  Yes         /lib64/ld-linux-x86-64.so.2
$1 = 0x7f195380c000 ""
rax            0x0	0
rbx            0x53	83
rcx            0x7f1952c28e55	139746739392085
rdx            0x6	6
rsi            0xc79	3193
rdi            0xc79	3193
rbp            0x7ffe155ab750	0x7ffe155ab750
rsp            0x7ffe155ab3b8	0x7ffe155ab3b8
r8             0x6	6
r9             0x0	0
r10            0x8	8
r11            0x202	514
r12            0x53	83
r13            0x7ffe155ab560	140729256686944
r14            0x7ffe155ab560	140729256686944
r15            0x7f195380c000	139746751856640
rip            0x7f1952c28e55	0x7f1952c28e55 <__signbit+5>
eflags         0x202	[ IF ]
cs             0x33	51
ss             0x2b	43
ds             0x0	0
es             0x0	0
fs             0x0	0
gs             0x0	0
Dump of assembler code for function __signbit:
   0x00007f1952c28e50 <+0>:	pmovmskb %xmm0,%eax
   0x00007f1952c28e54 <+4>:	and    $0x80,%eax
   0x00007f1952c28e59 <+9>:	retq   
End of assembler dump.
== EXPLOITABLE ==

Comment 1 Soeren Grunewald 2016-06-07 06:05:01 UTC
Created attachment 1165488 [details]
File: backtrace

Comment 2 Soeren Grunewald 2016-06-07 06:05:02 UTC
Created attachment 1165489 [details]
File: cgroup

Comment 3 Soeren Grunewald 2016-06-07 06:05:04 UTC
Created attachment 1165490 [details]
File: core_backtrace

Comment 4 Soeren Grunewald 2016-06-07 06:05:06 UTC
Created attachment 1165491 [details]
File: dso_list

Comment 5 Soeren Grunewald 2016-06-07 06:05:08 UTC
Created attachment 1165492 [details]
File: environ

Comment 6 Soeren Grunewald 2016-06-07 06:05:09 UTC
Created attachment 1165493 [details]
File: limits

Comment 7 Soeren Grunewald 2016-06-07 06:05:11 UTC
Created attachment 1165494 [details]
File: maps

Comment 8 Soeren Grunewald 2016-06-07 06:05:12 UTC
Created attachment 1165495 [details]
File: mountinfo

Comment 9 Soeren Grunewald 2016-06-07 06:05:14 UTC
Created attachment 1165496 [details]
File: namespaces

Comment 10 Soeren Grunewald 2016-06-07 06:05:15 UTC
Created attachment 1165497 [details]
File: open_fds

Comment 11 Soeren Grunewald 2016-06-07 06:05:17 UTC
Created attachment 1165498 [details]
File: proc_pid_status

Comment 12 Soeren Grunewald 2016-06-07 06:05:19 UTC
Created attachment 1165499 [details]
File: var_log_messages

Comment 13 Jan Synacek 2016-06-07 07:01:17 UTC

*** This bug has been marked as a duplicate of bug 1339131 ***