[gstreamer-bugs] [Bug 351308] [netbuffer] build fails with gkt-doc critical warnings

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Aug 20 10:51:09 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=351308
 GStreamer | gst-plugins-base | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW
          Component|don't know                  |gst-plugins-base
            Summary|Gstreamer build fails with  |[netbuffer] build fails with
                   |gkt-doc critical warnings   |gkt-doc critical warnings




------- Comment #7 from Tim-Philipp Müller  2006-08-20 17:50 UTC -------
Can reproduce:

~/gst-plugins-base/docs/libs$ G_DEBUG=fatal_warnings gdb
./.libs/lt-gst-plugins-base-libs-scan
(gdb) run
Starting program:
/home/tim/gst-plugins-base/docs/libs/.libs/lt-gst-plugins-base-libs-scan
[Thread debugging using libthread_db enabled]

GLib-GObject-CRITICAL **: g_object_class_list_properties: assertion
`G_IS_OBJECT_CLASS (class)' failed
aborting...

Program received signal SIGABRT, Aborted.
[Switching to Thread -1213011744 (LWP 12331)]
0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7b589a1 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7b5a2b9 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb7c9d006 in IA__g_logv (log_domain=<value optimized out>,
log_level=G_LOG_LEVEL_CRITICAL, format=0xb7cc3d74 "%s: assertion `%s' failed",
    args1=0xbff9315c "�H���O��0\233��P") at gmessages.c:497
#4  0xb7c9d03a in IA__g_log (log_domain=0x0, log_level=0, format=0x0) at
gmessages.c:517
#5  0xb7c9d10a in IA__g_return_if_fail_warning (log_domain=0x0,
pretty_function=0xb7e748a4 "g_object_class_list_properties", expression=0x0) at
gmessages.c:532
#6  0xb7e4fdef in IA__g_object_class_list_properties (class=0x810ffe0,
n_properties_p=0xbff931f0) at gobject.c:444
#7  0x0804d132 in output_object_args ()
#8  0x0804aeec in output_args ()
#9  0x08049e38 in main ()
(gdb) frame 6
#6  0xb7e4fdef in IA__g_object_class_list_properties (class=0x810ffe0,
n_properties_p=0xbff931f0) at gobject.c:444
444     gobject.c: No such file or directory.
        in gobject.c
(gdb) print class
$1 = (GObjectClass *) 0x810ffe0
(gdb) print *class
$2 = {g_type_class = {g_type = 135325976}, construct_properties = 0xb7f529d7,
constructor = 0xb7f5298a <gst_netbuffer_finalize>, set_property = 0,
  get_property = 0, dispose = 0, finalize = 0, dispatch_properties_changed = 0,
notify = 0, pdummy = {0x121, 0x8083a98, 0x8051140, 0xb7e53a80, 0xb7f4f225,
    0xb7f4f2de, 0xb7ebe3a2, 0xb7f4e100}}
(gdb) call g_type_name (135325976)
$3 = 134736056
(gdb) print (gchar*) $3
$4 = 0x807e8b8 "GstNetBuffer"

GstNetBuffer derives from GstMiniObject not GObject. Should probably not be
scanned.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list