Crash [@ neqo_http3::connection::Http3Connection<T>::close<T> ] with HTTP3 enabled
Categories
(Core :: Networking: HTTP, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox70 | --- | unaffected |
firefox71 | --- | unaffected |
firefox72 | + | fixed |
People
(Reporter: sciguyryan, Assigned: dragana)
References
(Regression)
Details
(4 keywords, Whiteboard: [necko-triaged])
Crash Data
Hi all.
After updating to today's nightly (12/11/2019) I've hit quite a few crashes with the signature [@ neqo_http3::connection::Http3Connection<T>::close<T> ].
This is (obviously) with HTTP3 enabled. Upon disabling it the crash is no longer reproducible.
11c6529d-4342-4f0f-a44e-663970191112 and db7f5454-dccf-4e59-bfba-fa9f00191112 are two examples that I have found but there are more listed here:
https://crash-stats.mozilla.org/signature/?product=Firefox&signature=neqo_http3%3A%3Aconnection%3A%3AHttp3Connection<T>%3A%3Aclose<T>&date=>%3D2019-11-05T15%3A04%3A00.000Z&date=<2019-11-12T15%3A04%3A00.000Z&_columns=date&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=reason&_columns=address&_columns=install_time&_columns=startup_crash&_sort=-date&page=1
Comment 1•5 years ago
|
||
I am hitting this crash, but with HTTP3 disabled. I have toggled the network.http.http3.enabled several times over the past few days, but I just confirmed that it was set to FALSE for the last two crashes.
I've just encountered this bug twice in a row while simply having Twitch and Twitter open!
Reporter | ||
Comment 3•5 years ago
|
||
(In reply to Mike Conca [:mconca] from comment #1)
I am hitting this crash, but with HTTP3 disabled. I have toggled the network.http.http3.enabled several times over the past few days, but I just confirmed that it was set to FALSE for the last two crashes.
That's interesting. I've yet to hit this without the preference enabled but I'll have to keep an eye out.
I disabled the preference and the constant crashes stopped on my end.
Comment 5•5 years ago
|
||
Adding the macOS specific signature.
Comment 6•5 years ago
|
||
I disabled my network.http.http3.enabled pref, but I'm still hitting this crash signature (like a dozen times in a row) when loading this Bugzilla bug dashboard:
Comment 7•5 years ago
|
||
"assertion failed: self.state_active()"
AFAICT this assertion was added in bug 1576051.
Assignee | ||
Comment 8•5 years ago
|
||
The bug was fixed in neqo. I need to pull new version of neqo into mozilla-central.
I will make a quick fix for bug 1595337 (the bug needsto be fixed in neqo) and I will pull a new version of neqo.
Assignee | ||
Comment 9•5 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #6)
I disabled my network.http.http3.enabled pref, but I'm still hitting this crash signature (like a dozen times in a row) when loading this Bugzilla bug dashboard:
I need to understand this one:
if your pref is disable you should not be hitting exactly this signature. If you do we have a different bug and I would like a http log to figure out what is happening. You may hit this bug if you had the pref on and you disable it, after disabling it there may be still some http3 connections running and when they are closed we hit this issue.
Comment 10•5 years ago
•
|
||
AFAICT this assertion was added in bug 1576051.
So 1576051 was basically a mach vendor rust
on the Firefox repo when working on an unrelated feature. Unfortunately, as i understand, mach vendor rust is a bit of a blunt tool, and may choose to upgrade unrelated packages which can be upgraded. From a cursory examination of 1576051, I don't believe any modules added there depends on neqo (will follow-up if I discover anything on further examination). It looks like this break is due to something in upstream neqo?
Assignee | ||
Comment 11•5 years ago
•
|
||
(In reply to Shravan Narayan from comment #10)
AFAICT this assertion was added in bug 1576051.
So 1576051 was basically a
mach vendor rust
on the Firefox repo when working on an unrelated feature. Unfortunately, as i understand, mach vendor rust is a bit of a blunt tool, and may choose to upgrade unrelated packages which can be upgraded. From a cursory examination of 1576051, I don't believe any modules added there depends on neqo (will follow-up if I discover anything on further examination). It looks like this break is due to something in upstream neqo?
When I was doing mach vendor rust
for neqo, I was told to do it based on autoland not mozilla-central. Doing it on autoland does not update any other crates except one needed.
Assignee | ||
Comment 12•5 years ago
|
||
(In reply to Dragana Damjanovic [:dragana] from comment #11)
(In reply to Shravan Narayan from comment #10)
AFAICT this assertion was added in bug 1576051.
So 1576051 was basically a
mach vendor rust
on the Firefox repo when working on an unrelated feature. Unfortunately, as i understand, mach vendor rust is a bit of a blunt tool, and may choose to upgrade unrelated packages which can be upgraded. From a cursory examination of 1576051, I don't believe any modules added there depends on neqo (will follow-up if I discover anything on further examination). It looks like this break is due to something in upstream neqo?When I was doing
mach vendor rust
for neqo, I was told to do it based on autoland not mozilla-central. Doing it on autoland does not update any other crates except one needed.
I just realize there is another fix for that neqo crates problem. I have filed a bug.
Comment 13•5 years ago
|
||
(In reply to Dragana Damjanovic [:dragana] from comment #9)
(In reply to Chris Peterson [:cpeterson] from comment #6)
I disabled my network.http.http3.enabled pref, but I'm still hitting this crash signature (like a dozen times in a row) when loading this Bugzilla bug dashboard:
I need to understand this one:
if your pref is disable you should not be hitting exactly this signature. If you do we have a different bug and I would like a http log to figure out what is happening. You may hit this bug if you had the pref on and you disable it, after disabling it there may be still some http3 connections running and when they are closed we hit this issue.
I had disabled the pref, but then crashing before cleanly quitting Firefox. Perhaps restarting Firefox from the crash reporter dialog was not launching Firefox in a way that would pick up the new pref value? I'm not able to reproduce the crash (with the pref disabled) today.
Comment 14•5 years ago
|
||
This by far the worst crash in nightly ATM. Dragana can you get this neqo update in today?
Assignee | ||
Comment 15•5 years ago
|
||
(In reply to Julien Cristau [:jcristau] from comment #14)
This by far the worst crash in nightly ATM. Dragana can you get this neqo update in today?
Just to be clear http3 is disabled by default. I just did a new neqo release and I will make m.-c. patch.
Updated•5 years ago
|
Assignee | ||
Comment 16•5 years ago
|
||
(In reply to Dragana Damjanovic [:dragana] from comment #15)
(In reply to Julien Cristau [:jcristau] from comment #14)
This by far the worst crash in nightly ATM. Dragana can you get this neqo update in today?
Just to be clear http3 is disabled by default. I just did a new neqo release and I will make m.-c. patch.
I found another bug in neqo that needs to be fix before I can pull the new version. I hope to get a review for the neqo bug today.
Assignee | ||
Comment 17•5 years ago
•
|
||
Fixed by bug 1596069.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•3 years ago
|
Description
•