On Mon, 11 Sep 2000, [iso-8859-1] François Chenais wrote:

> Hello
> 
> I have a Segmentation fault error with mod perl !
> Any idea ?

> (gdb)  run /opt/apache/lib/perl/WCM.pl
> Starting program: /usr/bin/perl /opt/apache/lib/perl/WCM.pl
...
> Program received signal SIGSEGV, Segmentation fault.

that is not mod_perl, it's core dumping under your /usr/bin/perl

> #5  0x401b11f1 in ?? () from /opt/apache/lib/perl/PerlSWIP.so

no doubt some buggy xs code in this module.  if you have the sources,
add this to Makefile.PL:WriteMakefile (OPTIMIZE => '-g')
then the stacktrace will be more useful (my guess is that sv_setpv() is
pass a Nullsv).  if you're still stuck, [EMAIL PROTECTED] is the right
place for help.

  • SIGSEGV François Chenais
    • Doug MacEachern

Reply via email to