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

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
the following code in Perl

        use Carp;
        use SVN::Core;
        use SVN::Fs;
        use SVN::Repos;

        my $path = shift;

        croak "Repository path required.\n" unless $path;

        print "\nOpening repository: $path\n\n";
        my $repos = SVN::Repos::open($path);

When I try to step into the SVN::Repos::open() call, the debugger hangs,
so I'm having a hard time narrowing things down.

When building the bindings, everything passed and went well, I've had no
other problems I can think of.

Thanks in advance for any insight.

__________________
John Prystash x6469
Received on Tue Aug 21 15:43:07 2007

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.