when this was happening to us, i believe we were getting memory corruption from DBI/DBD::Pg.
once we started being extremely careful to destroy our cached statement handles before the database handle, all sorts of things cleared up. i wasn't really paying attention to @ISA at the time, so i'm not sure if that was one of the things "fixed". you might want to look similarly hard at any XS-using module you have near the affected pages. -- - Gus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
