Closed
Bug 1710234
Opened 4 years ago
Closed 4 years ago
Crash in [@ TestHTTPAnswerRunnable::IsBackgroundRequestRedirected]
Categories
(Core :: DOM: Security, defect, P1)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox88 | --- | unaffected |
firefox89 | --- | unaffected |
firefox90 | --- | fixed |
People
(Reporter: aryx, Assigned: t.yavor)
References
(Regression)
Details
(Keywords: crash, regression, Whiteboard: [domsecurity-active])
Crash Data
Attachments
(1 file)
9 crashes on 5+ machines, all with 90.0a1 because the code got added in bug 1683015.
Crash report: https://crash-stats.mozilla.org/report/index/52ed34e2-b905-415e-9d6d-dc8950210508
Reason: SIGSEGV /SEGV_MAPERR
Top 10 frames of crashing thread:
0 libxul.so TestHTTPAnswerRunnable::IsBackgroundRequestRedirected dom/security/nsHTTPSOnlyUtils.cpp:677
1 libxul.so TestHTTPAnswerRunnable::OnStartRequest dom/security/nsHTTPSOnlyUtils.cpp:747
2 libxul.so mozilla::extensions::ChannelWrapper::RequestListener::OnStartRequest toolkit/components/extensions/webrequest/ChannelWrapper.cpp:1089
3 libxul.so nsJARChannel::OnStartRequest modules/libjar/nsJARChannel.cpp:1186
4 libxul.so nsInputStreamPump::OnInputStreamReady netwerk/base/nsInputStreamPump.cpp:390
5 libxul.so nsInputStreamReadyEvent::Run xpcom/io/nsStreamUtils.cpp:94
6 libxul.so mozilla::TaskController::DoExecuteNextTaskOnlyMainThreadInternal xpcom/threads/TaskController.cpp:766
7 libxul.so nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1159
8 libxul.so mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:107
9 libxul.so MessageLoop::Run ipc/chromium/src/base/message_loop.cc:310
Flags: needinfo?(lyavor)
Assignee | ||
Comment 1•4 years ago
|
||
Thanks for the report!
I will check it again
Flags: needinfo?(lyavor)
Updated•4 years ago
|
Assignee: nobody → lyavor
Severity: -- → S3
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [domsecurity-active]
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by mozilla@christophkerschbaumer.com:
https://hg.mozilla.org/integration/autoland/rev/1fd97331a29d
Crash in [@ TestHTTPAnswerRunnable::IsBackgroundRequestRedirected]. r=ckerschb
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•4 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•