Skip to content

Commit

Permalink
Bug 1794587 - Ignore most wait functions that appear in shutdown hang…
Browse files Browse the repository at this point in the history
… stacks
  • Loading branch information
gabrielesvelto authored and willkg committed Oct 13, 2022
1 parent 64ac9e5 commit c28fe04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions socorro/signature/siglists/irrelevant_signature_re.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,15 @@ mozalloc_handle_oom
mozglue_static::oom_hook::hook
mozglue_static::panic_hook
mozcrt19.dll@0x
mozilla::detail::BaseMonitorAutoLock
mozilla::detail::ConditionVariableImpl
mozilla::gfx::Log<
mozilla::ipc::WriteIPDLParam
mozilla::ipc::IPDLParamTraits<T>::Write
mozilla::Monitor::Wait
mozilla::net::ShutdownEvent::PostAndWait
mozilla::OffTheBooksCondVar::Wait
mozilla::TaskController::GetRunnableForMTTask
mozilla::ThreadEventQueue
mozilla::widget::WlCrashHandler
nsThread::GetEvent
Expand Down
8 changes: 3 additions & 5 deletions socorro/signature/siglists/prefix_signature_re.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ mozalloc_abort
mozalloc_handle_oom
moz_malloc_size_of
mozilla::CheckCheckedUnsafePtrs<T>::Check
mozilla::detail::ConditionVariableImpl::
mozilla::detail::HashTable<.*>::
mozilla::detail::InvalidArrayIndex_CRASH
mozilla::detail::nsTStringRepr<T>::
Expand All @@ -108,9 +107,9 @@ mozilla::DOMEventTargetHelper::AddRef
mozilla::Maybe<T>
mozilla::MozPromise<T>::ThenCommand<T>::Track
mozilla::MozPromise<T>::ThenInternal
mozilla::net::ShutdownEvent::PostAndWait
mozilla::OffTheBooksMutex::Lock
SleepConditionVariableCS
SleepConditionVariableSRW
SleepConditionVariable(CS|SRW)
mozilla::TimeStamp::Now
mozilla::detail::MutexImpl::
mozilla::detail::SupportCheckedUnsafePtrImpl<T>::~SupportCheckedUnsafePtrImpl
Expand All @@ -126,8 +125,7 @@ mozilla::ipc::Shmem::OpenExisting
mozilla::ipc::IProtocol::ChannelSend
mozilla::ipc::IToplevelProtocol::ShmemCreated
mozilla::layers::CompositorD3D11::Failed
mozilla::SpinEventLoopUntil<T>
mozilla::TaskController::GetRunnableForMTTask
mozilla::SpinEventLoopUntil
mozilla::WrapNotNull<
mozilla.*FatalError
moz_xmalloc
Expand Down
1 change: 1 addition & 0 deletions socorro/signature/siglists/signature_sentinels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ mozilla::detail::MutexImpl::lock
mozilla::detail::MutexImpl::mutexLock
mozilla::detail::MutexImpl::mutexTryLock
mozilla::detail::MutexImpl::tryLock
mozilla::detail::BaseMonitorAutoLock<T>::Wait

# These mark the top-most interesting frame of a Linux assertion.
__GI___assert_fail
Expand Down

0 comments on commit c28fe04

Please sign in to comment.