Shark sun.nio.cs.UTF_8$Encoder::encodeArrayLoop throw unhandled signal 4 error on ARM

Bin Lan Bin.Lan at windriver.com
Mon Aug 16 19:03:41 PDT 2010


Testcase:

public class HelloLoop {

	public static void main(String[] args)  {
		
		HelloLoop hello=new HelloLoop();
		hello.printOut();
        }
	
	private void printOut()
	{
        for(int i=0;i<20000;i++)
		{
        	System.out.println("hello world "+i);
		}
	}
}
ENV:  
   Hardware: Mindspeed C100
   OS:  embed Linux 

How to reproduce:
  root at comcerto100:/root> java -XX:+SharkTraceInstalls  HelloLoop 
  hello world 0
hello world 1
hello world 2
hello world 3
hello world 4
hello world 5
hello world 6
hello world 7
hello world 8
hello world 9
...
hello world 10305
hello world 10306
hello world 10307
hello world 10308
 [0x43662010-0x43662f6c): sun.nio.cs.UTF_8$Encoder::encodeArrayLoop
(3932 bytes code)
hello world 10309#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (os_linux_zero.cpp:236), pid=1729, tid=1086248080
#  Error: caught unhandled signal 4
#
# JRE version: 6.0_18-b18
# Java VM: OpenJDK Shark VM (14.0-b16 mixed mode linux-arm )
# Derivative: IcedTea6 1.8
# Distribution: Ubuntu 9.10, package fedora-36.b18-arm
# An error report file with more information is saved as:
# /root/hs_err_pid1729.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
Aborted

The attachment file is the log.

//////////////////////////////////////////////////////////////////////

I found a same bug
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=319 , the bug was
fixed. But I don't know why the bug occurred?

Does anyone can help me solve the issue or some suggestion? I appreciate
for your help.

B.R


-------------- next part --------------
A non-text attachment was scrubbed...
Name: hs_err_pid1729.log
Type: text/x-log
Size: 25555 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20100817/ad2d8f26/hs_err_pid1729.log 


More information about the distro-pkg-dev mailing list