Derek Bruening
Derek Bruening
Seeing a different address in the upper bits after table truncation was fixed? https://ci.appveyor.com/project/DynamoRIO/drmemory/builds/27454088 ``` 193
Again: https://ci.appveyor.com/project/DynamoRIO/drmemory/builds/28889354 ``` [00:10:43]
This is a really nasty bug that is making the CI always red, but given that I could not figure it out via diagnostics on Appveyor, nor repro on various...
_From [saxonophon](https://code.google.com/u/saxonophon/) on October 17, 2011 08:12:05_ I forgot the HelloWorld sourcecode. **Attachment:** [my_java.java](http://code.google.com/p/drmemory/issues/detail?id=626#hc1)
_From [[email protected]](https://code.google.com/u/109494838902877177630/) on October 20, 2011 11:23:21_ I can repro on my slightly-different-version OpenJDK jvm plain DR seems to work so this is specific to DrMem debug DrMem: ~~1533~~ ASSERT...
_From [[email protected]](https://code.google.com/u/106321947286816917100/) on November 01, 2011 11:04:52_ I can reproduce on my own machine. From the log, it looks like the memory is from libdynamorio.so ... module load event: "libdynamorio.so.3.0"...
_From [[email protected]](https://code.google.com/u/109494838902877177630/) on November 01, 2011 11:06:46_ **Owner:** [email protected]
_From [[email protected]](https://code.google.com/u/106321947286816917100/) on November 01, 2011 11:19:53_ #0 syscall_0args () at /home/zhaoqin/Workspace/DrMemory/src/dynamorio/core/x86/x86.asm:1071 #1 0xf7625000 in dump_callstack (pc=0x0, ebp=0x1b8d1816 "", outfile=1, dump_xml=40) at /home/zhaoqin/Workspace/DrMemory/src/dynamorio/core/x86/disassemble.c:1453 #2 0xf7648db9 in os_read (f=0, buf=0x1b8d1816, count=1)...
_From [[email protected]](https://code.google.com/u/109494838902877177630/) on November 01, 2011 11:19:54_ xref PR 352425: [linux] transparency: hide from dl_iterate_phdr()
_From [[email protected]](https://code.google.com/u/[email protected]/) on December 03, 2012 18:47:13_ In the meantime, we have actually implemented early injection in DR. We can easily hide from dl_iterate_phdr() by using it. Dr. Memory will...