DynamoRIO / DynamoRIO/drmemory

Feature request: print allocation stack traces for "next higher/prev lower malloc"

Open
#56 1 comment 0 reactions 0 assignees View on GitHub
Migrated Priority-Low Type-Feature
Dominant language
C
Stars
2.7k
Forks
290
PR merge metrics
No merged PRs in 30d

Description

_From [timurrrr@google.com](https://code.google.com/u/timurrrr@google.com/) on September 27, 2010 10:43:11_

I've noticed a cool new feature of Dr. Memory I haven't
seen before in tools like Valgrind or Heapchecker.

:
Error `#78`: UNADDRESSABLE ACCESS: reading 0x0018dc06-0x0018dc08 2 byte(s) within 0x0018dc04-0x0018dc08
@0:00:11.610 in thread 2476
Note: next higher malloc: 0x0018dc20-0x0018de20 # THIS IS AWESOME!
Note: prev lower malloc: 0x0018dbe0-0x0018dc06 # THIS IS AWESOME!
0x7e419905 USER32.dll!IsChild
0x7e42e2e3 USER32.dll!GetScrollInfo
0x7e42e442 USER32.dll!GetScrollInfo
0x7e42e4dc USER32.dll!CreateWindowExA

Is it hard/possible to print the stacktraces of the "next higher/prev lower malloc"?

_Original issue: http://code.google.com/p/drmemory/issues/detail?id=56_

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.