Closed
Bug 159835
Opened 23 years ago
Closed 16 years ago
Applet causes hang and core dump
Categories
(Core Graveyard :: Java APIs for DOM, defect)
Tracking
(Not tracked)
People
(Reporter: noisefactor, Assigned: ashuk)
References
()
Details
This is a problematic applet that I've reported before,
but I could not find the original bug. (Sorry.) Anyway,
it's been in the pipeline for repair for about 2 years
now with no success. The Moz.1.1beta with the latest
Java2 code is causing the same type crash as before.
The Java source is available here:
http://artcontext.org/remote/javasrc/plane.java
Crashed on linux for me too. This is the dump on console
Warning: Cannot convert string "<Key>Escape,_Key_Cancel" to type VirtualBinding
Warning: Cannot convert string "<Key>Home,_Key_Begin" to type VirtualBinding
Warning: Cannot convert string "<Key>F1,_Key_Help" to type VirtualBinding
Warning: Cannot convert string "Shift<Key>F10,_Key_Menu" to type VirtualBinding
Warning: Cannot convert string "<Key>F10,Shift_Key_Menu" to type VirtualBinding
Warning: Cannot convert string "<Key>KP_Enter,_Key_Execute" to type VirtualBinding
Warning: Cannot convert string "Alt<Key>Return,Alt_Key_KP_Enter" to type
VirtualBinding
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 8 occurred at PC=0x40423ee3
Function name=createMonoImageBuf
Library=/usr/local/jdk1.3.1_02/jre/lib/i386/libawt.so
Current Java thread:
at sun.awt.motif.X11Graphics.X11getMonoImageData(Native Method)
at sun.awt.motif.X11Graphics.getMonoImageData(X11Graphics.java:811)
at sun.awt.motif.X11Graphics.drawString(X11Graphics.java:964)
at
sun.java2d.loops.RasterOutputManager.drawString(RasterOutputManager.java:2917)
at sun.java2d.pipe.ValidatePipe.drawString(ValidatePipe.java:120)
at sun.java2d.SunGraphics2D.drawString(SunGraphics2D.java:2245)
at prodLine.run(plane.java:233)
Dynamic libraries:
.ca54395 /usr/lib/gconv/gconv-modules.ca54395
/usr/lib/gconv/gconv-modules.ca54395 /usr/lib/gconv/gconv-modules.cache
Local Time = Sun Jul 28 16:52:33 2002
Elapsed Time = 13
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1_02-b02 mixed mode)
#
# An error report file has been saved as hs_err_pid664.log.
# Please refer to the file for further information.
#
INTERNAL ERROR on Browser End: Pipe closed during read? State may be corrupt
System error?:: Success
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 3•23 years ago
|
||
this bug should be merged with 58027
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•