Derek Bruening
Derek Bruening
Unfortunately Dr. Memory has been seriously understaffed for years now, but unless the error no longer occurs on the latest Dr. Memory version (is that the case?), we would prefer...
The mingw libraries sometimes do things that look suspicious to Dr. Memory, and it is not easy to keep up with them with the project being understaffed. I assume that...
If you could paste in the error reports for what you believe are either errors in the mingw libraries and not in your app (and thus best to hide, even...
Easier to see inline: ``` Error #1: UNADDRESSABLE ACCESS beyond top of stack: reading 0x000000000079fb30-0x000000000079fb38 8 byte(s) # 0 ___chkstk_ms [../../../src/libgcc/config/i386/cygwin.S:132] # 1 _pei386_runtime_relocator [../../src/mingw-w64-crt/crt/pseudo-reloc.c:472] # 2 __tmainCRTStartup # 3...
You never said what application this is. If this happens on a hello,world app, it is likely what the message says: there's some software on your machine with interoperability issues.
You seem to have bypassed the bug filing templae (probably due to a Github bug which they have not yet resolved where if you aren't logged in to Github when...
Unfortunately Dr. Memory has been seriously understaffed for years now, but unless the error no longer occurs on the latest Dr. Memory version (is that the case?), we would prefer...
Happened again in the memalign test: https://travis-ci.com/DynamoRIO/drmemory/jobs/180103737
Happened again on GA CI in memalign: https://github.com/DynamoRIO/drmemory/pull/2357/checks?check_run_id=1711515022
> Since shadow's shadow addresses are invalid, and the checks performed are more for debugging (rather than usage checks), we should remove the checks with the benefit of supporting more...