Bug 1845 - GCJ does not correctly handle weak references being passed through the JNI layer in java-gnome
Summary: GCJ does not correctly handle weak references being passed through the JNI la...
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1839
  Show dependency treegraph
 
Reported: 2005-11-10 23:12 UTC by Adam Jocksch
Modified: 2006-11-28 16:43 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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