DynamoRIO / DynamoRIO/dynamorio
Bug concerning Proactive Reset
Open
Bug-AppFail
OpSys-Linux
OpSys-UNIX
OpSys-x86
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
There seems to be a bug concerning _proactive reset_. This bug may be triggered in a matter of seconds when running the multi-threaded lbzip2 application on linux (32-bit).
**Command to run:**
`./drrun -reset_every_nth_bb_unit 3 -- lbzip2 -c my_file > my_file.bz2`
**Debug message:** DynamoRIO seems to believe that a client it making a raw sysenter.
> set confirm off
> add-symbol-file '/home/john/dynamorio/build/lib32/debug/libdynamorio.so' 0xb7c67bbc
> >
>
> os says: 0xb7005000-0xb7205000 prot=0x00000000
> cache says: 0xb7005000-0xb7206000 prot=0x00000000
> >
>
>
>
>
Contributor guide
Assessment
This issue has not been assessed yet.