Closed Bug 1419548 Opened 7 years ago Closed 7 years ago

Crash in <T>::operator() | mozilla::detail::RunnableFunction<T>::Run in nsCookieService.cpp

Categories

(Core :: Networking: Cookies, defect)

58 Branch
All
Windows
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 1415120
Tracking Status
firefox-esr52 --- unaffected
firefox57 --- unaffected
firefox58 + fixed
firefox59 --- fixed

People

(Reporter: philipp, Unassigned)

References

Details

(Keywords: crash, regression)

Crash Data

[Tracking Requested - why for this release]: this signature is regressing in firefox 58 and the top browser crash on 58.0b with 11% of browser crashes. this appears to be primarily triggered by the cookie changes in bug 870460. (there's also a less common a11y crash in bug 1411685 sharing the same signature) This bug was filed from the Socorro interface and is report bp-1c6431e5-54fc-4bd2-aa1e-ff8b70171121. ============================================================= Top 10 frames of crashing thread: 0 xul.dll &lt;lambda_615e2014ccfa64db7f978e9048436156&gt;::operator netwerk/cookie/nsCookieService.cpp:1924 1 xul.dll mozilla::detail::RunnableFunction&lt;&lt;lambda_615e2014ccfa64db7f978e9048436156&gt; &gt;::Run xpcom/threads/nsThreadUtils.h:529 2 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1037 3 xul.dll NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:513 4 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:125 5 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:319 6 xul.dll MessageLoop::Run ipc/chromium/src/base/message_loop.cc:299 7 xul.dll nsBaseAppShell::Run widget/nsBaseAppShell.cpp:159 8 xul.dll nsAppShell::Run widget/windows/nsAppShell.cpp:230 9 xul.dll nsAppStartup::Run toolkit/components/startup/nsAppStartup.cpp:288 =============================================================
It's Bug 1415120. Let's see if we need an uplift.
nightly still crashes with this signature and MOZ_RELEASE_ASSERT(marshalResult != E_INVALIDARG) with the 20171121220115 build, which has the patch from bug 1415120.
Flags: needinfo?(juhsu)
Track 58+ as the volume of crashes is high.
It meets expectation. bug 1415120 eliminates the crashes in CookieService with EXCEPTION_ACCESS_VIOLATION_READ 0x0. Like bug 1411685 comment 8 said, the RunnableFunction<T> is too generic.
Blocks: 1411685
Flags: needinfo?(juhsu)
This is dup of bug 1415120 and let's wait patch of bug 1415120 uplifting to beta.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Mark 58/59 fixed as bug 1415120 was fixed in 58/59.
You need to log in before you can comment on or make changes to this bug.