[gstreamer-bugs] [Bug 633033] New: filesrc.py example segfaults

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Oct 24 06:50:25 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=633033
  GStreamer | gst-python | git

           Summary: filesrc.py example segfaults
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: thaytan at mad.scientist.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


I noticed the filesrc example crashes for me:

python examples/filesrc.py input.txt test.txt
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Segmentation fault

(gdb) bt
#0  0x0805fd46 in PyObject_Call ()
#1  0x080d8c62 in PyEval_CallObjectWithKeywords ()
#2  0x0805fe00 in PyObject_CallObject ()
#3  0xb7613fe8 in bus_func (bus=0x869e980, message=0x8989660, 
    user_data=0xb79e664c) at gstbus.override:129
#4  0xb74ccad5 in gst_bus_source_dispatch (source=0x8b54a00, 
    callback=0xb7613ea0 <bus_func>, user_data=0xb79e664c) at gstbus.c:760
#5  0xb78b5855 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#6  0xb78b9668 in ?? () from /lib/libglib-2.0.so.0
#7  0xb78b9ba7 in g_main_loop_run () from /lib/libglib-2.0.so.0
#8  0xb7fd6b5a in ?? () from /usr/lib/pymodules/python2.6/gtk-2.0/glib/_glib.so
#9  0x080ddd39 in PyEval_EvalFrameEx ()
#10 0x080dfbb2 in PyEval_EvalCodeEx ()
#11 0x080de145 in PyEval_EvalFrameEx ()
#12 0x080dfbb2 in PyEval_EvalCodeEx ()
#13 0x080dfca7 in PyEval_EvalCode ()
#14 0x080fd956 in PyRun_FileExFlags ()
#15 0x080fdbb2 in PyRun_SimpleFileExFlags ()
#16 0x0805b6d3 in Py_Main ()
#17 0x0805a8ab in main ()

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