Hit MOZ_CRASH(nsWeakReference not thread-safe) at xpcom/base/nsISupportsImpl.cpp:43 through [@ mozilla::net::OutputStreamTunnel::~OutputStreamTunnel]
Categories
(Core :: Networking: HTTP, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox-esr102 | --- | unaffected |
firefox103 | --- | unaffected |
firefox104 | --- | unaffected |
firefox105 | + | fixed |
People
(Reporter: decoder, Assigned: kershaw)
References
(Regression)
Details
(6 keywords, Whiteboard: [necko-triaged][necko-priority-queue][post-critsmash-triage])
Attachments
(3 files)
The attached testcase crashes on mozilla-central revision 20220814-64a12fec281c (build with (metadatabuildFlags not available)).
For detailed crash information, see attachment.
To reproduce the issue, perform the following steps:
- Download the attached testcase, save as "test.bin".
2a. Build with--enable-fuzzing
(requires Clang and ASan, also build gtests using./mach gtest dontruntests
).
2b. Alternatively you can download builds from TC usingpython -mfuzzfetch -a --fuzzing -n build --target firefox gtest
(see https://github.com/MozillaSecurity/fuzzfetch). - Run
FUZZER=NetworkHttp2ProxyHttp2 build/firefox test.bin
Marking s-s as this could potentially be a security issue (e.g. use-after-free or double-free).
Reporter | ||
Comment 1•2 years ago
|
||
Reporter | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1772205
Updated•2 years ago
|
Comment 4•2 years ago
|
||
The bug is marked as tracked for firefox105 (nightly). We have limited time to fix this, the soft freeze is in a day. However, the bug still isn't assigned.
:ghess, could you please find an assignee for this tracked bug? Given that it is a regression and we know the cause, we could also simply backout the regressor. If you disagree with the tracking decision, please talk with the release managers.
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 7•2 years ago
|
||
r=necko-reviewers,dragana
https://hg.mozilla.org/integration/autoland/rev/c411e9e310525c57013267913fdffc2e457e3656
https://hg.mozilla.org/mozilla-central/rev/c411e9e31052
Updated•2 years ago
|
Updated•2 years ago
|
Description
•