[Bug 675640] shmsink memory corruption when a client disconnects (more than one client)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 7 14:18:30 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=675640
  GStreamer | gst-plugins-bad | 0.10.x

--- Comment #2 from Aleix Conchillo Flaqué <aleix at oblong.com> 2012-05-07 21:18:28 UTC ---
To try it:

GST_DEBUG=3 gst-launch videotestsrc ! shmsink socket-path=/tmp/shmtest
shm-size=125829120 wait-for-connection=FALSE

And a couple or more clients with:

GST_DEBUG=3 gst-launch shmsrc socket-path=/tmp/shmtest is-live=TRUE
do-timestamp=TRUE ! fakesink -v

Ctrl-C from one client and the other will disconnect too. The crash does not
always occur so you might need to connect and Ctrl-C again more than once.

This also leaves the shmsink in a bad state as it segfaults when you Ctrl-C it.

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