[Bug 704801] Segfault in gst_value_deserialize

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 24 04:48:37 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=704801
  GStreamer | gstreamer (core) | unspecified

--- Comment #1 from Tim 'mithro' Ansell <gnome at mithis.com> 2013-07-24 11:48:33 UTC ---
Problem line is
    len = gst_value_table->len;

Looks like gst_value_table is null?

(gdb) p src
$1 = (const gchar *) 0xb513c0 "10/1"
(gdb) p dest
$2 = (GValue *) 0x7fffffffd3d8
(gdb) p *dest
$3 = {g_type = 196, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0,
v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, 
    {v_int = 1, v_uint = 1, v_long = 1, v_ulong = 1, v_int64 = 1, v_uint64 = 1,
v_float = 1.40129846e-45, v_double = 4.9406564584124654e-324, 
      v_pointer = 0x1}}}
(gdb) p gst_value_table
$4 = (GArray *) 0x0

-- 
Configure bugmail: https://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