-
Bug
-
Resolution: Fixed
-
P4
-
1.1.6, 1.2.0
-
1.1.6
-
x86
-
windows_nt
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2020322 | 1.2.0 | Deepa Viswanathan | P4 | Resolved | Fixed | 1.2beta4 |
Name: dm26566 Date: 04/29/98
First of all this bug applies to 1.1.6 not 1.1.5,
but your bugreport does not have this product in the drop down list yet.
when running java.exe with activated jit (as it is by default) the jit crashes when reading a double from the ResultSet (returned by a prior select). It is never the first double read, that causes the problem but one of the following (2nd or 3rd most of the time). Sometimes the first row, sometimes the second (one row has 3 doubles in that table).
The Application Error given by NT is:
'The instruction at 0x01f56711' referenced memory at '0x000000004'. The memory could not be read.
This happens even if asynchronous gc is switched off.
The program runs fine with the '-nojit' option.
System: NT4 Workstation, SQL Server Database, MDAC1.5 (ODBC-Driver 3.5.0303)
(Review ID: 29314)
======================================================================
- backported by
-
JDK-2020322 1.1.6 jit crashes when reading double from ResultSet
-
- Resolved
-