DynamoRIO / DynamoRIO/dynamorio
client.drsyms-test fails on win10
Open
Component-Tests
help wanted
OpSys-Windows
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
The client.drsyms-test fails on my win10 machine due to these mangling mismatches:
```
140: enumerating with DRSYM_LEAVE_MANGLED
140: symbol had wrong mangling:
140: expected: dll_export
140: actual: _dll_export
140: enumerating with DRSYM_DEMANGLE
140: symbol had wrong mangling:
140: expected: dll_export
140: actual: _dll_export
140: enumerating with DRSYM_DEMANGLE_FULL
140: symbol had wrong mangling:
140: expected: dll_export
140: actual: _dll_export
```
Contributor guide
Assessment
This issue has not been assessed yet.