Itanium could be a 32/64 bit problem
did you compiled all your code useing 32 bit libs?
----- Original Message -----
From: "Robert Hicks" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, July 20, 2007 8:03 AM
Subject: [DBD::Oracle] Familiar error to someone?
We have a mixed C/Perl/XS application that we are moving to the Itanium.
After we compile everything and start it up after every SELECT statment
we are getting:
***glibc detected *** free(): invalid next size(fast): <memory hex
given> ***
Aborted
We are using:
HP rx2620 with Itanium processors
Perl 5.6.2
DBD::Oracle 1.17
DBI 1.56
Should we move up to the latest DBD::Oracle to fix? This doesn't happen
on the PA-RISC box running DBI 1.14 with the same version DBD::Oracle.
Robert