Perl bindings: SVN::Repos::open() seg fault
From: Prystash,John <prystasj_at_oclc.org>
Date: 2007-08-21 15:45:25 CEST
Hey Everyone, I'm getting a segmentation fault when attempting to run
use Carp;
my $path = shift;
croak "Repository path required.\n" unless $path;
print "\nOpening repository: $path\n\n";
When I try to step into the SVN::Repos::open() call, the debugger hangs,
When building the bindings, everything passed and went well, I've had no
Thanks in advance for any insight.
__________________
|
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.