DynamoRIO / DynamoRIO/dynamorio
ASSERT (core\heap.c:1332) LEAK
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [zhao...@google.com](https://code.google.com/u/106321947286816917100/) on April 29, 2013 12:48:27_
running browser_test see Internal DynamoRIO Error:
core\heap.c:1332
```
ASSERT(IF_WINDOWS(doing_detach || ) /* not deterministic when detaching */
heapmgt->vmheap.num_free_blocks == heapmgt->vmheap.num_blocks
- perstack * 1 /* initstack */
/* current stack */
- perstack * ((IF_WINDOWS_ELSE(doing_detach, false)
IF_APP_EXPORTS(|| dr_api_exit)) ? 0 : 1));
```
version 4.0.1997, custom build
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1153_
Contributor guide
Assessment
This issue has not been assessed yet.