> Changing line 64 to:
>
> #elif defined(BOOST_HAS_SIGACTION) && !defined(__OpenBSD__)
>
> Does make the tests not hang any more.
>
> Instead it causes them to fail with core dumps, or perhaps that's a
success?

errors_handling_test supposed to cause FPE and crash in case if signal
handling is turned off.
I do not know about thread tests.

The problems with hanging tests may be related to the thread safety issues
discoverred by John. We may try to retry to use signal handling once I
address above issues.

> This includes both the "test" and "thread" hangs.

What about random?

Gennadiy.



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to