diff options
author | Mukilan Thiyagarajan <me@mukilan.in> | 2023-05-24 21:35:20 +0530 |
---|---|---|
committer | Mukilan Thiyagarajan <me@mukilan.in> | 2023-05-26 20:09:50 +0530 |
commit | 17238b56a1634e4d26ca1ff761ce54a3fcaa32f0 (patch) | |
tree | 277a1f3b4744f6cf6e5875fd55cb510ea2179b9c /components/script/dom/htmlhrelement.rs | |
parent | 05239f879e7ff53b3240ca4ed5e7a01125770c61 (diff) | |
download | servo-17238b56a1634e4d26ca1ff761ce54a3fcaa32f0.tar.gz servo-17238b56a1634e4d26ca1ff761ce54a3fcaa32f0.zip |
Layout-2020: Fix debug mode crash for servo.org
servo with layout-2020 segfaults when loading servo.org
in debug build, but works fine in release build.
It seems like the style pool threads seem to run
overrun allocated stack space more quickly than
in release mode.
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1376883
it seems the stack size was chosen base on several
experiments. It is possible the results of those experiments
are no longer valid.
This is a temporary workaround to avoid layout 2020
builds from crashing when servo.org is loaded, until
we can confirm the theory and implement a more robust
solution.
Signed-off-by: Mukilan Thiyagarajan <me@mukilan.in>
Diffstat (limited to 'components/script/dom/htmlhrelement.rs')
0 files changed, 0 insertions, 0 deletions