You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at -log_to_stderr logs, I see that it gets stuck in privload_os_finalize at calling __libc_early_init. Maybe something changed in glibc 2.35 that broke the workaround we put for glibc 2.34 in #5437?
This wasn't detected yet because we don't have a 32-bit CI on glibc 2.35, and also when I worked on #5431, I focused on only 64-bit.
The text was updated successfully, but these errors were encountered:
Running on Linux kernel 5.18 with glibc 2.35, the following command gets stuck on the 32-bit build:
Works fine under plain DR (without drcachesim).
Looking at
-log_to_stderr
logs, I see that it gets stuck inprivload_os_finalize
atcalling __libc_early_init
. Maybe something changed in glibc 2.35 that broke the workaround we put for glibc 2.34 in #5437?This wasn't detected yet because we don't have a 32-bit CI on glibc 2.35, and also when I worked on #5431, I focused on only 64-bit.
The text was updated successfully, but these errors were encountered: