[Webkit-unassigned] [Bug 179914] WebProcess from WebKitGtk+ 2.19.2 SIGSEVs in bmalloc::IsoTLS::ensureEntries(unsigned int) at Source/bmalloc/bmalloc/IsoTLS.cpp:80

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 1 07:13:19 PST 2017


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

--- Comment #25 from Michael Catanzaro <mcatanzaro at igalia.com> ---
I believe it is three backtraces, to the first calls to IsoTLS::get, and then a fourth backtrace for the crash itself:

(In reply to Milan Crha from comment #11)
> I added some debug prints around the code and I see that IsoTLS::get() is
> called three times before it's initialized, before it crashes.
> Unfortunately, I do not have debug symbols compiled, I'll retry, but no
> promises, because the last time I tried gdb didn't like it. I'll see.

>From the first three backtraces, it's not clear to me if IsoTLS::get is returning null, or if it's returning uninitialized memory. But I suspect it's probably the later, because the code expects and is prepared to handle null in all those places.

-- 
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/20171201/b4cb6916/attachment-0001.html>


More information about the webkit-unassigned mailing list