JDK-5096514 : Hotspot error log generated while running ImageIO test
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_sun
  • CPU: x86
  • Submitted: 2004-09-03
  • Updated: 2004-09-03
  • Resolved: 2004-09-03
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
Build tested: 
PIT build "2d.pit-jcg-sparc-01-2004-08-27.mustang"
"2d.pit-jcg-sparc-01-2004-09-02.mustang.pit"
tiger b63, mustang b02

Platform: Cinnarbar

The following tests generated hotspot error

TEST Testcase ReadListenerTest 1/32 1/32 FAIL
TEST Testcase ReadListenerCrashTest 2/32 2/32 FAIL
TEST Testcase WriteListenerCrashTest 3/32 3/32 FAIL

The test cases are failing with the following Hotspot error:

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x4de431f0, pid=24442, tid=1024
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-beta-b02 mixed mode)
# Problematic frame:
# C  [libjpeg.so+0x61f0]  Java_com_sun_imageio_plugins_jpeg_JPEGImageWriter_writeImage+0xbd0
#

two different log files are attached.

This is not PIT regression, also reproducible in Tiger b63 and Mustang b02.

###@###.### 2004-09-02

Comments
EVALUATION The tests given in the description are failing since 1.4 and bugs have been filed against them already. ReadListenerTest fails due to the following bug: 4892259: ImageReader does not call passComplete in IIOReadUpdateListener ReadListenerCrashTest fails due to the following bug: 4874601: Calling reader.reset() inside the listener methods causes VM Crash WriteListenerCrashTest fails due to the following bug: 4874501: VM crashes when writer.dispose() is called within imageProgress() method ###@###.### 2004-09-03 I'm closing this bug as a dup of the first bug. ###@###.### 2004-09-03
03-09-2004