DynamoRIO / DynamoRIO/drmemory
no encoding found
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [bruce.ra...@maptek.com](https://code.google.com/u/116378776711082589735/) on October 01, 2014 15:26:20_
What steps will reproduce the problem? 1.Run drmemory on test program.
2.drmemory dies. 3. What is the expected output? What do you see instead? I expect list of memory leaks or bad memory access. The program seems to finish. I see crash message. What version of the product are you using? On what operating system? 1.8.0-8 for Windows.
Does the problem go away when running in light mode (pass "-light" to Dr.
Memory)? What about when running with the options "-leaks_only
-no_count_leaks -no_track_allocs"?
-light => run completes successfully with no errors reported
-leaks_only => run completes and reports 7 potential leaks Does the problem go away when using the most recent build from http://build.chromium.org/p/client.drmemory/builds/? Try the debug version of Dr. Memory and of its underlying engine DynamoRIO by passing "-debug -dr_debug -pause_at_assert" to drmemory.exe. Are any messages reported? Yes,
#
...vulc_block/bmodel.d/utest%>c:/drmemory1.8/bin/drmemory.exe -debug -dr_debug
-pause_at_assert ./utest_tbmodel.exe
~~Dr.M~~ Dr. Memory version 1.8.0
~~Dr.M~~ Running "./utest_tbmodel.exe"
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from BModel
[ RUN ] BModel.BasicReadWrite
save 10 values
save 100 values
save 1000 values
save 10000 values
save 100000 values
save 1000000 values
save 10000000 values
[ OK ] BModel.BasicReadWrite (63689 ms)
[----------] 1 test from BModel (63918 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (64338 ms total)
[ PASSED ] 1 test.
~~Dr.M~~ WARNING: application exited with abnormal code 0xffffffff
...vulc_block/bmodel.d/utest%>
============================ Please provide any additional information below. Please also see the "Narrowing Down the Source of the Problem" section of https://code.google.com/p/drmemory/wiki/Debugging . This is the output to the console with no options set.
#
~~Dr.M~~ Fetching 3 symbol files...
~~Dr.M~~ [1/3] Fetching symbols for C:\windows\SYSTEM32\MSVCP110.dll
~~Dr.M~~ [2/3] Fetching symbols for C:\windows\SYSTEM32\MSVCR110.dll
~~Dr.M~~ [3/3] Fetching symbols for C:\windows\SYSTEM32\msvcrt.dll
~~Dr.M~~ Fetched 3 symbol files successfully
~~Dr.M~~ WARNING: application exited with abnormal code 0xffffffff
#
**Attachment:** [global.7120.log](http://code.google.com/p/drmemory/issues/detail?id=1645)
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=1645_
Contributor guide
Assessment
This issue has not been assessed yet.