DynamoRIO / DynamoRIO/dynamorio

drcachesim failures on Mac: config path wrong and pipe ASSERT

Open
#1,773 0 comments 0 reactions 0 assignees View on GitHub
Bug-Assert Component-DrMemtrace Component-DRTool OpSys-OSX
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 15h
Merged PRs (30d)
31

Description

The lib suffix is wrong:

```
# bin32/drrun -t drcachesim -- ~/derek/dr/test/hello
ERROR: tracer library ~/derek/dr/git/build_x86_dbg/bin32/../clients/lib32/debug/libdrmemtrace.so is unreadable
```

Pipe behavior is different in more ways than what's already been fixed:

```
# clients/bin32/drcachesim -dr_debug -dr -tracer clients/lib32/debug/libdrmemtrace.dylib -- ~/derek/dr/test/hello

sizeof(long long)=8, x64 is 1311768467750060323
sizeof(_Bool) = 1, sizeof(meow) = 1
b=true, b2=false
Hello world!
Goodbye world!
x is 0x100000000

ASSERT FAILURE: ~/derek/dr/git/src/clients/drcachesim/tracer/tracer.cpp:145: false ()---- ----
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.