|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: Problem with sybperl
Date: Jun 19 2002 5:14PM
On Wed, 2002-06-19 at 09:55, Sabherwal, Balvinder (MBS) wrote:
> Guru's
>
> I just installed Active Perl on a Solaris 5.6 box. I was able to do a make
> on sybperl 2.14 and it didn't gave any error during the compile time. Now I
> am trying to run a script and it core dumps everytime I execute the script.
>
> Any ideas as what can do to fix this??
Off hand it's hard to say what could be wrong.
If you have a debugger installed (gdb or dbx) it may help to get a stack
trace. In gdb:
prompt> gdb `which perl` core
(gdb) bt
This will normally list where the segmentation fault occured, and the
call stack.
Michael
--
Michael Peppler / mpeppler@peppler.org / http://www.mbay.net/~mpeppler
mpeppler@zetatools.com / ZetaTools, Inc / http://www.zetatools.com
ZetaTools: Call perl functions as Sybase stored procedures!
|