[Webkit-unassigned] [Bug 200437] Web process crashes on cnn.com
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 19 16:54:39 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=200437
--- Comment #13 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to Yury Semikhatsky from comment #10)
> Created attachment 379154 [details]
> core dump of segfaulting web process
>
> Here is the dump collected from a release build, I'll repeat that with debug
> too. Perhaps it's worth building gst-plugins-base-1.16.0 in debug mode too.
>From that backtrace I can see that the crash happens on the graphic driver code (nouveau) and not in webkit code.
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0 0x00007f98054310b3 in ?? () from /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2
> [Current thread is 1 (Thread 0x7f7f14cff700 (LWP 35521))]
Perhaps this is a bug on the Mesa/Nouveau code and is unrelated to WebKit itself?. Maybe it just happens that WebKit triggers the bug.
If you install (via apt) the debug/debugsym package for the package that provides /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 and generate the backtrace again, then it should show in which function of the nouveau driver it crashes.
--
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/20190919/59b4045e/attachment.html>
More information about the webkit-unassigned
mailing list