Closed
Bug 1435760
Opened 7 years ago
Closed 7 years ago
Crash in mozalloc_abort | abort | core::result::unwrap_failed<T> | webrender_bindings::bindings::wr_api_capture
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1433932
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | affected |
People
(Reporter: yoasif, Unassigned)
References
Details
(Keywords: crash)
This bug was filed from the Socorro interface and is
report bp-aa38e5b3-e633-4732-96e2-352aa0180205.
=============================================================
Top 10 frames of crashing thread:
0 libmozglue.dylib mozalloc_abort memory/mozalloc/mozalloc_abort.cpp:33
1 libmozglue.dylib abort memory/mozalloc/mozalloc_abort.cpp:80
2 XUL std::panicking::rust_panic src/libpanic_abort/lib.rs:59
3 XUL std::panicking::rust_panic_with_hook src/libstd/panicking.rs:593
4 XUL std::panicking::begin_panic<alloc::string::String> src/libstd/panicking.rs:538
5 XUL std::panicking::begin_panic_fmt src/libstd/panicking.rs:522
6 XUL core::panicking::panic_fmt src/libstd/panicking.rs:498
7 XUL core::result::unwrap_failed<std::io::error::Error> src/libcore/macros.rs:23
8 XUL webrender_bindings::bindings::wr_api_capture src/libstd/sys/unix/fd.rs
9 XUL mozilla::wr::WebRenderAPI::Capture gfx/webrender_bindings/WebRenderAPI.cpp:541
=============================================================
Just ran into this on macOS.
Updated•7 years ago
|
Blocks: stage-wr-trains
Priority: -- → P2
Comment 1•7 years ago
|
||
I reproduce this crash every time I press ctr+shift+3 by accident on macOS, which happens more often than you might think.
Comment 2•7 years ago
|
||
It does not have permission to create revision.txt at https://searchfox.org/mozilla-central/source/gfx/webrender_bindings/src/bindings.rs#1175-1179.
Comment 3•7 years ago
|
||
Duping this to the other bug and moving crash signature over.
Status: NEW → RESOLVED
Crash Signature: [@ mozalloc_abort | abort | core::result::unwrap_failed<T> | webrender_bindings::bindings::wr_api_capture]
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•