Re: Out Of memory Exception

From: Guillaume Cottenceau <gc(at)mnc(dot)ch>
To: Rajeshsundar Subramanian <Rajeshsundar(dot)Subramanian(at)defiance-tech(dot)com>
Cc: Maciek Sakrejda <msakrejda(at)truviso(dot)com>, "pgsql-jdbc\(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Out Of memory Exception
Date: 2010-12-07 09:59:30
Message-ID: 87d3pd52f1.fsf@meuh.mnc.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Maciek Sakrejda <msakrejda 'at' truviso.com> writes:

> 2. Although the driver, is involved, this does not look like an error
> in the driver. Is there something that makes you think that it is? If
> anything, this looks like a native code error (JRockit itself?) if
> this is indeed a memory access violation.

The PostgreSQL JDBC driver is written in pure Java, as far as I
know. So it cannot be guilty for a memory access violation or JVM
crash - it's either the JVM itself (albeit not probable at all)
or some native libraries in use..

--
Guillaume Cottenceau

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Werner Donné 2010-12-07 10:35:05 Re: binary data
Previous Message Maciek Sakrejda 2010-12-07 06:11:42 Re: Out Of memory Exception