Hi all, I am having a problem with a mod perl web application that I have tracked down to a segmentation fault thrown when calling fetchrow_hashref.
The error only occurs when fetching rows from the database that have columns containing data of type integer[] ie. array data. If I clear the data from the column then the segfault doesn't happen. I have checked multiple records so I am sure that it is not a isolated error. The relevant versions of stuff: OS: Fedora Core 3 Apache 1.3.34 Mod Perl 1.29 Postgres 7.4.11 (yum installed) perl-DBD-Pg 1.31-6 (yum installed) perl-DBI 1.40-6.fc3 (yum installed) Everything was running fine under RH 8 and Postgres 7.3 but unfortunately there is no longer any way back to that safe old haven for this particular system. Any help is greatly appreciated. Rick Hawkins -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 267.15.3/254 - Release Date: 02/08/2006
