Re: DBD-Pg Segmentation Fault

2001-10-09 Thread Matt Nelson
Does this always fail at the same iteration? If there are no changes to the perl script, yes. If I add code to the script, for example, a line to print the DBD-Pg version, the script fails a few iterations sooner (16 in this case). Can you alter the failure point by adjusting ulimit up or

Re: DBD-Pg Segmentation Fault

2001-10-08 Thread Alex Pilosov
Result here: (I put iteration number in output) 55361 55362 55363 55364 55365 Out of memory! Out of memory! Callback called exit. Out of memory! I'm using a bit old copy of DBD::Pg, but I don't think it makes a difference. Please check that you have ample memory, and no ulimit in effect when

DBD-Pg Segmentation Fault

2001-10-06 Thread Matt Nelson
I have come up with a small perl script which consistently causes a segmentation fault using DBD-Pg. I have included it below, along with collected version information. - Matt PS - The DBD-Pg README has an invalid email address for bug reports PPS - http://dbi.symbolstone.org/index.html has