$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [fiber] pooled_fixedsize_stack
From: DePizzottri (depizzottri_at_[hidden])
Date: 2017-09-13 11:44:29
Hi,
I'm trying to replace fixedsize_stack with pooled_fixedsize_stack in my
application witch spawns many fibers to reduce allocations, and got random
crashes.
For reproduction it is enough to replace fixedsize_stack with
pooled_fixedsize_stack in performance\fiber\skynet_stealing_detach.cpp.
Playing with stack size parameter does not help.
Can anyone give some tip how to use pooled stack with fiber correctly?
-- Sent from: http://boost.2283326.n4.nabble.com/Boost-Users-f2553780.html