
22 Mar
2011
22 Mar
'11
4:02 p.m.
Am 21.03.2011 21:02, schrieb Artyom:
a) (BIG ONE) The shared object link using fcontext crashes!
Using boost_1_46_0
Building boost_context:
bjam toolset=gcc context-impl=asm architecture=x86 instruction-set=native address-model=64 --with-context variant=release stage
Then I compile example link.cpp
Run it
It crashes!
the assembler file was missing the .type directive. I've appended the corrected version - it should replace libs/context/src/asm/fcontext_x86_64_sysv_elf_gas.S. (alternatively git://git.gitorious.org/boost-dev/boost-dev.git) recompiling the lib should fix the problem. regards, Oliver