[Webkit-unassigned] [Bug 232914] [GStreamer] Crash in gst_buffer_get_meta when playing reddit video

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 9 16:19:27 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=232914

--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
To take the GStreamer debug log, I copy/pasted this line from https://trac.webkit.org/wiki/WebKitGTK/Debugging#Debuggingmultimediastuff:

$ export GST_DEBUG="3,webkit*:6" GST_DEBUG_FILE="$HOME/gst.log" GST_DEBUG_NO_COLOR=1 WEBKIT_FORCE_SANDBOX=0

Then realized it doesn't work because the log is being generated in the sandboxed home directory, so I decided to run using --filesystem=home:

$ flatpak run --filesystem=home org.gnome.Epiphany.Devel -p

Irritatingly, adding --filesystem=home somehow avoids the crash. O_O

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211110/36703fce/attachment.htm>


More information about the webkit-unassigned mailing list