|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: (no subject)
Date: Apr 6 2001 2:29PM
WILLETT, Mike, FM writes:
> Hi,
>
> I'm having a problem with Perl core dumping when accessing
> data comming back from a ct_fetch(). The problem seems to
> occur when the UseNumeric attribute is set to 1.
>
> The core dumping is eratic and moves as debugging messages are
> inserted so is difficult to find.
>
> Basically the code looks like this (I've extracted what I think
> are relevent lines)
>
> while ($dat = $db->ct_fetch(0,1))
> {
> push (@data, [ @$dat ]);
> }
> push (@adata, \@data);
>
> The code is widely used and will be hard to get rid of the UseNumeric.
>
> Does anyone have any advice ?
Would it be possible for you to create a minimal script that
illustrates the problem, and then send me the script, the table
definitions and some sample data.
It's probably a simple problem, but without a test case it's kinda
hard to figure out...
Thanks,
Michael
--
Michael Peppler - Data Migrations Inc. - mpeppler@peppler.org
http://www.mbay.net/~mpeppler - mpeppler@mbay.net
International Sybase User Group - http://www.isug.com
Sybase on Linux mailing list: ase-linux-list@isug.com
|