After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 316764 - initMemoryManagement is not being called from the correct place.
initMemoryManagement is not being called from the correct place.
Status: VERIFIED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
mainline
Other Linux
: High critical
: ---
Assigned To: Ismael Juma
Ismael Juma
Depends on:
Blocks:
 
 
Reported: 2005-09-20 08:31 UTC by Ismael Juma
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Ismael Juma 2005-09-20 08:31:51 UTC
Distribution/Version: Fedora Core 4

initMemoryManagement initialises the struct_hash and it should be called from
the MemStruct and Boxed static initializers instead of the GObject static
initializer. As it is, things will not work correctly if a Boxed is created
before a GObject.
Comment 1 Ismael Juma 2005-09-25 11:32:14 UTC
Fixed in CVS HEAD.