Closed
Bug 1434630
Opened 8 years ago
Closed 7 years ago
[Mac] Crash in mozalloc_abort | abort | std::io::stdio::_print
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox59 | --- | disabled |
firefox60 | --- | disabled |
firefox61 | --- | fixed |
People
(Reporter: marcia, Assigned: Gankra)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-94fb7f86-a8c2-45b0-81d9-ab1750180110.
=============================================================
Seen while looking at crash stats. This Mac specific 10.12 crash goes back to
at least 20180106100308: http://bit.ly/2nvo0gi. Crash reason is failed printing to stdout: Input/output error (os error 5)
While there were two bugs that related this signature and one is still open, I am not sure either bug covers this specific crash.
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 std::io::stdio::_print src/libstd/io/stdio.rs:692
7 XUL webrender_bindings::bindings::get_proc_address gfx/webrender_bindings/src/bindings.rs:412
8 XUL gleam::ffi_gl::{{impl}}::load_with::do_metaloadfn gfx/webrender_bindings/src/bindings.rs:713
9 XUL gleam::ffi_gl::{{impl}}::load_with<closure> toolkit/library/x86_64-apple-darwin/release/build/gleam-74bfad8a5524191d/out/gl_bindings.rs:1661
=============================================================
Updated•8 years ago
|
Reporter | ||
Comment 1•7 years ago
|
||
Adding another signature which surfaced in 60: http://bit.ly/2FfeQMu.
Crash Signature: [@ mozalloc_abort | abort | std::io::stdio::_print] → [@ mozalloc_abort | abort | std::io::stdio::_print]
[@ mozalloc_abort | abort | std::io::stdio::_print::ha9f0cc52cff06b78]
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f38a91679fbb
use proper logging framework instead of println. r=kats
Comment 3•7 years ago
|
||
^ wrong bug number in patch, ignore that.
Comment 4•7 years ago
|
||
Well.. not totally wrong. It's from bug 1449306 which is fundamentally the same issue.
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment 6•7 years ago
|
||
bugherder |
Updated•7 years ago
|
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•