-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.1.6
-
x86
-
windows_nt
Name: tb29552 Date: 06/25/98
Take a look at the Swing Notepad eample. Try to open
a file and it will crash. Run Java with
-nojit and it works. Line it crashes on is
while ((nch = in.read(buff, 0, buff.length)) != -1)
'in.read' divebombs badly.
This is part of the FileLoader...
Note: If I debug through this code (stepwise) using Kawa,
it does not crash!
(Review ID: 30366)
======================================================================
- duplicates
-
JDK-4147220 Problem opening a file
-
- Resolved
-
- relates to
-
JDK-4140664 The instruction at "0x01f41daf" referenced memory at "0x00000014"
-
- Closed
-