Boost logo

Boost :

From: Ben Hutchings (ben.hutchings_at_[hidden])
Date: 2004-09-20 10:25:21


Aleksey Gurtovoy <agurtovoy_at_[hidden]> wrote:
> Does anybody have any ideas what's up with this
> (http://tinyurl.com/6vecl):
>
> Linker output []:
> Chmod1
> ../bin/boost/libs/thread/test/test_tss.test/intel-8.0-linux/debug/
> threading-multi/test_tss
>
>
> Run output []:
>
> EXIT STATUS: 139
>
> ?
>
> All thread tests are failing in the similar manner. This is really
> unpleasant given that the library worked on Intel 8.0/Linux in 1.31.

Bits 0-6 are set to 11, indicating termination due to segment
violation.
Bit 7 is set to 1, indicating that a core dump was saved.
Bits 8-15 (normally the exit code) are set to 0 since the program
didn't exit.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk