Closed
Bug 1992536
Opened 11 months ago
Closed 11 months ago
Crash in [@ mozilla::net::CookieServiceParent::SetCookies]
Categories
(Core :: DOM: Networking, defect)
Tracking
()
RESOLVED
FIXED
145 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox143 | --- | unaffected |
| firefox144 | --- | wontfix |
| firefox145 | --- | wontfix |
| firefox146 | --- | fixed |
People
(Reporter: release-mgmt-account-bot, Assigned: baku)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
Crash report: https://crash-stats.mozilla.org/report/index/aafa2193-4d06-4cfb-8d44-ef6bb0250919
MOZ_CRASH Reason: MOZ_DIAGNOSTIC_ASSERT(error == nsICookieValidation::eOK)
Top 10 frames of crashing thread:
0 xul.dll mozilla::net::CookieServiceParent::SetCookies netwerk/cookie/CookieServiceParent.cpp:345
1 xul.dll mozilla::dom::WindowGlobalParent::RecvSetCookies dom/ipc/WindowGlobalParent.cpp:1807
2 xul.dll mozilla::dom::PWindowGlobalParent::OnMessageReceived ipc/ipdl/PWindowGlobalParent.cpp:2131
3 xul.dll mozilla::dom::PContentParent::OnMessageReceived ipc/ipdl/PContentParent.cpp:6523
4 xul.dll mozilla::ipc::MessageChannel::DispatchAsyncMessage ipc/glue/MessageChannel.cpp:1797
4 xul.dll mozilla::ipc::MessageChannel::DispatchMessage ipc/glue/MessageChannel.cpp:1723
4 xul.dll mozilla::ipc::MessageChannel::RunMessage ipc/glue/MessageChannel.cpp:1512
5 xul.dll mozilla::ipc::MessageChannel::MessageTask::Run ipc/glue/MessageChannel.cpp:1614
5 xul.dll mozilla::RunnableTask::Run xpcom/threads/TaskController.cpp:705
5 xul.dll mozilla::TaskController::RunTask xpcom/threads/TaskController.cpp:196
By querying Nightly crashes reported within the last 2 months, here are some insights about the signature:
- First crash report: 2025-09-19
- Process type: Parent
- Is startup crash: No
- Has user comments: No
- Is null crash: Yes - 2 out of 5 crashes happened on null or near null memory address
By analyzing the backtrace, the regression may have been introduced by a patch [1] to fix Bug 1982261.
[1] https://hg.mozilla.org/mozilla-central/rev?node=05d9c3f01472
:baku, since you are the author of the potential regressor, could you please take a look?
Flags: needinfo?(amarchesini)
Updated•11 months ago
|
Component: DOM: Core & HTML → DOM: Networking
Comment 1•11 months ago
|
||
Also, what's the impact of this bug on Release builds where diagnostic asserts aren't enabled?
| Assignee | ||
Comment 2•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → amarchesini
Status: NEW → ASSIGNED
Pushed by amarchesini@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/37f622b02d48
https://hg.mozilla.org/integration/autoland/rev/fe6e63a2f914
Use cookie creation time instead or PR_Now() to validate the expiration time, r=valentin,cookie-reviewers
Comment 4•11 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Target Milestone: --- → 145 Branch
| Assignee | ||
Updated•11 months ago
|
Flags: needinfo?(amarchesini)
Updated•11 months ago
|
QA Whiteboard: [qa-triage-done-c146/b145]
Updated•11 months ago
|
Comment 7•11 months ago
|
||
Backed out from beta at the developer's request.
status-firefox146:
--- → fixed
Updated•11 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•