Closed
Bug 1656870
Opened 4 years ago
Closed 4 years ago
Crash in [@ neqo_http3::recv_message::RecvMessage::receive_internal]
Categories
(Core :: Networking: HTTP, defect, P2)
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox79 | --- | unaffected |
firefox80 | --- | unaffected |
firefox81 | --- | fixed |
People
(Reporter: gsvelto, Assigned: dragana)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-ec5a2c16-0287-464d-aefc-6579b0200801.
Top 10 frames of crashing thread:
0 libxul.so RustMozCrash mozglue/static/rust/wrappers.cpp:17
1 libxul.so mozglue_static::panic_hook mozglue/static/rust/lib.rs:89
2 libxul.so core::ops::function::Fn::call src/libcore/ops/function.rs:72
3 libxul.so std::panicking::rust_panic_with_hook src/libstd/panicking.rs:474
4 libxul.so std::panicking::begin_panic src/libstd/panicking.rs:397
5 libxul.so neqo_http3::recv_message::RecvMessage::receive_internal third_party/rust/neqo-http3/src/recv_message.rs:285
6 libxul.so <neqo_http3::recv_message::RecvMessage as neqo_http3::RecvStream>::header_unblocked third_party/rust/neqo-http3/src/recv_message.rs:317
7 libxul.so neqo_http3::connection::Http3Connection::handle_read_stream
8 libxul.so neqo_http3::connection::Http3Connection::recv_decoder
9 libxul.so neqo_http3::connection::Http3Connection::handle_stream_readable
This started in buildid 20200730215452. It seems like we're panicking here.
Comment 1•4 years ago
|
||
Andy, can you please look at this?
Severity: -- → S2
Flags: needinfo?(agrover)
Priority: -- → P2
Assignee | ||
Comment 2•4 years ago
|
||
This is mine. I enabled QPACK last week.
Assignee: nobody → dd.mozilla
Status: NEW → ASSIGNED
Updated•4 years ago
|
Flags: needinfo?(agrover)
Assignee | ||
Comment 3•4 years ago
|
||
The fix for this bug is in neqo, we need to update m.-c.
Updated•4 years ago
|
status-firefox81:
--- → affected
Assignee | ||
Comment 4•4 years ago
|
||
m.-c. has been update in bug 1657466. I will wait to see if the crash is fixed.
Assignee | ||
Updated•4 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Updated•4 years ago
|
status-firefox79:
--- → unaffected
status-firefox80:
--- → unaffected
status-firefox-esr68:
--- → unaffected
status-firefox-esr78:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•