Closed
Bug 1423350
Opened 7 years ago
Closed 3 months ago
thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 3', /checkout/src/liballoc/vec.rs:1552:10
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: kats, Unassigned)
Details
The dec 04 web-server died again just before we switched over to the dec 05 instance. The death was caused by this panic:
thread 'main' panicked at 'index out of bounds: the len is 3 but the index is 3', /checkout/src/liballoc/vec.rs:1552:10
stack backtrace:
... <snip> ...
9: core::panicking::panic_bounds_check
at /checkout/src/libcore/panicking.rs:58
10: tools::format::format_diff
at /checkout/src/liballoc/vec.rs:1552
at src/format.rs:568
11: <hyper::server::NotifyService<S> as tokio_service::Service>::call
... <snip> ...
which was triggered by this request:
DBG ["mozilla-central", "diff", "fbed858169066853cea49ee1eebe90ce4a43cbe0", "layout", "reftests", "writing-mode", "abspos", "support", "bg-red-2col-2row-320x320.png"] mozilla-central diff
Comment 1•3 months ago
|
||
Haven't seen this again in a very long time; this may have been due to the hyper upgrade that we later backed out, closing.
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•