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
Hi
I tried to run DynamoRIO on ubuntu24.04 (in docker) and found out that it crashes when launching with instrumentation library.
The crash occurs only on ubunut24.04 (I also tested Ubuntu 20.04 and 22.04).
Launch command:
./bin64/drrun -quiet -c samples/bin64/libempty.so -- echo hello world
Crash:
DynamoRIO was built with command:
cmake -DDEBUG=ON -DDISABLE_WARNINGS=ON -DCMAKE_C_COMPILER=clang-14 -DCMAKE_CXX_COMPILER=clang++-14 .. && make -j
Also tried latest pre-built release, libempty.so seems to work, but crash occurs on libbbcount.so:
Versions
Current master, but the bug was also caught on commit from January 2024.
Reproduced on DynamoRIO-Linux-10.92.19881.tar.gz
64bit version was tested
The text was updated successfully, but these errors were encountered:
GNU C Library (Ubuntu GLIBC 2.39-0ubuntu8.2) stable release version 2.39. Yeah, this issue seems the same as #6693, I think it's just another changed version of glibc
Hi
I tried to run DynamoRIO on ubuntu24.04 (in docker) and found out that it crashes when launching with instrumentation library.
The crash occurs only on ubunut24.04 (I also tested Ubuntu 20.04 and 22.04).
Launch command:
Crash:
DynamoRIO was built with command:
Also tried latest pre-built release, libempty.so seems to work, but crash occurs on libbbcount.so:
Versions
The text was updated successfully, but these errors were encountered: