[Webkit-unassigned] [Bug 233230] [GStreamer] Webkit on ubuntu 21.10 is failing due to a missing gstreamer1.0-plugins-bad package
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 17 09:48:23 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=233230
--- Comment #3 from Michael Catanzaro <mcatanzaro at gnome.org> ---
You're not hitting that ASSERT because that's a debug assert. It's disabled in release builds.
> And library quits on ASSERT failure.
How do you know this is happening? Does WebKit print something indicating that an assertion failed?
(In reply to openaudible from comment #2)
> You might be able to change ASSERT(textCombiner); to if (textCombiner)
Probably, yes. I looked up GstPlayBin3:text-stream-combiner and it is not nullable, so that is indeed a WebKit bug. We still want to see a backtrace for your crash, though, to figure out what goes wrong next. None of that should trigger a crash, and it's not obvious where the crash occurs.
--
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/20211117/cf11774f/attachment.htm>
More information about the webkit-unassigned
mailing list