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

Re: svn commit: r31005 - branches/1.5.x

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Sat, 03 May 2008 15:09:17 -0400

John Peacock wrote:
> Is no one else seeing a weird binding test failure with the Perl
> bindings, specifically with t/3client.t?

FWIW, a binary search of the 3client.t file itsels reveals it is this test that
is causing the failure to be thrown (even though the *test* itself passes):

isa_ok($ctx->info("$wcpath/dir1/newxyz", undef, 'WORKING', sub {}, 0),
        '_p_svn_error_t',
        'info should return _p_svn_error_t for a nonexistent file');

If I comment out that line, everything else passes and the library shutdown code
doesn't freak out.

Running under gdb does not show a segfault or anything untoward. So it appears
that some error is propagating out and not being captured by the normal binding
code (the return code as reported by gdb was 0377). I'm trying to get something
useful out of valgrind, to see if is a real leak, but I need to cut down the
test further...

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-03 21:09:40 CEST

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.