Closed
Bug 1488827
Opened 7 years ago
Closed 7 years ago
Crash in std::_Func_class<T>::operator()
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox62 | --- | unaffected |
| firefox63 | --- | unaffected |
| firefox64 | --- | fixed |
People
(Reporter: calixte, Assigned: gsvelto)
References
Details
(Keywords: crash, regression)
Crash Data
This bug was filed from the Socorro interface and is
report bp-54b342c5-cb88-4caa-8464-b54c00180905.
=============================================================
Top 10 frames of crashing thread:
0 xul.dll std::_Func_class<void, bool>::operator
1 xul.dll nsresult mozilla::detail::RunnableFunction<std::function<void xpcom/threads/nsThreadUtils.h:564
2 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1161
3 xul.dll NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:519
4 xul.dll mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:125
5 xul.dll MessageLoop::RunHandler ipc/chromium/src/base/message_loop.cc:318
6 xul.dll MessageLoop::Run ipc/chromium/src/base/message_loop.cc:298
7 xul.dll nsBaseAppShell::Run widget/nsBaseAppShell.cpp:158
8 xul.dll nsAppShell::Run widget/windows/nsAppShell.cpp:415
9 xul.dll nsAppStartup::Run toolkit/components/startup/nsAppStartup.cpp:290
=============================================================
There are 7 crashes (for 6 installs) in nightly 64 starting with buildid 20180905123750.
The pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=bade35bc346f&tochange=26990836dc5c
Maybe a consequence of https://hg.mozilla.org/mozilla-central/rev/af8353a3ecbc.
:gsvelto, could you have a look please ?
Flags: needinfo?(gsvelto)
| Assignee | ||
Comment 1•7 years ago
|
||
Yes, we backed out that patch and this should be fixed now. See bug 1463048 comment 13.
Flags: needinfo?(gsvelto)
Updated•7 years ago
|
Updated•7 years ago
|
Comment 2•7 years ago
|
||
Adding another signature which occurred in the same build - 20180905123750.
Crash Signature: [@ std::_Func_class<T>::operator()] → [@ std::_Func_class<T>::operator()]
[@ mozalloc_abort | abort | std::__1::__function::__func<T>::operator()]
Updated•7 years ago
|
Crash Signature: [@ std::_Func_class<T>::operator()]
[@ mozalloc_abort | abort | std::__1::__function::__func<T>::operator()] → [@ std::_Func_class<T>::operator()]
[@ mozalloc_abort | abort | std::__1::__function::__func<T>::operator()] [@ std::__1::__function::__func<T>::operator() ]
You need to log in
before you can comment on or make changes to this bug.
Description
•