Boost logo

Boost Testing :

From: David Deakins (ddeakins_at_[hidden])
Date: 2007-10-18 11:58:33


JOAQUIN LOPEZ MU?Z wrote:
> Hello, the aforementioned configuration and lib seem to be failing
> at Boost.MultiIndex test test_key_extractors, but the run-time output
> is little helpful (http://tinyurl.com/28qsa7 ):
>
> [...]
> Run [2007-10-13 19:51:58 UTC]: fail
> Running 1 test case...
>
> EXIT STATUS: -1073741571
>
> Maybe the maintainer of VeecoFTC can manually run the offending
> test and report at least what the error actually is (a crash I guess)
> and at which code line it is showing?
>

I got a chance to look into this failure and the problem was a stack
fault. Apparently the test_key_extractors function was overflowing the
default 64K stack. I increased the stack size to 128K and the test
completed successfully.

-Dave


Boost-testing list run by mbergal at meta-comm.com