Bug 1845

Summary: GCJ does not correctly handle weak references being passed through the JNI layer in java-gnome
Product: frysk Reporter: Adam Jocksch <ajocksch>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1839    

Description Adam Jocksch 2005-11-10 23:12:32 UTC
When weak refs are passed through the JNI layer in java-gnome, this results in
NPEs being thrown in situations where this is not physically possible (i.e.
there is an assert != NULL before the function returns, yet the function returns
NULL)
Comment 1 Adam Jocksch 2005-12-08 00:05:35 UTC
There is a fix pending for this upstream, and will hopefully soon be upstream
and available