[Webkit-unassigned] [Bug 243848] ASSERTION FAILED isBaselinePosition(preference) in WebCore::GridBaselineAlignment::updateBaselineAlignmentContext
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 9 21:22:06 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=243848
Fujii Hironori <Hironori.Fujii at sony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Hironori.Fujii at sony.com
--- Comment #6 from Fujii Hironori <Hironori.Fujii at sony.com> ---
I observe the following assertion failure for attachment#461546 with Windows port Debug build 283365 at main.
ASSERTION FAILED: baselineAxis == GridAxis::GridColumnAxis => !m_renderGrid->isSubgridRows()
C:\webkit\wc\Source\WebCore\rendering/GridTrackSizingAlgorithm.cpp(1221) : LayoutUnit WebCore::GridTrackSizingAlgorithm::baselineOffsetForGridItem(const RenderBox &, GridAxis) const
1 00007FFDC1ADA831 WebCore::GridTrackSizingAlgorithm::baselineOffsetForGridItem
2 00007FFDC1AD7E4F WebCore::GridTrackSizingAlgorithmStrategy::minContributionForGridItem
3 00007FFDC1AD77C0 WebCore::GridTrackSizingAlgorithm::sizeTrackToFitNonSpanningItem
4 00007FFDC1ADE72F WebCore::GridTrackSizingAlgorithm::accumulateIntrinsicSizesForTrack::<lambda_0>::operator()
5 00007FFDC1ADE200 WebCore::GridTrackSizingAlgorithm::accumulateIntrinsicSizesForTrack
6 00007FFDC1ADF1DE WebCore::GridTrackSizingAlgorithm::resolveIntrinsicTrackSizes
7 00007FFDC1AE0E54 WebCore::GridTrackSizingAlgorithm::run
8 00007FFDC1C67778 WebCore::RenderGrid::computeTrackSizesForIndefiniteSize
9 00007FFDC1C65BD1 WebCore::RenderGrid::layoutGrid
10 00007FFDC1C6579E WebCore::RenderGrid::layoutBlock
11 00007FFDC1B5821F WebCore::RenderBlock::layout
12 00007FFDC1C10429 WebCore::RenderElement::layoutIfNeeded
13 00007FFDC1C6769C WebCore::RenderGrid::performPreLayoutForGridItems
14 00007FFDC1C68FA5 WebCore::RenderGrid::computeIntrinsicLogicalWidths
15 00007FFDC1B68657 WebCore::RenderBlock::computePreferredLogicalWidths
16 00007FFDC1B929F9 WebCore::RenderBox::maxPreferredLogicalWidth
17 00007FFDC1B8ED67 WebCore::RenderBox::computeLogicalWidthInFragmentUsing
18 00007FFDC1B5ADBE WebCore::RenderBox::computeLogicalWidthInFragment
19 00007FFDC1B9A940 WebCore::RenderBox::updateLogicalWidth
20 00007FFDC1C6ADE7 WebCore::RenderGrid::placeItems
21 00007FFDC1C6B49A WebCore::insertIntoGrid
22 00007FFDC1C6C67E WebCore::RenderGrid::placeAutoMajorAxisItemOnGrid
23 00007FFDC1C6BF8C WebCore::RenderGrid::placeAutoMajorAxisItemsOnGrid
24 00007FFDC1C6B516 WebCore::RenderGrid::placeItemsOnGrid::<lambda_0>::operator()
25 00007FFDC1C6732A WebCore::RenderGrid::placeItemsOnGrid
26 00007FFDC1C65AA1 WebCore::RenderGrid::layoutGrid
27 00007FFDC1C6579E WebCore::RenderGrid::layoutBlock
28 00007FFDC1B5821F WebCore::RenderBlock::layout
29 00007FFDC1B785F7 WebCore::RenderBlockFlow::layoutBlockChild
30 00007FFDC1B778A9 WebCore::RenderBlockFlow::layoutBlockChildren
31 00007FFDC1B766D6 WebCore::RenderBlockFlow::layoutInFlowChildren
Exception thrown at 0x00007FFDBC702BF5 (JavaScriptCore.dll) in WebKitWebProcess.exe: 0xC0000005: Access violation writing location 0x00000000BBADBEEF.
--
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/20240910/0f420b58/attachment-0001.htm>
More information about the webkit-unassigned
mailing list