Bug 704750 - [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)
Summary: [abrt] java-1.6.0-openjdk-devel-1:1.6.0.0-52.1.9.7.fc14: os::print_location: ...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: java-1.6.0-openjdk
Version: 14
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Deepak Bhole
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:3963b20daf048a937d21aec0ac2...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-05-14 16:11 UTC by Michael
Modified: 2011-08-18 17:48 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-18 17:48:19 UTC
Type: ---


Attachments (Terms of Use)
File: backtrace (36.31 KB, text/plain)
2011-05-14 16:11 UTC, Michael
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.