[Bug 711131] [rtpjitterbuffer] SIGSEGV when do-retransmission=true and a lot of packets are dopped

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 5 00:57:18 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=711131
  GStreamer | gst-plugins-good | git

--- Comment #3 from George Kiagiadakis <kiagiadakis.george at gmail.com> 2013-11-05 08:57:11 UTC ---
Created an attachment (id=258990)
 View: https://bugzilla.gnome.org/attachment.cgi?id=258990
 Review: https://bugzilla.gnome.org/review?bug=711131&attachment=258990

Patch fixing the issue

The crash looks reasonable, given that the code unlocks the jitterbuffer lock
while processing the timer... the crash happens right after locking again,
where timer is eventually pointing to invalid memory. This patch should fix it
(gst-launch line works now, unit tests still pass).

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