Boost logo

Boost :

From: Jonathan Wakely (cow_at_[hidden])
Date: 2004-07-21 10:43:52


On Wed, Jul 21, 2004 at 04:30:12PM +0100, John Maddock wrote:

> > Chmod1
> >
> ../bin/boost/libs/thread/test/test_barrier.test/intel-8.0-linux/debug/thread
> ing-multi/test_barrier
> >
> > Run output:
> >
> > EXIT STATUS: 139
> > </quote>
> >
> > Every test failing with the same error indicates a fundamental problem,
> > but since I don't have access to the compiler or OS, I have no way of
> > troubleshooting the problem. Any help would be appreciated.
>
> There's something wrong with that machine IMO: the regex, python and even
> the config_test tests all fail for the same reason - if someone could figure
> out what error 139 is we might have a chance.

If a program exits with a signal SIG it will return 128+SIG to the shell.

139 - 128 = 11 = SIGSEGV = segfault

-- 
"You can have my encryption algorithm, I thought to myself,
 when you pry my cold dead fingers from its private key."
	- Decrypting the Puzzle Palace, John Perry Barlow

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