Bug 1304754

Summary: systemd-logind crashed while executing ipa-upgarde test execution
Product: Red Hat Enterprise Linux 7 Reporter: Nikhil Dehadrai <ndehadra>
Component: systemdAssignee: systemd-maint
Status: CLOSED DUPLICATE QA Contact: qe-baseos-daemons
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.2CC: dtardon, lnykryn, systemd-maint-list
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-02-04 09:36:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nikhil Dehadrai 2016-02-04 14:29:03 UTC
Description of problem:
systemd-logind crashed while executing automated ipa-upgarde test execution.

How reproducible:
Always

Steps to Reproduce:
1. Setup IPA server for  ipa-upgrade test suite execution on beaker. 
2. Make sure latest repo links are set correctly for test execution.
3. Initiate automation for ipa-upgrade test suite on beaker.

Actual results:
Once the automation for ipa-upgrade is complete, following message is received.
*************************
backtrace:
:warning: the debug information found in "/var/cache/abrt-di/usr/lib/debug//usr/lib/systemd/systemd-logind.debug" does not match "/usr/lib/systemd/systemd-logind" (CRC mismatch).
:
:warning: the debug information found in "/var/cache/abrt-di/usr/lib/debug/usr/lib/systemd/systemd-logind.debug" does not match "/usr/lib/systemd/systemd-logind" (CRC mismatch).
:
:[New LWP 989]
:Core was generated by `/usr/lib/systemd/systemd-logind'.
:Program terminated with signal 6, Aborted.
:#0  0x00007f958398e993 in ?? ()
:
:Thread 1 (LWP 989):
:#0  0x00007f958398e993 in ?? ()
:No symbol table info available.
:#1  0x00007f9584f34f39 in ?? ()
:No symbol table info available.
:#2  0xffffffffffffffff in ?? ()
:No symbol table info available.
:#3  0x00007f9500000000 in ?? ()
:No symbol table info available.
:#4  0xffffffffffffffff in ?? ()
:No symbol table info available.
:#5  0xadf5d753ba9a5700 in ?? ()
:No symbol table info available.
:#6  0x00007f9585b04fb1 in ?? ()
:No symbol table info available.
:#7  0x0000000000000000 in ?? ()
:No symbol table info available.
:No shared libraries loaded at this time.
:No symbol table is loaded.  Use the "file" command.
:No symbol table is loaded.  Use the "file" command.
:rax            0xfffffffffffffffc	-4
:rbx            0x7f9585b02030	140280169766960
:rcx            0xffffffffffffffff	-1
:rdx            0x1	1
:rsi            0x7fffb7652f80	140736270249856
:rdi            0x4	4
:rbp            0x7fffb7652f80	0x7fffb7652f80
:rsp            0x7fffb7652f78	0x7fffb7652f78
:r8             0xad8	2776
:r9             0x7	7
:r10            0xffffffff	4294967295
:r11            0x246	582
:r12            0x7f9584f57d94	140280157535636
:r13            0x7fffb76530f0	140736270250224
:r14            0x0	0
:r15            0x0	0
:rip            0x7f958398e993	0x7f958398e993
:eflags         0x246	[ PF ZF IF ]
:cs             0x33	51
:ss             0x2b	43
:ds             0x0	0
:es             0x0	0
:fs             0x0	0
:gs             0x0	0
:st0            *value not available*
:st1            *value not available*
:st2            *value not available*
:st3            *value not available*
:st4            *value not available*
:st5            *value not available*
:st6            *value not available*
:st7            *value not available*
:fctrl          *value not available*
:fstat          *value not available*
:ftag           *value not available*
:fiseg          *value not available*
:fioff          *value not available*
:foseg          *value not available*
:fooff          *value not available*
:fop            *value not available*
:xmm0           *value not available*
:xmm1           *value not available*
:xmm2           *value not available*
:xmm3           *value not available*
:xmm4           *value not available*
:xmm5           *value not available*
:xmm6           *value not available*
:xmm7           *value not available*
:xmm8           *value not available*
:xmm9           *value not available*
:xmm10          *value not available*
:xmm11          *value not available*
:xmm12          *value not available*
:xmm13          *value not available*
:xmm14          *value not available*
:xmm15          *value not available*
:mxcsr          *value not available*
:No function contains program counter for selected frame.

cgroup:
:10:hugetlb:/
:9:perf_event:/
:8:blkio:/
:7:net_cls:/
:6:freezer:/
:5:devices:/
:4:memory:/
:3:cpuacct,cpu:/
:2:cpuset:/
:1:name=systemd:/system.slice/systemd-logind.service

core_backtrace:
:{   "signal": 6
:,   "executable": "/usr/lib/systemd/systemd-logind"
:,   "stacktrace":
:      [ {   "crash_thread": true
:        ,   "frames":
:              [ {   "address": 140280134691219
:                ,   "build_id": "bd77f5c71fb1d195c8ebc3625ea8fc99904ccac2"
:                ,   "build_id_offset": 1010067
:                ,   "function_name": "epoll_wait"
:                ,   "file_name": "/lib64/libc.so.6"
:                }
:              , {   "address": 140280157392697
:                ,   "build_id": "d3a28eb74c4fb88ed18987ee5f83a857446fc372"
:                ,   "build_id_offset": 40761
:                } ]
:        } ]
:}

     

Expected results:
No Crash reports should be observed for testing ipa-upgrade test suite.

Additional info:
This crash was observed while performing automation upgrade testing from RHEL 7.0 > RHEL 7.2.z (up2).

Comment 2 Lukáš Nykrýn 2016-02-04 16:37:30 UTC
But logind is running after that, right? It has Restart=always

Comment 5 David Tardon 2019-02-04 09:36:18 UTC

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