[gstreamer-bugs] [Bug 385084] New: endless ghost pad pull/push activate recursion until crash

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Dec 12 07:10:09 PST 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=385084

  GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: endless ghost pad pull/push activate recursion until
                    crash
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: t.i.m at zen.co.uk
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Try (with valid URI):

 gst-launch-0.10 http://host/foo.ogg ! identity ! decodebin ! fakesink



This crashes here like this:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1218823264 (LWP 31870)]
0xb7ed0399 in gst_pad_get_type () at gstpad.c:193
193     {
(gdb) (gdb) #0  0xb7ed0399 in gst_pad_get_type () at gstpad.c:193
#1  0xb7ed8332 in gst_pad_activate_push (pad=0x8128810, active=0) at
gstpad.c:822
#2  0xb7ec5bf5 in gst_ghost_pad_do_activate_push (pad=0x8128000, active=0) at
gstghostpad.c:630
#3  0xb7ed83c4 in gst_pad_activate_push (pad=0x8128000, active=0) at
gstpad.c:863
#4  0xb7ed807a in gst_pad_activate_pull (pad=0x8128000, active=0) at
gstpad.c:731
#5  0xb7ec5f5b in gst_ghost_pad_internal_do_activate_pull (pad=0x8128810,
active=0) at gstghostpad.c:609
#6  0xb7ed7f84 in gst_pad_activate_pull (pad=0x8128810, active=0) at
gstpad.c:756
#7  0xb7ed84ea in gst_pad_activate_push (pad=0x8128810, active=0) at
gstpad.c:850
#8  0xb7ec5bf5 in gst_ghost_pad_do_activate_push (pad=0x8128000, active=0) at
gstghostpad.c:630
#9  0xb7ed83c4 in gst_pad_activate_push (pad=0x8128000, active=0) at
gstpad.c:863
#10 0xb7ed807a in gst_pad_activate_pull (pad=0x8128000, active=0) at
gstpad.c:731
#11 0xb7ec5f5b in gst_ghost_pad_internal_do_activate_pull (pad=0x8128810,
active=0) at gstghostpad.c:609
#12 0xb7ed7f84 in gst_pad_activate_pull (pad=0x8128810, active=0) at
gstpad.c:756
#13 0xb7ed84ea in gst_pad_activate_push (pad=0x8128810, active=0) at
gstpad.c:850
#14 0xb7ec5bf5 in gst_ghost_pad_do_activate_push (pad=0x8128000, active=0) at
gstghostpad.c:630
...


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list