[Webkit-unassigned] [Bug 249617] REGRESSION(257434 at main): Crash in RenderReplaced::computeIntrinsicSizesConstrainedByTransferredMinMaxSizes on https://gitlab.com/gnutls/gnutls/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 13:47:48 PST 2022


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

--- Comment #8 from Brent Fulgham <bfulgham at webkit.org> ---
I added a WebKit assertion, and I see it now:

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   WebCore                                    0x144cc2244 WTFCrashWithInfo(int, char const*, char const*, int) + 36 (Assertions.h:754)
1   WebCore                                    0x14a6fb248 WebCore::RenderReplaced::computeIntrinsicSizesConstrainedByTransferredMinMaxSizes(WebCore::RenderBox*, WebCore::FloatSize&, WebCore::FloatSize&) const + 1140 (RenderReplaced.cpp:460)
2   WebCore                                    0x14a6fca04 WebCore::RenderReplaced::computeReplacedLogicalWidth(WebCore::ShouldComputePreferred) const + 688 (RenderReplaced.cpp:590)
3   WebCore                                    0x14a5c2080 WebCore::RenderImage::computeReplacedLogicalWidth(WebCore::ShouldComputePreferred) const + 216 (RenderImage.cpp:274)


Our C++ library apparently doesn't include this assertion (or perhaps our build rules don't use the asserting version of the library).

-- 
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/20221220/62609a05/attachment-0001.htm>


More information about the webkit-unassigned mailing list