Opened 9 years ago

Closed 7 years ago

#9671 closed Feature Requests (fixed)

How to get the coroutine stack info?

Reported by: haoran.yanghr@… 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?

Change History (1)

comment:1 by olli, 7 years ago

Resolution: fixed
Status: newclosed

implemented in 1.58

Note: See TracTickets for help on using tickets.