Open Bug 1751116 Opened 3 years ago Updated 3 months ago

Intermittent assertion failed: earliest > now [@ neqo_transport::connection::Connection::next_delay] | single tracking bug

Categories

(Core :: Networking, defect, P3)

defect

Tracking

()

Tracking Status
firefox118 --- wontfix
firefox119 --- wontfix
firefox120 --- affected
firefox121 --- affected

People

(Reporter: intermittent-bug-filer, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: assertion, intermittent-failure, pernosco, Whiteboard: [necko-triaged])

Priority: P5 → P3
Whiteboard: [necko-triaged]

I also ran into this with a local debug Thunderbird 102.x build.

I came across this while performing live site testing with m-c 20230801-8e6d6287c0af.

This pernosco session supports kershaws investigations, that the crash is caused by IdleTimer:

(pernosco) print idle_time 
$1 = std::time::Instant (std::sys::unix::time::inner::Instant {t: std::sys::unix::time::Timespec {tv_sec: 39979, tv_nsec: std::sys::unix::time::Nanoseconds (627371177)}})
(pernosco) print now 
$2 = std::time::Instant (std::sys::unix::time::inner::Instant {t: std::sys::unix::time::Timespec {tv_sec: 39980, tv_nsec: std::sys::unix::time::Nanoseconds (88629635)}})

https://searchfox.org/mozilla-central/rev/d6576544301cacc0e393fbc919c53e4e6b0d46ec/third_party/rust/neqo-transport/src/connection/mod.rs#946,948,978,981

Summary: Intermittent Hit MOZ_CRASH(assertion failed: earliest > now) at /builds/worker/checkouts/gecko/third_party/rust/neqo-transport/src/connection/mod.rs:953 → Intermittent assertion failed: earliest > now [@ neqo_transport::connection::Connection::next_delay] | single tracking bug
See Also: → 1879405
Duplicate of this bug: 1879405
You need to log in before you can comment on or make changes to this bug.