Closed
Bug 1569305
Opened 6 years ago
Closed 6 years ago
Crash in [@ libxul.so@0x926a0a | libxul.so@0x928180 | libxul.so@0xff9a9f | libxul.so@0x3a4b650 | libxul.so@0xb58194 | libstdc++.so.6.0.27@0x17d624]
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1450630
People
(Reporter: dober, Unassigned)
Details
Crash Data
This bug is for crash report bp-2ef9413e-c81e-41b0-9b95-da7030190726.
Top 10 frames of crashing thread:
0 libxul.so libxul.so@0x926a0a
1 libxul.so libxul.so@0x928180
2 libxul.so libxul.so@0xff9a9f
3 libxul.so libxul.so@0x3a4b650
4 libxul.so libxul.so@0xb58194
5 libstdc++.so.6.0.27 libstdc++.so.6.0.27@0x17d624
6 libxul.so libxul.so@0x9e3e8b
7 libxul.so libxul.so@0x489eac3
8 libxul.so libxul.so@0x489eac3
9 libxul.so libxul.so@0xb4c46b
Updated•6 years ago
|
Product: Firefox → Core
Comment 1•6 years ago
|
||
The assertions are:
MOZ_RELEASE_ASSERT(mWorkerThread == GetCurrentVirtualThread()) (not on worker thread!)
and they are happening on the socket thread.
Unfortunately they're also entirely missing symbolicated backtraces.
In any event, this appears to be bug 1450630 which was also bug 1441131 and which is due to manually enabling TRR or DoH or something like that. Moving into network and duping to one of the bugs.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Component: General → Networking
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•