Bug 1836024

Summary: process systemd-tmpfile coredumped
Product: Red Hat Enterprise Linux 8 Reporter: Leon Fauster <leonfauster>
Component: systemdAssignee: David Tardon <dtardon>
Status: CLOSED ERRATA QA Contact: Frantisek Sumsal <fsumsal>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.1CC: dtardon, systemd-maint-list
Target Milestone: rc   
Target Release: 8.0   
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: 2020-11-04 02:02:13 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 Leon Fauster 2020-05-15 00:17:41 UTC
While porting a package I noticed:


############
Description of problem:
############


# systemd-tmpfiles --replace=/usr/lib/tmpfiles.d/console-login-helper-messages-profile.conf --create - <<SYSTEMD_INLINE_EOF

SYSTEMD_INLINE_EOF

Assertion 'prefix' failed at ../src/basic/path-util.c:384, function path_startswith(). Aborting.
Abgebrochen (Speicherabzug geschrieben)





# journalctl -f 
Mai 15 02:11:22 stand.localdomain systemd-coredump[24852]: Process 24850 (systemd-tmpfile) of user 0 dumped core.
                                                           
                                                           Stack trace of thread 24850:
                                                           #0  0x00007f52c661c8df raise (libc.so.6)
                                                           #1  0x00007f52c6606cf5 abort (libc.so.6)
                                                           #2  0x00007f52c6e1df7e log_assert_failed_realm.cold.16 (libsystemd-shared-239.so)
                                                           #3  0x00007f52c6ea8929 path_startswith (libsystemd-shared-239.so)
                                                           #4  0x00007f52c6e7fa83 conf_files_insert (libsystemd-shared-239.so)
                                                           #5  0x00007f52c6e7ff1a conf_files_list_with_replacement (libsystemd-shared-239.so)
                                                           #6  0x00005638201c3ccf main (systemd-tmpfiles)
                                                           #7  0x00007f52c6608873 __libc_start_main (libc.so.6)
                                                           #8  0x00005638201c433e _start (systemd-tmpfiles)





############
Version-Release number of selected component (if applicable):
############


# rpm -q $(rpm -qf /usr/bin/systemd-tmpfiles)
systemd-239-18.el8_1.5.x86_64



############
Expected results:
############


# systemd-tmpfiles --replace=/usr/lib/tmpfiles.d/console-login-helper-messages-profile.conf --create - <<SYSTEMD_INLINE_EOF

SYSTEMD_INLINE_EOF

# echo $?
0

Comment 1 Lukáš Nykrýn 2020-06-08 09:02:33 UTC
fix merged to github master branch -> https://github.com/systemd-rhel/rhel-8/pull/93

Comment 8 errata-xmlrpc 2020-11-04 02:02:13 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Low: systemd security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:4553