$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Aborting on Boost.Test check failure
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2012-03-05 18:03:37
Jeremiah Willcock <jewillco <at> osl.iu.edu> writes:
> The auto_start_dbg
> option didn't seem to work; it appears that option will only catch system
> errors, not test failures (at least from what I read in the
> documentation).
Yes. auto_start_dbg will attach debugger at the point where SIGSEGV like event
occurs.
Gennadiy