You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Eric Johnson <er...@tibco.com> on 2014/10/31 00:49:11 UTC

Getting a segmentation fault with the Perl bindings....

I'm getting a segmentation fault with the Perl bindings for Subversion.

Running Perl with the -d option, I step through my program, and all works -
until the very end:

SVN::Core::CODE(0x10962c0)(/usr/lib64/perl5/vendor_perl/5.18.2/x86_64-linux/SVN/Core.pm:58):

58:     SVN::_Core::apr_terminate();

  DB<2> *s*

Segmentation fault

Is my Perl script doing something wrong? Should I rebuild something (Gentoo
system)?

Thanks!

Eric