Closed
Bug 1370364
Opened 8 years ago
Closed 8 years ago
Crash in webrender::frame::Frame::flatten_item
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | unaffected |
| firefox56 | --- | unaffected |
| firefox57 | --- | unaffected |
People
(Reporter: philipp, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, Whiteboard: [rust_panic:flatten_items] [gfx-noted])
Crash Data
This bug was filed from the Socorro interface and is
report bp-e2209727-20b9-4b1e-bd71-8a1a40170605.
=============================================================
Crashing Thread (78)
Frame Module Signature Source
0 xul.dll std::panicking::rust_panic C:/projects/rust/src/libstd/panicking.rs:577
1 xul.dll std::panicking::rust_panic_with_hook C:/projects/rust/src/libstd/panicking.rs:565
2 xul.dll std::panicking::begin_panic<collections::string::String> C:/projects/rust/src/libstd/panicking.rs:511
3 xul.dll std::panicking::begin_panic_fmt C:/projects/rust/src/libstd/panicking.rs:495
4 xul.dll core::panicking::panic_fmt C:/projects/rust/src/libcore/panicking.rs:61
5 xul.dll core::panicking::panic C:/projects/rust/src/libcore/panicking.rs:49
6 xul.dll webrender::frame::Frame::flatten_item gfx/webrender/src/frame.rs:486
7 xul.dll webrender::frame::Frame::flatten_item gfx/webrender/src/frame.rs:600
8 xul.dll webrender::frame::Frame::flatten_item gfx/webrender/src/frame.rs:600
9 xul.dll webrender::frame::Frame::flatten_root gfx/webrender/src/frame.rs:626
10 xul.dll webrender::render_backend::RenderBackend::build_scene gfx/webrender/src/render_backend.rs:479
11 xul.dll webrender::render_backend::RenderBackend::run gfx/webrender/src/render_backend.rs:219
12 xul.dll alloc::boxed::{{impl}}::call_box<(), closure> C:/projects/rust/src/liballoc/boxed.rs:640
13 xul.dll std::sys::imp::thread::{{impl}}::new::thread_start C:/projects/rust/src/libstd/sys/windows/thread.rs:50
14 kernel32.dll BaseThreadInitThunk
15 ntdll.dll RtlUserThreadStart
this crash signature first showed up on 55.0a1 build 20170604030205.
changelog to the day before: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=43039280fe464869428f03b047bb7c762784f44b&tochange=130efc657df7e7fe291cc42307f3eb3cb0484dfc
Updated•8 years ago
|
Updated•8 years ago
|
See Also: → https://github.com/servo/webrender/issues/1345
Updated•8 years ago
|
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [rust_panic:flatten_items] → [rust_panic:flatten_items] [gfx-noted]
Updated•8 years ago
|
Crash Signature: [@ webrender::frame::Frame::flatten_item] → [@ webrender::frame::Frame::flatten_item]
[@ mozalloc_abort | abort | webrender::frame::Frame::flatten_item]
Depends on: wr-stability
Updated•8 years ago
|
Blocks: wr-stability, stage-wr-trains
No longer depends on: wr-stability
Updated•8 years ago
|
Priority: P3 → P2
Whiteboard: [rust_panic:flatten_items] [gfx-noted] → [wr-mvp] [rust_panic:flatten_items] [gfx-noted]
Updated•8 years ago
|
status-firefox56:
--- → unaffected
status-firefox57:
--- → unaffected
Comment 2•8 years ago
|
||
These stopped after the 20170810100255 buildid.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Priority: P2 → --
Whiteboard: [wr-mvp] [rust_panic:flatten_items] [gfx-noted] → [rust_panic:flatten_items] [gfx-noted]
You need to log in
before you can comment on or make changes to this bug.
Description
•