[gstreamer-bugs] [Bug 599333] Segfault with asfdemuxer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Oct 24 07:23:19 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=599333
  GStreamer | gst-plugins-ugly | 0.10.10

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |slomo at circular-chaos.org
     Ever Confirmed|0                           |1

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2009-10-24 14:23:12 UTC ---
I get valgrind warnings too, but only on initialization it seems. I've pasted
them below, all look like problems in libmms.

==1921== Syscall param write(buf) points to uninitialised byte(s)
==1921==    at 0x5E2E860: __write_nocancel (in /lib/libpthread-2.10.1.so)
==1921==    by 0x884C21F: fallback_io_write (mms.c:213)
==1921==    by 0x884C83C: send_command (mms.c:470)
==1921==    by 0x884DE54: mms_connect (mms.c:1152)
==1921==    by 0x8852456: mmsx_connect (mmsx.c:45)
==1921==    by 0x8622FC6: gst_mms_start (gstmms.c:436)
==1921==    by 0x8A6FD25: gst_base_src_start (gstbasesrc.c:2526)
==1921==    by 0x8A75DF7: gst_base_src_activate_push (gstbasesrc.c:2749)
==1921==    by 0x4E87A9A: gst_pad_activate_push (gstpad.c:915)
==1921==    by 0x4E88646: gst_pad_set_active (gstpad.c:671)
==1921==    by 0x4E6A30A: activate_pads (gstelement.c:2632)
==1921==    by 0x4E7B8ED: gst_iterator_fold (gstiterator.c:545)
==1921==  Address 0x7caf310 is 288 bytes inside a block of size 121,496 alloc'd
==1921==    at 0x4C221A7: malloc (vg_replace_malloc.c:195)
==1921==    by 0x884DACB: mms_connect (mms.c:1070)
==1921==    by 0x8852456: mmsx_connect (mmsx.c:45)
==1921==    by 0x8622FC6: gst_mms_start (gstmms.c:436)
==1921==    by 0x8A6FD25: gst_base_src_start (gstbasesrc.c:2526)
==1921==    by 0x8A75DF7: gst_base_src_activate_push (gstbasesrc.c:2749)
==1921==    by 0x4E87A9A: gst_pad_activate_push (gstpad.c:915)
==1921==    by 0x4E88646: gst_pad_set_active (gstpad.c:671)
==1921==    by 0x4E6A30A: activate_pads (gstelement.c:2632)
==1921==    by 0x4E7B8ED: gst_iterator_fold (gstiterator.c:545)
==1921==    by 0x4E6A275: iterator_activate_fold_with_resync
(gstelement.c:2664)
==1921==    by 0x4E6C67E: gst_element_pads_activate (gstelement.c:2701)
==1921==  Uninitialised value was created by a heap allocation
==1921==    at 0x4C221A7: malloc (vg_replace_malloc.c:195)
==1921==    by 0x884DACB: mms_connect (mms.c:1070)
==1921==    by 0x8852456: mmsx_connect (mmsx.c:45)
==1921==    by 0x8622FC6: gst_mms_start (gstmms.c:436)
==1921==    by 0x8A6FD25: gst_base_src_start (gstbasesrc.c:2526)
==1921==    by 0x8A75DF7: gst_base_src_activate_push (gstbasesrc.c:2749)
==1921==    by 0x4E87A9A: gst_pad_activate_push (gstpad.c:915)
==1921==    by 0x4E88646: gst_pad_set_active (gstpad.c:671)
==1921==    by 0x4E6A30A: activate_pads (gstelement.c:2632)
==1921==    by 0x4E7B8ED: gst_iterator_fold (gstiterator.c:545)
==1921==    by 0x4E6A275: iterator_activate_fold_with_resync
(gstelement.c:2664)
==1921==    by 0x4E6C67E: gst_element_pads_activate (gstelement.c:2701)
==1921==

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