DynamoRIO / DynamoRIO/dynamorio
Fail on test suite 65
Open
Migrated
Priority-Medium
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [qin.zhao@gmail.com](https://code.google.com/u/qin.zhao@gmail.com/) on September 25, 2009 14:48:59_
What steps will reproduce the problem? ctest -V -I 65,65
What is the expected output?
found libc
starting syscall monitoring
...
What do you see instead?
found libc
ERROR: did not find start/stop markers
syscall.c test
-- Process completed
This is because compiled binary client.syscall does not store names of
function start_monitor and stop_monitor. DR is not able to find the
corresponding function address using their name.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=209_
Contributor guide
Assessment
This issue has not been assessed yet.