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

Re: Subversion 1.4.0 Release Candidate 4 released

From: Sigfred HÃ¥versen <bsdlist_at_mumak.com>
Date: 2006-07-28 01:34:34 CEST

David Anderson wrote:
> I'm happy to announce Subversion 1.4.0 Release Candidate 4, available
> from:

Passes regression tests for [fsfs,bdb]x[svn,local]+python+perl on OpenBSD
on sparc64 and amd64.

There is a user report for the perl bindings that is reported this
spring that is present in this RC as well:

http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?full=yes&numbers=5071

$ cd tmp/
$ echo 'use SVN::Core;' > tmp.pl
$ echo 'print "Hello world!\n";' >> tmp.pl
$ perl tmp.pl
Hello world!
$ perl -c tmp.pl
tmp.pl syntax OK
Use of uninitialized value in string eq at /usr/local/libdata/perl5/site_perl/sparc64-openbsd/SVN/Core.pm line 410 during global destruction.
Segmentation fault (core dumped)
$

The code is below with the first if test beeing line 410:

sub DESTROY {
     return if $globaldestroy;
     my $self = shift;
     if ($$self eq $SVN::_Core::current_pool) {
         $SVN::_Core::current_pool = pop @POOLSTACK;
     }
     if (exists $WRAPPOOL{$self}) {
         delete $WRAPPOOL{$self};
     }
     else {
         apr_pool_destroy ($$self)
     }
}

/Sigfred

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 28 01:35:06 2006

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.