Open
Bug 1421981
Opened 8 years ago
Updated 3 years ago
Intermittent PROCESS-CRASH | security/manager/ssl/tests/mochitest/browser/browser_downloadCert_ui.js | application crashed [@ mozilla::detail::MutexImpl::lock]
Categories
(Core :: Graphics: Layers, defect, P5)
Core
Graphics: Layers
Tracking
()
NEW
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure, Whiteboard: [gfx-noted])
Comment 1•8 years ago
|
||
Looks like we're crashing while trying to lock a mutex:
[task 2017-11-30T11:45:09.738Z] 11:45:09 INFO - GECKO(3526) | mozilla::detail::MutexImpl::lock: pthread_mutex_lock failed: Invalid argument
[task 2017-11-30T11:45:09.738Z] 11:45:09 INFO - GECKO(3526) | Hit MOZ_CRASH(mozilla::detail::MutexImpl::lock: pthread_mutex_lock failed) at /builds/worker/workspace/build/src/mozglue/misc/Mutex_posix.cpp:75
Crashing thread stack trace:
[task 2017-11-30T11:45:18.908Z] 11:45:18 INFO - Thread 22 (crashed)
[task 2017-11-30T11:45:18.909Z] 11:45:18 INFO - 0 firefox!mozilla::detail::MutexImpl::lock [Mutex_posix.cpp:8596ae787e5c : 74 + 0x24]
[task 2017-11-30T11:45:18.915Z] 11:45:18 INFO - 1 libxul.so!mozilla::OffTheBooksMutex::Lock [BlockingResourceBase.cpp:8596ae787e5c : 385 + 0x8]
[task 2017-11-30T11:45:18.918Z] 11:45:18 INFO - 2 libxul.so!mozilla::layers::CompositorVsyncScheduler::DispatchVREvents [Monitor.h:8596ae787e5c : 35 + 0x5]
[task 2017-11-30T11:45:18.922Z] 11:45:18 INFO - 3 libxul.so!mozilla::detail::RunnableMethodImpl<mozilla::layers::CompositorVsyncScheduler*, void (mozilla::layers::CompositorVsyncScheduler::*)(mozilla::TimeStamp), true, (mozilla::RunnableKind)1u, mozilla::TimeStamp>::Run [nsThreadUtils.h:8596ae787e5c : 1142 + 0x18]
[task 2017-11-30T11:45:18.928Z] 11:45:18 INFO - 4 libxul.so!MessageLoop::RunTask [message_loop.cc:8596ae787e5c : 452 + 0x6]
Main thread stack trace:
task 2017-11-30T11:45:18.976Z] 11:45:18 INFO - Thread 0
[task 2017-11-30T11:45:18.977Z] 11:45:18 INFO - 0 libxul.so!nsIFrame::PresContext [nsIFrame.h:8596ae787e5c : 645 + 0x0]
[task 2017-11-30T11:45:18.993Z] 11:45:18 INFO - 1 libxul.so!mozilla::ElementRestyler::Restyle [GeckoRestyleManager.cpp:8596ae787e5c : 1824 + 0xc]
ask 2017-11-30T11:45:19.000Z] 11:45:19 INFO - 2 libxul.so!mozilla::ElementRestyler::RestyleContentChildren [GeckoRestyleManager.cpp:8596ae787e5c : 3530 + 0xe]
[task 2017-11-30T11:45:19.006Z] 11:45:19 INFO - 3 libxul.so!mozilla::ElementRestyler::RestyleChildren [GeckoRestyleManager.cpp:8596ae787e5c : 3058 + 0xe]
Component: JavaScript: GC → Graphics: Layers
Updated•8 years ago
|
Summary: Intermittent ShutdownLeaks | process() called before end of test suite → Intermittent PROCESS-CRASH | security/manager/ssl/tests/mochitest/browser/browser_downloadCert_ui.js | application crashed [@ mozilla::detail::MutexImpl::lock]
| Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Whiteboard: [gfx-noted]
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•