Closed
Bug 1152041
Opened 10 years ago
Closed 10 years ago
Don't open autodial dialogs after shutdown.
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla41
People
(Reporter: mayhemer, Assigned: dragana)
References
Details
Attachments
(1 file)
962 bytes,
patch
|
mayhemer
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
We get shutdown deadlock.
https://crash-stats.mozilla.com/report/index/5ba8f826-a4b2-4131-a63c-e4b112150404#allthreads, thread 11 (socket thread) shows a dialog via nsAutodial::DialDefault:
RasDialDlgW
nsAutodial::DialDefault(wchar_t const*)
nsNativeConnectionHelper::OnConnectionFailed(wchar_t const*)
nsSocketTransport::RecoverFromError()
mozilla::net::nsHttpConnectionMgr::nsHalfOpenSocket::OnTransportStatus(nsITransport*, nsresult, __int64, __int64)
Updated•10 years ago
|
Assignee: nobody → dd.mozilla
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8603740 -
Flags: review?(honzab.moz)
Assignee | ||
Comment 2•10 years ago
|
||
![]() |
Reporter | |
Comment 3•10 years ago
|
||
Comment on attachment 8603740 [details] [diff] [review]
bug_1152041_v1.patch
Review of attachment 8603740 [details] [diff] [review]:
-----------------------------------------------------------------
Nice. Let's see how it works.
Attachment #8603740 -
Flags: review?(honzab.moz) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Comment 7•10 years ago
|
||
Should this be uplifted to aurora and maybe beta? It is late for beta but if it doesn't seem too risky, we are hoping to get the crash rate down.
Flags: needinfo?(honzab.moz)
![]() |
Reporter | |
Comment 8•10 years ago
|
||
Probably, Dragana, can you request approvals?
Flags: needinfo?(honzab.moz) → needinfo?(dd.mozilla)
Comment 9•10 years ago
|
||
[Tracking Requested - why for this release]:
Too late for beta. This could still make it into 40.
status-firefox39:
--- → wontfix
tracking-firefox39:
--- → +
tracking-firefox40:
--- → +
tracking-firefox41:
--- → +
Assignee | ||
Comment 10•10 years ago
|
||
I would like to uplift bug 1169554 as well. It is not an error in this bug just makes it more restrictive and I feel better about it.
Flags: needinfo?(dd.mozilla)
Assignee | ||
Comment 11•10 years ago
|
||
Comment on attachment 8603740 [details] [diff] [review]
bug_1152041_v1.patch
Approval Request Comment
[Feature/regressing bug #]: long existing bug
[User impact if declined]: it is a crash
[Describe test coverage new/current, TreeHerder]: it is in Nightly for some weeks
[Risks and why]: low risk a simple patch and it is in Nightly for some weeks
[String/UUID change made/needed]: none
Attachment #8603740 -
Flags: approval-mozilla-aurora?
Comment 12•10 years ago
|
||
Comment on attachment 8603740 [details] [diff] [review]
bug_1152041_v1.patch
fix a crash, taking it.
Attachment #8603740 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 13•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•