Bug 704750

Summary: [abrt] java-1.6.0-openjdk-devel-1:1.6.0.0-52.1.9.7.fc14: os::print_location: Process /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java was killed by signal 11 (SIGSEGV)
Product: [Fedora] Fedora Reporter: Michael <midnighterdev>
Component: java-1.6.0-openjdkAssignee: Deepak Bhole <dbhole>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: ahughes, dbhole, jvanek, lkundrak, mjw, mmatejov, omajid
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:3963b20daf048a937d21aec0ac2e146282ec6886
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-18 17:48:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace none

Description Michael 2011-05-14 16:11:24 UTC
abrt version: 1.1.18
architecture: x86_64
Attached file: backtrace, 37181 bytes
cmdline: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java -Dfile.encoding=UTF-8 -classpath /home/midnighter/workspace/test-j/bin CharacterTest
component: java-1.6.0-openjdk
Attached file: coredump, 2560000 bytes
crash_function: os::print_location
executable: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java
kernel: 2.6.35.13-91.fc14.x86_64
package: java-1.6.0-openjdk-devel-1:1.6.0.0-52.1.9.7.fc14
rating: 4
reason: Process /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/bin/java was killed by signal 11 (SIGSEGV)
release: Fedora release 14 (Laughlin)
time: 1305388000
uid: 500

How to reproduce
-----
1. Start Eclipse
2. make java project
3. run code

class CharacterTest {
	public static void main(String[] args) {
		char ch ='A';
		Character c1 = new Character(ch);
		System.out.println(Character.isUpperCase(ch) );
	}
}

Comment 1 Michael 2011-05-14 16:11:40 UTC
Created attachment 498933 [details]
File: backtrace

Comment 2 Michael 2011-08-18 17:47:50 UTC
Close, now I don`t have this problem