DynamoRIO / DynamoRIO/dynamorio
client.drsyms-test module load event called twice for appdll loaded by LoadLibrary on Vista
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [rnk@google.com](https://code.google.com/u/rnk@google.com/) on March 11, 2012 11:32:32_
The test was failing because the output from the event callback was being printed twice. I ssh'd to the bot and had it print the path to the dll that was being loaded, and got this:
92: finished unmangling.
92: E:\b\build\slave\win_vista_x64_dr_checkout\build\build_debug-internal-32\suite\tests\bin\client.drsyms-test.appdll.dll
92: enumerating with DRSYM_LEAVE_MANGLED
92: enumerating with DRSYM_DEMANGLE
92: enumerating with DRSYM_DEMANGLE_FULL
92: E:\b\build\slave\win_vista_x64_dr_checkout\build\build_debug-internal-32\suite\tests\bin\client.drsyms-test.appdll.dll
92: enumerating with DRSYM_LEAVE_MANGLED
92: enumerating with DRSYM_DEMANGLE
92: enumerating with DRSYM_DEMANGLE_FULL
92: stack trace:
Is this a known issue? If so I was unable to find anything filed in the tracker.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=697_
Contributor guide
Assessment
This issue has not been assessed yet.