$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [context] Linux x64 / printf
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2012-09-11 06:34:46
> >>          fc1.fc_stack.base = alloc1.allocate(ctx::minimum_stacksize());
> >
> > maybe your stacksize is too small - use for instance default_stacksize()
> 
> Somewhat off-topic, but does Boost.Context support specifying automatic 
> stack growth as supported by Linux?
yes, it is planed. gcc supports split-stacks. unfortunately this feature requires the gold linker..
Oliver