Subject: | segmentation fault with Lingua::LinkParser |
This is Lingua::LinkParser version 1.09 with link-4.1b.
I have the distribution directory at /home/greg/link-4.1b, and
making Lingua::LinkParser proceeds OK.
I just get this message:
gcc -c -L/home/greg/link-4.1b/obj -I/home/greg/link-4.1b/include
-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe
-march=i386 -mcpu=i686 -DVERSION=\"1.09\" -DXS_VERSION=\"1.09\"
-fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"
LinkParser.c In file included from
/home/greg/link-4.1b/include/link-includes.h:21,
from LinkParser.xs:5:
/home/greg/link-4.1b/include/structures.h:94:1: warning: "assert"
redefined In file included from LinkParser.xs:2:
/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE/perl.h:2772:1:
warning: this is the location of the previous definition
But this program:
#!/usr/bin/perl
use Lingua::LinkParser;
my $parser = Lingua::LinkParser->new;
causes a segmentation fault.
This is on fedora core 2 with perl-5.8.3.