Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

privload_os_finalize stuck on 32-bit drcachesim #5761

Open
abhinav92003 opened this issue Nov 25, 2022 · 0 comments
Open

privload_os_finalize stuck on 32-bit drcachesim #5761

abhinav92003 opened this issue Nov 25, 2022 · 0 comments

Comments

@abhinav92003
Copy link
Contributor

Running on Linux kernel 5.18 with glibc 2.35, the following command gets stuck on the 32-bit build:

$ ./bin32/drrun -t drcachesim -- ./suite/tests/bin/simple_app

Works fine under plain DR (without drcachesim).

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant