in reply to Re^4: Crash in stack_grow() with SQL::Abstract
in thread Crash in stack_grow() with SQL::Abstract
But this will still need at least 32Gb of virtual memory.my @ary; $ary[0xFF0000000 - 1] = 1;
Which makes me wonder whether the array in your bug report ever had that many elements - does the server have that much memory? If not, then perhaps the array isn't really that size? In which case, perhaps it is tied, but the FETCHSIZE() method is returning a rogue value? Or the array has got corrupted somehow.
Dave.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Crash in stack_grow() with SQL::Abstract
by Casey2255 (Initiate) on Jun 04, 2025 at 18:37 UTC |