Closed
Bug 1438971
Opened 8 years ago
Closed 7 years ago
Crash in mozilla::LinkedList<T>::LinkedList<T>
Categories
(Core :: Networking: DNS, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | fixed |
People
(Reporter: calixte, Assigned: valentin)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, Whiteboard: [necko-triaged][trr])
Crash Data
This bug was filed from the Socorro interface and is
report bp-25aeed53-afb9-4141-a96a-82de30180216.
=============================================================
Top 8 frames of crashing thread:
0 xul.dll mozilla::LinkedList<RefPtr<nsResolveHostCallback> >::LinkedList<RefPtr<nsResolveHostCallback> > mfbt/LinkedList.h:441
1 xul.dll nsHostResolver::CompleteLookup netwerk/dns/nsHostResolver.cpp:1648
2 xul.dll nsHostResolver::ThreadFunc netwerk/dns/nsHostResolver.cpp:1852
3 nss3.dll PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:397
4 nss3.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:137
5 ucrtbase.dll thread_start<unsigned int >
6 kernel32.dll BaseThreadInitThunk
7 ntdll.dll RtlUserThreadStart
=============================================================
There is 1 crash in nightly 60 with buildid 20180216104033. In analyzing the backtrace, the regression may have been introduced by patch [1] to fix bug 1434852.
[1] https://hg.mozilla.org/mozilla-central/rev?node=6776d69d2f03
Flags: needinfo?(daniel)
Comment 1•8 years ago
|
||
Clearly TRR-related, yes!
Assignee: nobody → daniel
Flags: needinfo?(daniel)
Priority: -- → P1
Whiteboard: [necko-triaged]
Updated•7 years ago
|
Whiteboard: [necko-triaged] → [necko-triaged][trr]
Comment 2•7 years ago
|
||
12 crashes that seem to not happen on buildid after 20180219220041
Priority: P1 → P3
Assignee | ||
Comment 3•7 years ago
|
||
(In reply to Daniel Stenberg [:bagder] from comment #2)
> 12 crashes that seem to not happen on buildid after 20180219220041
No more crashes since this. I think we can safely say it's fixed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Assignee: daniel → valentin.gosu
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•