← Back to team overview

openjdk team mailing list archive

[Bug 787136] [NEW] Fatal error during memory stress test

 

Public bug reported:

I'm trying to stress the JVM to see how many items I can allocate with a
LinkedList, and I've managed to crash it. The error is:

java.lang.OutOfMemoryError 
 - klass: 'java/lang/OutOfMemoryError'
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (exceptions.cpp:397), pid=24775, tid=1846856560
#  fatal error: ExceptionMark destructor expects no pending exceptions
#
# JRE version: 6.0_22-b22
# Java VM: OpenJDK Server VM (20.0-b11 mixed mode linux-x86 )
# Derivative: IcedTea6 1.10.1
# Distribution: Ubuntu Natty (development branch), package 6b22-1.10.1-0ubuntu1
# An error report file with more information is saved as:
# /home/cdman/workspace/SlabList/hs_err_pid24775.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#

I've attached pid log file and the test program.

** Affects: openjdk-6 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in Ubuntu.
https://bugs.launchpad.net/bugs/787136

Title:
  Fatal error during memory stress test

Status in “openjdk-6” package in Ubuntu:
  New

Bug description:
  I'm trying to stress the JVM to see how many items I can allocate with
  a LinkedList, and I've managed to crash it. The error is:

  java.lang.OutOfMemoryError 
   - klass: 'java/lang/OutOfMemoryError'
  #
  # A fatal error has been detected by the Java Runtime Environment:
  #
  #  Internal Error (exceptions.cpp:397), pid=24775, tid=1846856560
  #  fatal error: ExceptionMark destructor expects no pending exceptions
  #
  # JRE version: 6.0_22-b22
  # Java VM: OpenJDK Server VM (20.0-b11 mixed mode linux-x86 )
  # Derivative: IcedTea6 1.10.1
  # Distribution: Ubuntu Natty (development branch), package 6b22-1.10.1-0ubuntu1
  # An error report file with more information is saved as:
  # /home/cdman/workspace/SlabList/hs_err_pid24775.log
  #
  # If you would like to submit a bug report, please include
  # instructions how to reproduce the bug and visit:
  #   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
  #

  I've attached pid log file and the test program.



Follow ups

References