-
Notifications
You must be signed in to change notification settings - Fork 265
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
[Crash] Floating point exception on Ubuntu 24.01 #2507
Comments
This is likely DynamoRIO/dynamorio#5437 |
derekbruening
added a commit
that referenced
this issue
Sep 4, 2024
Updates DR to the latest to get private loader fixes for recent glibc versions. Issue: DynamoRIO/dynamorio#5437 Fixes #2507
If this is indeed the cited DR problem it should be fixed in a new build from source. Going to create a new release package. |
I can confirm, the issue is resolved. I tested with cronbuild-2.6.20125. My application starts and runs fine with that build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Crash while running on Ubuntu 24.01.
(In docker with Ubuntu 22 works fine)
To Reproduce
Steps to reproduce the behavior:
~/drmemory » ./DrMemory-Linux-2.6.0/bin64/drmemory -- ./a.out [1] 11598 floating point exception (core dumped) ./DrMemory-Linux-2.6.0/bin64/drmemory -- ./a.out
Please also answer these questions drawn from https://drmemory.org/page_help.html#sec_narrow :
-light
to Dr. Memory)?Same result: crash
[1] 14484 floating point exception (core dumped) ./DrMemory-Linux-2.6.0/bin64/drmemory -light -- ./a.out
-leaks_only -no_count_leaks -no_track_allocs
?Same result: crash
[1] 14612 floating point exception (core dumped) ./DrMemory-Linux-2.6.0/bin64/drmemory -leaks_only -no_count_leaks -- ./a.out
dynamorio/bin32/drrun -- <application and args>
ordynamorio/bin64/drrun -- <application and args>
depending on the bitwidth of your applicaiton. (Ignore warnings about "incomplete installation".)Yes.
./DrMemory-Linux-2.6.0/dynamorio/bin64/drrun -- ./a.out Hello, Dr Memory!
-debug -dr_debug -pause_at_assert
. Are any messages reported?Expected behavior
No crash happens.
Versions
Dr. Memory version 2.6.0 -- build 0
https://drmemory.org/page_download.html#sec_latest_build solve the problem?
No. (I'm using the latest build)
64 bit
Additional context
the crash dump:
coredump.zip
The text was updated successfully, but these errors were encountered: