
11 Sep
2012
11 Sep
'12
10:34 a.m.
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