Re: [sword-devel] Segmentation fault in Perl bindings.

2013-08-13 Thread Mark Trompell
Adding some more details: main::(Perlbindingstest.pl:4): my $mgr = new Sword::SWMgr(); DB1 l 4==my $mgr = new Sword::SWMgr(); 5: my $neu = $mgr-getModule(GerNeUe); 6: my $key = new Sword::SWKey(Genesis 1:1); 7: $neu-setKey($key); 8: print $neu-renderText(),\n; DB1 n

Re: [sword-devel] Segmentation fault in Perl bindings.

2013-08-13 Thread Greg Hellings
I have committed two fixes to Perl: One fixes the intermittent builds that I was experiencing. It turns out that CMake and Swig were both generating files named 'Makefile' in the build directory. Now the Perl files generate Makefile.perlswig instead. The other fixes the seg fault on exit that was