[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Assertion failure during update_tests.py 58 (XFAIL: update a nonexistent child of a copied dir)

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Wed, 2 Feb 2011 07:38:40 +0100

Johan,

On Tue, Feb 1, 2011 at 11:16 PM, Johan Corveleyn <jcorvel_at_gmail.com> wrote:

> On Tue, Feb 1, 2011 at 10:10 PM, Johan Corveleyn <jcorvel_at_gmail.com>
> wrote:
> > it continues until test nr 58, and then gives the popup.
> >
> > Hm, I'm confused. I guess I'm going to fire up my debugger and set a
> > breakpoint or something to see what happens and why ...
>
> Ok, I'm starting to understand. If I do this with a Debug build, it
> crashes without the popup. If I'm running the test with a Release
> build, it gives the annoying popup, blocking the rest of the test
> suite.
>
> Is it supposed to be that way? I guess I should just as well be able
> to run the full test suite, unattended, with a Release build, no?
>

The idea was that people who have Visual Studio installed might be more
interested in seeing the code resulting in a crash in their debugger than as
a textual stacktrace.

This choice is hardcoded in
subversion/libsvn_subr/win32_crashrpt.c:svn__unhandled_exception_filter
(lines 723-724).

I'm not against using SVN_DBG_STACKTRACES_TO_STDERR also as a flag to
trigger this, or add (yet) another flag.

regards,

Lieven
Received on 2011-02-02 07:39:39 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.