Boost C++ Libraries: Ticket #9671: How to get the coroutine stack info? https://svn.boost.org/trac10/ticket/9671 <p> Valgrind complains a lot of false positive "usage of uninitialized values" errors because of stack swapping. </p> <p> 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? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9671 Trac 1.4.3 olli Sat, 25 Apr 2015 15:23:10 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9671#comment:1 https://svn.boost.org/trac10/ticket/9671#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> implemented in 1.58 </p> Ticket