Bug 220274

Summary: FindClass JNI failure crashes JVM
Product: [Fedora] Fedora Reporter: Anthony Green <green>
Component: libgtk-javaAssignee: Stepan Kasal <kasal>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-06 14:25:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 212811    
Attachments:
Description Flags
Patch for more info none

Description Anthony Green 2006-12-20 01:54:05 UTC
Description of problem:
org_gnu_glib_GObject.c uses FindClass to get GObject.  When I run azureus with
the Sun JVM, this FindClass call returns null.  I'll attach a messy patch to
this bugzilla that shows how it is failing and throws an exception.
I haven't reproduced this with gcj because when I run azureus with the same
code we don't execute the code path that has us FindClass.  See Bug 212811
for more info.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Anthony Green 2006-12-20 01:54:05 UTC
Created attachment 144071 [details]
Patch for more info

Comment 2 Stepan Kasal 2007-11-06 14:25:45 UTC
This seems to be fixed in Fedora 8, azureus runs.