Open
Bug 1746339
Opened 4 years ago
Updated 3 years ago
Crash in [@ core::result::unwrap_failed | webrender_bindings::bindings::wr_thread_pool_new]: called `Result::unwrap()` on an `Err` value: ThreadPoolBuildError "the paging file is too small"
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
NEW
People
(Reporter: wsmwk, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, Whiteboard: [tbird crash])
Crash Data
Maybe Fission related. (DOMFissionEnabled=1)
Crash report: https://crash-stats.mozilla.org/report/index/af67e00c-a8c9-4227-9287-9f6e20211215
MOZ_CRASH Reason: called `Result::unwrap()` on an `Err` value: ThreadPoolBuildError { kind: IOError(Os { code: 1455, kind: Uncategorized, message: "K\u{a0}dokončení požadované služby je stránkovací soubor příliš malý." }) }
Top 10 frames of crashing thread:
0 xul.dll RustMozCrash mozglue/static/rust/wrappers.cpp:17
1 xul.dll mozglue_static::panic_hook mozglue/static/rust/lib.rs:91
2 xul.dll core::ops::function::Fn::call<void ../c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227
3 xul.dll std::panicking::rust_panic_with_hook ../c8dfcfe046a7680554bf4eb612bad840e7631c4b//library/std/src/panicking.rs:626
4 xul.dll std::panicking::begin_panic_handler::closure$0 ../c8dfcfe046a7680554bf4eb612bad840e7631c4b//library/std/src/panicking.rs:519
5 xul.dll std::sys_common::backtrace::__rust_end_short_backtrace<std::panicking::begin_panic_handler::closure$0, never$> ../c8dfcfe046a7680554bf4eb612bad840e7631c4b//library/std/src/sys_common/backtrace.rs:141
6 xul.dll std::panicking::begin_panic_handler ../c8dfcfe046a7680554bf4eb612bad840e7631c4b//library/std/src/panicking.rs:515
7 xul.dll core::panicking::panic_fmt ../c8dfcfe046a7680554bf4eb612bad840e7631c4b//library/core/src/panicking.rs:92
8 xul.dll core::result::unwrap_failed ../c8dfcfe046a7680554bf4eb612bad840e7631c4b//library/core/src/result.rs:1599
9 xul.dll webrender_bindings::bindings::wr_thread_pool_new gfx/webrender_bindings/src/bindings.rs:1097
Thunderbird https://crash-stats.mozilla.org/report/index/ea45d45c-6024-4e18-97d0-1f4d60211108
Comment 1•4 years ago
|
||
translated: "the paging file is too small to complete the requested service."
|[0]GP+[GFX1-]: Failed to allocate Texture2D: Size(1024,512)
Blocks: wr-stability
Summary: Crash in [@ core::result::unwrap_failed | webrender_bindings::bindings::wr_thread_pool_new] → Crash in [@ core::result::unwrap_failed | webrender_bindings::bindings::wr_thread_pool_new]: called `Result::unwrap()` on an `Err` value: ThreadPoolBuildError "the paging file is too small"
Updated•3 years ago
|
Severity: S2 → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•