Opened 9 years ago
Closed 7 years ago
#9671 closed Feature Requests (fixed)
How to get the coroutine stack info?
Reported by: | Owned by: | olli | |
---|---|---|---|
Milestone: | To Be Determined | Component: | coroutine |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Valgrind complains a lot of false positive "usage of uninitialized values" errors because of stack swapping.
We want to annotate our source code to make valgrind happy. This requires stack info of the coroutine, more specifically, the start/end address of the coroutine stack. So how to get this info?
Note:
See TracTickets
for help on using tickets.
implemented in 1.58