[Bug 664362] New: Using Gst.Message methos results in segmentation fault

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 18 17:55:13 PST 2011


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

           Summary: Using Gst.Message methos results in segmentation fault
    Classification: Platform
           Product: GStreamer
           Version: 0.10.35
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bmh1980de at googlemail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=201691)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=201691)
example script

If I'm trying to use methods or attributes of Gst.Message
(Python/introspection) I get a segmentation fault.

I'm attaching a very basic Python script that should read the tags of a given
file.

The script abort with:

/usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: g_object_get_qdata:
assertion `G_IS_OBJECT (object)' failed
  return info.invoke(*args, **kwargs)
/usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: g_object_ref_sink:
assertion `G_IS_OBJECT (object)' failed
  return info.invoke(*args, **kwargs)

** (gsttest.py:30981): CRITICAL **: pygobject_register_wrapper: assertion
`PyObject_TypeCheck(self, &PyGObject_Type)' failed
/usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: g_object_unref:
assertion `G_IS_OBJECT (object)' failed
  return info.invoke(*args, **kwargs)
*** Now the script executes gst_message_parse_tag()
Segmentation fault

-- 
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