|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: RE: Problem with sybperl
Date: Jun 19 2002 5:40PM
On Wed, 2002-06-19 at 10:27, Sabherwal, Balvinder (MBS) wrote:
>
> >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.
>
> tried gdb but it doesn't recognizes the format of the core file and I do not
> have the dbx. any thing else I can try??
Hmmm - that probably means that the gdb binary is too old for your
platform.
Try downloading a more recent one from www.sunfreeware.com
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!
|