[gstreamer-bugs] [Bug 527572] Crash in volume_process_int32

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun May 11 19:53:58 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=527572

  GStreamer | don't know | Ver: 0.10.x

Makoto Kato changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |makoto.kt at gmail.com




------- Comment #16 from Makoto Kato  2008-05-12 02:53 UTC -------
This seems to be race condition of change volume and other (change position by
UI).

On totem, after changing volume, when I change slider of position, this occurs.

When pad task for volume is created, pad task is valid.  But another task uses
same chunk.  If another tasks works first, it will be free.  So
volume_transform_ip will use freed invalid pad.

Since It is difficult to reproduce this,  I investigate more.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=527572.




More information about the Gstreamer-bugs mailing list