Re: [perl #30241] t/pmc/fixedfloatarray.t SEGV on x86 Linux

2004-06-12 Thread Matt Fowles
Nick~ Doh! Damn you, copy and paste! Nice catch, don't know why it passed on my debian box... But this is why we have tests I suppose... Thanks, Matt Nicholas Clark wrote: On Sat, Jun 12, 2004 at 11:32:16PM +0100, Nicholas Clark wrote: Er, oops. OS X wasn't uptodate. Test 8 crashes. Will th

Re: [perl #30241] t/pmc/fixedfloatarray.t SEGV on x86 Linux

2004-06-12 Thread Nicholas Clark
On Sat, Jun 12, 2004 at 11:32:16PM +0100, Nicholas Clark wrote: > Er, oops. OS X wasn't uptodate. Test 8 crashes. Will the guard malloc I get > further: > > (gdb) print data[512] > Cannot access memory at address 0xb30a3000 > (gdb) where > #0 0x001b6004 in Parrot_FixedFloatArray_set_number_keyed

Re: [perl #30241] t/pmc/fixedfloatarray.t SEGV on x86 Linux

2004-06-12 Thread Nicholas Clark
On Sat, Jun 12, 2004 at 02:57:18PM -0700, Nicholas Clark wrote: > I suspect a memory corruption bug, as it it doesn't look like the specific > arguments to this malloc are bogus. I can't recreate this problem at all > on x86 FreeBSD or on OS X. I find the x86 FreeBSD non-recreatability > surprisin