Derek Bruening
Derek Bruening
_From [[email protected]](https://code.google.com/u/[email protected]/) on December 04, 2012 16:52:38_ Adding -early to drmemory.pl's invocation of drrun doesn't Just Work. I hit assertions about invalid heap state. We'll need changes on the drmemory...
_From [[email protected]](https://code.google.com/u/109494838902877177630/) on December 04, 2012 18:52:20_ this is not surprising. there is a bunch of setup for the state of the address space at startup and it looks rather...
_From [[email protected]](https://code.google.com/u/[email protected]/) on February 11, 2013 12:52:18_ -ignore_asserts makes it past the assertion, but we generate a bad OP_mov_ld variant somewhere in VM_Version::get_processor_features(). The app bb should be: (gdb) x/50i...
_From [[email protected]](https://code.google.com/u/[email protected]/) on February 21, 2013 08:10:40_ Idea: relax the assert to be OK with the app reading our phdrs, but not our data or code.
MinGW is failing for unknown reasons. No error message is printed: it just exits with code 1. https://ci.appveyor.com/project/DynamoRIO/drmemory/build/1.0.7/job/hv0w1uom29y5wisq ``` -- Found MinGW gcc at C:/MinGW/bin/mingw32-g++.exe -- Found C:/MinGW/bin/libstdc++-6.dll, enabling shared...
*** TODO 6 +3 tests failing 4 with VS2010: https://ci.appveyor.com/project/DynamoRIO/drmemory/build/job/u8smxwbhcdvuq1ks ``` drmemory-dbg-32: 126 tests passed, **** 4 tests failed: **** procterm winthreads malloc_callstacks => failed to match "cs2bug\.cpp:197", found "cs2bug.cpp:218"...
Another failure seen, which is #1741: https://ci.appveyor.com/project/DynamoRIO/drmemory/build/1.0.24/job/ukhelhqb89iv0439 ``` wrap_wincrt => stderr failed to match "~~Dr\.M~~ 5 unique, 5 total unaddressable access\(es\)", found "~~Dr.M~~ 4 unique, 4 total unaddressable access(es)" instead...
Another one: https://ci.appveyor.com/project/DynamoRIO/drmemory/build/1.0.39/job/c6bbv55u1n3wyxp9 ``` pcache-use => ~~Dr.M~~ ASSERT FAILURE (thread 1296): C:\projects\drmemory\drmemory\instru.c:202: save-ignore_next_delete == 0 (premature deletion) ```
The premature deletion assert happened again: https://ci.appveyor.com/project/DynamoRIO/drmemory/build/1.0.96/job/v0d8flsd7vlv1vne
drstrace_unit_tests failures: xref #1925 and #1612