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
Does the problem go away when running in light mode (pass -light to Dr. Memory)?
Same result: crash [1] 14484 floating point exception (core dumped) ./DrMemory-Linux-2.6.0/bin64/drmemory -light -- ./a.out
Does the problem go away when running with the options -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
Does the problem go away when running under plain DynamoRIO? Do this by running dynamorio/bin32/drrun -- <application and args> or dynamorio/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!
What happens with the debug version of Dr. Memory and of its underlying engine DynamoRIO? Try this by passing -debug -dr_debug -pause_at_assert. Are any messages reported?
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: