Closed Bug 1364370 Opened 7 years ago Closed 7 years ago

Crash in mozilla::net::nsHttpConnection::DontReuse

Categories

(Core :: Networking: HTTP, defect)

52 Branch
x86_64
Windows 10
defect
Not set
critical

Tracking

()

RESOLVED WONTFIX

People

(Reporter: maxbritov, Unassigned)

Details

(Keywords: crash)

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0 Build ID: 20170510100118 Steps to reproduce: We using FF ERS at company. I testing FF 52 on two users. They both have crashes with 52.1. It may be crashes begins from 51.1.0build2. build1 seems stable here. First user two last crash reports: https://crash-stats.mozilla.com/report/index/a5d7f8e9-0ce6-4940-90bf-73d6a0170511 https://crash-stats.mozilla.com/report/index/9ac90b73-2651-4f86-b03b-a11e40170511 Second user: https://crash-stats.mozilla.com/report/index/2a599dd7-4f7b-4d8d-9523-69aea0170511 https://crash-stats.mozilla.com/report/index/b9f9fcbc-fdeb-42d4-a4f7-d55d80170511 Actual results: Crash Expected results: Unbreakable browsing :)
Dragama, could you help here like in bug https://bugzilla.mozilla.org/show_bug.cgi?id=1337826#c6
Severity: normal → critical
Component: Untriaged → Networking: HTTP
Flags: needinfo?(dd.mozilla)
Keywords: crash
OS: Unspecified → Windows 10
Product: Firefox → Core
Hardware: Unspecified → x86_64
This crash in the pipeline feature. This feature is disabled by default on Firefox Desktop for very long time. Can you disable it for your users? (The pipelining is completely removed in Firefox 54)
Flags: needinfo?(dd.mozilla) → needinfo?(ungift-ed)
(In reply to Dragana Damjanovic [:dragana] from comment #2) > This crash in the pipeline feature. This feature is disabled by default on > Firefox Desktop for very long time. Can you disable it for your users? > > (The pipelining is completely removed in Firefox 54) Thanks. That is really old strings in config :) Commented. Testing. //defaultPref("network.http.pipelining", true); //defaultPref("network.http.pipelining.ssl", true); //defaultPref("network.http.proxy.pipelining",true); Could it be source of strange network freezes? ~ every 30min in 52.1.x
(In reply to Maxim Britov from comment #3) > (In reply to Dragana Damjanovic [:dragana] from comment #2) > > This crash in the pipeline feature. This feature is disabled by default on > > Firefox Desktop for very long time. Can you disable it for your users? > > > > (The pipelining is completely removed in Firefox 54) > > Thanks. That is really old strings in config :) Commented. Testing. > > //defaultPref("network.http.pipelining", true); > //defaultPref("network.http.pipelining.ssl", true); > //defaultPref("network.http.proxy.pipelining",true); > > Could it be source of strange network freezes? ~ every 30min in 52.1.x Not that I know. Can you reproduce it? You could make a http log and I can take a look: https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging you can limit the size of the log and the log will be rewritten, so as soon as you notice the network freezing please close the browser so that the relevant part of the log is still in the file.
(In reply to Dragana Damjanovic [:dragana] from comment #2) > This crash in the pipeline feature. This feature is disabled by default on > Firefox Desktop for very long time. Can you disable it for your users? > > (The pipelining is completely removed in Firefox 54) Thanx. Crashes seems fixed.
Flags: needinfo?(ungift-ed)
(In reply to Dragana Damjanovic [:dragana] from comment #4) > (In reply to Maxim Britov from comment #3) > > (In reply to Dragana Damjanovic [:dragana] from comment #2) > > > This crash in the pipeline feature. This feature is disabled by default on > > > Firefox Desktop for very long time. Can you disable it for your users? > > > > > > (The pipelining is completely removed in Firefox 54) > > > > Thanks. That is really old strings in config :) Commented. Testing. > > > > //defaultPref("network.http.pipelining", true); > > //defaultPref("network.http.pipelining.ssl", true); > > //defaultPref("network.http.proxy.pipelining",true); > > > > Could it be source of strange network freezes? ~ every 30min in 52.1.x > > Not that I know. > Can you reproduce it? You could make a http log and I can take a look: > https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging > > you can limit the size of the log and the log will be rewritten, so as soon > as you notice the network freezing please close the browser so that the > relevant part of the log is still in the file. Please look logs https://ftp.office.modum.by/pub/ffnetlog.7z Environment hw/sw you can found in crash from that user https://crash-stats.mozilla.com/report/index/2a599dd7-4f7b-4d8d-9523-69aea0170511
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.