[Zope-dev] Zope dumping core
Dieter Maurer
dieter@handshake.de
Thu, 8 Feb 2001 21:33:43 +0100 (CET)
Dario Lopez-K=E4sten writes:
> I am runing zope 2.2.5 on a Solaris box, and it is dumping core (suspe=
ct:
> SQL MEthods with oracle, FTP server).
>=20
> I am using it in conjunction with oracle. Could this be the culprit?
We have had that behaviour when we used an old DCOracle
to connect to an Oracle 8.1.6 server:
The oracle client library cause a memory corruption
that brought our Zope down about every 5 to 10 minutes.
Our problem disappears after we installed a newer DCOracle.
Dieter