Closed
Bug 1512440
Opened 6 years ago
Closed 6 years ago
Crash in alloc::raw_vec::capacity_overflow
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox65 | --- | affected |
People
(Reporter: jan, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, nightly-community)
Crash Data
This bug was filed from the Socorro interface and is
report bp-c1c4e49a-d414-42aa-a3a7-adf550181206.
> capacity overflow
=============================================================
Top 10 frames of crashing thread:
0 xul.dll ?MOZ_CrashOOL@@YAXPEBDH0@Z.llvm.10862624234403415172 mfbt/Assertions.h:314
1 xul.dll GeckoCrashOOL toolkit/xre/nsAppRunner.cpp:5124
2 xul.dll static void gkrust_shared::panic_hook toolkit/library/rust/shared/lib.rs:234
3 xul.dll static void core::ops::function::Fn::call<fn /libcore/ops/function.rs:78
4 xul.dll static void std::panicking::rust_panic_with_hook /rustc/da5f414c2c0bfe5198934493f04c676e2b23ff2e/src/libstd/panicking.rs:481
5 xul.dll static void std::panicking::continue_panic_fmt /rustc/da5f414c2c0bfe5198934493f04c676e2b23ff2e/src/libstd/panicking.rs:391
6 xul.dll static void std::panicking::rust_begin_panic /rustc/da5f414c2c0bfe5198934493f04c676e2b23ff2e/src/libstd/panicking.rs:326
7 xul.dll static void core::panicking::panic_fmt /rustc/da5f414c2c0bfe5198934493f04c676e2b23ff2e/src/libcore/panicking.rs:77
8 xul.dll static void core::panicking::panic /rustc/da5f414c2c0bfe5198934493f04c676e2b23ff2e/src/libcore/panicking.rs:52
9 xul.dll static void alloc::raw_vec::capacity_overflow /rustc/da5f414c2c0bfe5198934493f04c676e2b23ff2e/src/liballoc/raw_vec.rs:757
=============================================================
Comment 1•6 years ago
|
||
The WebRender version of this signature is mixed in with other rust crashes. I'll file a PR to get that separated out.
Comment 2•6 years ago
|
||
Comment 4•6 years ago
|
||
alloc::raw_vec::capacity_overflow isn't a signature anymore. We can open a new bug for any new crashes.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•