Bug 2120222
Summary: | systemd 250-9 crashes when dnf update cloud-init is called | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Florence Blanc-Renaud <frenaud> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED ERRATA | QA Contact: | Frantisek Sumsal <fsumsal> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 9.1 | CC: | jamacku, pholica, systemd-maint-list |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | systemd-250-10.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-11-15 11:18:19 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
Florence Blanc-Renaud
2022-08-22 08:55:06 UTC
Output of gdb bt: #0 0x00007fc1e260776b in kill () at ../sysdeps/unix/syscall-template.S:120 #1 0x000055b9f410a178 in crash (sig=6) at ../src/core/main.c:267 #2 <signal handler called> #3 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #4 0x00007fc1e267f5b3 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78 #5 0x00007fc1e2632ce6 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #6 0x00007fc1e26067f3 in __GI_abort () at abort.c:79 #7 0x00007fc1e29784dc in log_assert_failed (text=<optimized out>, file=<optimized out>, line=<optimized out>, func=<optimized out>) at ../src/basic/log.c:866 #8 0x00007fc1e2ab54ff in startswith (s=<optimized out>, prefix=0x0) at ../src/fundamental/string-util-fundamental.c:14 #9 0x00007fc1e29f3bd4 in normalize_linked_files (ret_files=0x7ffef29059f0, ret_names=0x7ffef29059f8, names_or_paths=<optimized out>, lp=0x7ffef2905a40, scope=LOOKUP_SCOPE_SYSTEM) at ../src/shared/install.c:2839 #10 unit_file_reenable (scope=LOOKUP_SCOPE_SYSTEM, flags=0, root_dir=<optimized out>, names_or_paths=<optimized out>, changes=0x7ffef2905b10, n_changes=0x7ffef2905b08) at ../src/shared/install.c:2874 #11 0x000055b9f411a75c in method_enable_unit_files_generic (message=0x55b9f55b0040, m=0x55b9f5418670, call=0x7fc1e29f3990 <unit_file_reenable>, carries_install_info=<optimized out>, error=0x7ffef2905bf0) at ../src/core/dbus-manager.c:2259 #12 0x00007fc1e2ad59b8 in method_callbacks_run (found_object=0x7ffef2905cb7, require_fallback=false, c=0x55b9f552d030, m=0x55b9f55b0040, bus=0x55b9f54cfd90) at ../src/libsystemd/sd-bus/bus-objects.c:413 #13 object_find_and_run (bus=0x55b9f54cfd90, m=0x55b9f55b0040, p=0x55b9f555d378 "/org/freedesktop/systemd1", require_fallback=false, found_object=0x7ffef2905cb7) at ../src/libsystemd/sd-bus/bus-objects.c:1322 #14 0x00007fc1e2ad6e4d in bus_process_object (bus=0x55b9f54cfd90, m=0x55b9f55b0040) at ../src/libsystemd/sd-bus/bus-objects.c:1442 #15 0x00007fc1e2aea24e in process_message (m=0x55b9f55b0040, bus=0x55b9f54cfd90) at ../src/libsystemd/sd-bus/sd-bus.c:2965 #16 process_running (ret=0x0, bus=<optimized out>) at ../src/libsystemd/sd-bus/sd-bus.c:3007 #17 bus_process_internal (bus=<optimized out>, ret=0x0) at ../src/libsystemd/sd-bus/sd-bus.c:3227 #18 0x00007fc1e2aeaca1 in io_callback (s=<optimized out>, fd=<optimized out>, revents=<optimized out>, userdata=0x55b9f54cfd90) at ../src/libsystemd/sd-bus/sd-bus.c:3605 #19 0x00007fc1e2b3f345 in source_dispatch (s=0x55b9f5540ae0) at ../src/libsystemd/sd-event/sd-event.c:3600 #20 0x00007fc1e2b3f51d in sd_event_dispatch (e=0x55b9f5417bf0) at ../src/libsystemd/sd-event/sd-event.c:4185 #21 0x00007fc1e2b40be8 in sd_event_run (e=0x55b9f5417bf0, timeout=18446744073709551615) at ../src/libsystemd/sd-event/sd-event.c:4246 #22 0x000055b9f415ccd9 in manager_loop (m=0x55b9f5418670) at ../src/core/manager.c:3049 #23 0x000055b9f410876d in invoke_main_loop (ret_error_message=0x7ffef2906090, ret_switch_root_init=<synthetic pointer>, ret_switch_root_dir=<synthetic pointer>, ret_fds=0x7ffef2906080, ret_shutdown_verb=<synthetic pointer>, ret_retval=<synthetic pointer>, ret_reexecute=<synthetic pointer>, saved_rlimit_memlock=0x7ffef29060a0, saved_rlimit_nofile=0x7ffef29060b0, m=0x55b9f5418670) at ../src/core/main.c:1976 #24 main (argc=5, argv=0x7ffef2906378) at ../src/core/main.c:3022 *** Bug 2120206 has been marked as a duplicate of this bug. *** fix merged to github main branch -> https://github.com/redhat-plumbers/systemd-rhel9/pull/101 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 (systemd 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/RHBA-2022:8327 |