Subject | Re[2]: [Firebird-Java] JVM crashes from exception in JDBC driver |
---|---|
Author | Nickolay Samofatov |
Post date | 2003-10-02T14:19:45Z |
Hello, Kenneth,
(and this too) this may be only JVM bug.
Try to change JVM vendor or play with various Sun JRE options (-client,
-Xint, etc). Our testing of JDK 1.3.1 demonstrated that Sun -server VM
was unusable at least on Linux and Windows platforms (unbounded memory
consumption, reproducable object data corruption, JVM crashes).
Switching to -client VM on all our servers cured the problems.
--
Nickolay Samofatov mailto:skidder@...
> Hi RyanWhen JVM crashes (I've seen a lot of this) or corrupts object data
> The crash happens fairly frequent...about once a day or once
> every 2 days, and it always happens at the same place.
> (Attached are the logs files for 2 crashes)
> Having the exception from java.lang.System.arraycopy
> indicates that this is a JVM error.
> But since arraycopy is called by FBBlob$FBBlobOutputStream.write ...
> it could also be non-JVM errors.
(and this too) this may be only JVM bug.
Try to change JVM vendor or play with various Sun JRE options (-client,
-Xint, etc). Our testing of JDK 1.3.1 demonstrated that Sun -server VM
was unusable at least on Linux and Windows platforms (unbounded memory
consumption, reproducable object data corruption, JVM crashes).
Switching to -client VM on all our servers cured the problems.
--
Nickolay Samofatov mailto:skidder@...