Closed Bug 706727 Opened 13 years ago Closed 12 years ago

Add some lock glue to prefixSignatureRegEx

Categories

(Socorro :: Infra, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: mccr8, Unassigned)

References

Details

Please add the following items to prefixSignatureRegEx:

PR_WaitCondVar
mozilla::CondVar::Wait

The hang detector often triggers when the main thread is sitting in a CondVar, so adding these two items will help distinguish stacks.

For instance, in this case we'd want to see nsCycleCollectorRunner::Collect:
https://crash-stats.mozilla.com/report/index/c6fc5d76-ad79-449b-830d-a7e4b2111128

In this one, I think we'd end up in IPC glue, but I'm not really familiar enough with that part of the code to know whether it is useful or not:
https://crash-stats.mozilla.com/report/index/2d74ccba-0e1f-4d8b-9029-29dbb2111128
Component: Socorro → General
Product: Webtools → Socorro
Component: General → Infra
Andrew, given that the hang detector probably won't be turned on this way again and we're going through telemetry for chrome hang reporting, do we still want/need this?
Probably not.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.