Closed
Bug 1829989
Opened 3 years ago
Closed 1 year ago
Crash in [@ neqo_transport::connection::Connection::build_packet_header]
Categories
(Core :: Networking: HTTP, defect, P2)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
132 Branch
People
(Reporter: RyanVM, Assigned: mail)
References
(Blocks 1 open bug)
Details
(Keywords: crash, Whiteboard: [necko-triaged])
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/e51f0f1c-e311-4578-9863-b059c0230425
MOZ_CRASH Reason: called `Option::unwrap()` on a `None` value
Top 10 frames of crashing thread:
0 libxul.so MOZ_Crash mfbt/Assertions.h:261
0 libxul.so RustMozCrash mozglue/static/rust/wrappers.cpp:18
1 libxul.so mozglue_static::panic_hook mozglue/static/rust/lib.rs:91
2 libxul.so core::ops::function::Fn::call library/core/src/ops/function.rs:79
3 libxul.so <alloc::boxed::Box<F, A> as core::ops::function::Fn<Args>>::call library/alloc/src/boxed.rs:2001
3 libxul.so std::panicking::rust_panic_with_hook library/std/src/panicking.rs:696
4 libxul.so std::panicking::begin_panic_handler::{{closure}} library/std/src/panicking.rs:581
5 libxul.so std::sys_common::backtrace::__rust_end_short_backtrace library/std/src/sys_common/backtrace.rs:150
6 libxul.so rust_begin_unwind library/std/src/panicking.rs:579
7 libxul.so core::panicking::panic_fmt library/core/src/panicking.rs:64
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged][necko-priority-review]
Whiteboard: [necko-triaged][necko-priority-review] → [necko-triaged][necko-priority-next]
Updated•2 years ago
|
Blocks: QUIC
Whiteboard: [necko-triaged][necko-priority-next] → [necko-triaged]
Comment 2•1 year ago
|
||
I think this can be closed.
Comment 3•1 year ago
|
||
This is fixed by https://github.com/mozilla/neqo/pull/2034.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
| Reporter | ||
Updated•1 year ago
|
Assignee: nobody → mail
status-firefox132:
--- → fixed
status-firefox-esr115:
--- → wontfix
status-firefox-esr128:
--- → wontfix
Depends on: 1916645
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•