Re: Segfault in Inline code

2003-09-24 Thread Ovid
--- Peter Sinnott <[EMAIL PROTECTED]> wrote: > The problem seems to be that looks_like_number is expecting > a SV* but you are passing a char*. Not really sure why > char* works some time. If you clean out your _Inline > directory and run the script perl -MInline=NOISY script.pl > then you will see

Re: Segfault in Inline code

2003-09-24 Thread Peter Sinnott
On Tue, Sep 23, 2003 at 01:14:54PM -0700, Ovid wrote: > Hi all, > > For the life of me, I can't figure out how I am segfaulting. The following is a > minimal test > case. I think something's not getting initialized and thus causing some problem > with memory, but > I can't tell what it is. >

Segfault in Inline code

2003-09-23 Thread Ovid
Hi all, For the life of me, I can't figure out how I am segfaulting. The following is a minimal test case. I think something's not getting initialized and thus causing some problem with memory, but I can't tell what it is. Output from the command line resembles: Index = 0. String is 1. V