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 745823 - g_object_new: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
g_object_new: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
Status: RESOLVED OBSOLETE
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-03-07 22:03 UTC by Magdalen Berns (irc magpie)
Modified: 2015-06-03 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to address problem (4.84 KB, patch)
2015-03-08 17:59 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-03-07 22:03:30 UTC
This seems to happen when called in jaw_impl_get_instance. I believe this is caused by initialising a gint variable from a call to a guint function.
Comment 1 Magdalen Berns (irc magpie) 2015-03-08 17:59:46 UTC
Created attachment 298822 [details] [review]
Patch to address problem