← Back to team overview

openjdk team mailing list archive

[Bug 916673] [NEW] On Screen Window Crash

 

Public bug reported:

Here is a simple command I am trying to run in my console window

public class TestingActivity extends Activity {
   public static void main(String[] args){
	   System.out.println("Test");
   }
}


When I ask it to run (and have it print to console window), I get the following error:

 A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (classFileParser.cpp:3494), pid=8078, tid=3078454128
#  Error: ShouldNotReachHere()
#
# JRE version: 6.0_22-b22
# Java VM: OpenJDK Server VM (20.0-b11 mixed mode linux-x86 )
# Derivative: IcedTea6 1.10.4
# Distribution: Ubuntu 11.04, package 6b22-1.10.4-0ubuntu1~11.04.1
# An error report file with more information is saved as:
# /home/steve/workspace/Testing/hs_err_pid8078.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 can actually run the emulator, just cant get it to work directly to console screen.  

I am running Ubuntu 11.04, with Eclipse indigo

Thanks for any help

** 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/916673

Title:
  On Screen Window Crash

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

Bug description:
  Here is a simple command I am trying to run in my console window

  public class TestingActivity extends Activity {
     public static void main(String[] args){
  	   System.out.println("Test");
     }
  }

  
  When I ask it to run (and have it print to console window), I get the following error:

   A fatal error has been detected by the Java Runtime Environment:
  #
  #  Internal Error (classFileParser.cpp:3494), pid=8078, tid=3078454128
  #  Error: ShouldNotReachHere()
  #
  # JRE version: 6.0_22-b22
  # Java VM: OpenJDK Server VM (20.0-b11 mixed mode linux-x86 )
  # Derivative: IcedTea6 1.10.4
  # Distribution: Ubuntu 11.04, package 6b22-1.10.4-0ubuntu1~11.04.1
  # An error report file with more information is saved as:
  # /home/steve/workspace/Testing/hs_err_pid8078.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 can actually run the emulator, just cant get it to work directly to console screen.  

  I am running Ubuntu 11.04, with Eclipse indigo

  Thanks for any help

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/916673/+subscriptions



Follow ups

References