in reply to RE (tilly) 2 (you got it!): Core Dumping with Arrays
in thread Core Dumping with Arrays
I not sure if it has anything to do with it, but there is a bug where if perl tries to create an array of a certain range of very large sizes, it core dumps instead of a nice 'Out of memory' error. You can search p5p for 'pseudohash' because at first I thought it had to do with pseudo hash arrays, but later found it could happen with any array.