JDK-7133423 : [macosx] SIGSEGV from JVM crash at sun.util.calendar.ZoneInfo.getOffsets(J[II)I
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 7u4
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-01-25
  • Updated: 2012-02-02
  • Resolved: 2012-02-02
Description
From http://java.net/jira/browse/MACOSX_PORT-521

Appears to be almost identical to http://java.net/jira/browse/MACOSX_PORT-128
Except a SIGSEGV instead of SIGBUS and from Calendar and not GregorianCalendar.

[java] #
[java] # A fatal error has been detected by the Java Runtime Environment:
[java] #
[java] # SIGSEGV (0xb) at pc=024f00ec, pid=313, tid=2953654272
[java] #
[java] # JRE version: 7.0-b211
[java] # Java VM: OpenJDK Server VM (21.0-b17 mixed mode bsd-x86 )
[java] # Problematic frame:
[java] # J sun.util.calendar.ZoneInfo.getOffsets(J[II)I
[java] #

Error log at http://java.net/jira/browse/MACOSX_PORT-521
Refer tohttp://java.net/jira/browse/MACOSX_PORT-128 for test case

Comments
EVALUATION I changed the test program to iterate 1 B times. Tried it with a few different time zones and locales. The symptom was never reproducible with 7u4 b226.
02-02-2012

EVALUATION Is the symptom reproducible in interpreted mode?
27-01-2012