$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Coroutine jump_fcontext crash (Boost 1.61)
From: Jason Mancini (jayrusman_at_[hidden])
Date: 2016-06-21 17:05:44
Header file coroutine/detail/push_coroutine_impl.hpp:98
callee_.ctx_ is valid
But then, library file coroutine/src/detail/coroutine_context.hpp:68
other.ctx_ is null
Yeah, callee_ has
sp, size, sctx={size,sp,valgrind_stack_id}, ctx_
But other has
sp, size, sctx={size,sp}, ctx_
That's the disconnect. Trying to figure out why 1.60 is not afflicted.
Jason