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 352753 - GStreamer: 64-bit test warnings in t/GstQuery.t ("GLib-GObject-CRITICAL")
GStreamer: 64-bit test warnings in t/GstQuery.t ("GLib-GObject-CRITICAL")
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on: 353121
Blocks:
 
 
Reported: 2006-08-24 22:53 UTC by Chris Weyl
Modified: 2006-08-29 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chris Weyl 2006-08-24 22:53:21 UTC
Make test produces, on a x86_64 system:

t/GstQuery..............ok 1/22GLib-GObject-CRITICAL **: g_value_get_double: assertion `G_VALUE_HOLDS_DOUBLE (value)' failed at t/GstQuery.t line 52.
GLib-GObject-CRITICAL **: g_value_get_int64: assertion `G_VALUE_HOLDS_INT64 (value)' failed at t/GstQuery.t line 52.
GLib-GObject-CRITICAL **: g_value_get_int64: assertion `G_VALUE_HOLDS_INT64 (value)' failed at t/GstQuery.t line 52.
t/GstQuery..............ok

This does not cause the tests in t/GstQuery.t to fail; but the rather strong warnings lead me to believe something "bad" is going on under the surface.
Comment 1 Torsten Schoenfeld 2006-08-27 18:19:11 UTC
Seeing this too.  Seems to be a bug in GStreamer itself: #353121.