Closed
Bug 1371008
Opened 9 years ago
Closed 8 years ago
Add CreateFileMappingA and a few others to the skiplist
Categories
(Socorro :: Processor, task)
Socorro
Processor
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: benjamin, Assigned: peterbe)
References
Details
Crashes (and especially hangs) at CreateFileMappingA aren't useful. We almost always care about who called that (and often the grandparent or beyond, because the caller is frequently WaitForMultipleObjects)
Please add the following functions to the skiplist:
CreateFileMappingA
ConditionVariableFallback::wait(_RTL_CRITICAL_SECTION*, unsigned long)
| Reporter | ||
Comment 1•8 years ago
|
||
Willkg, setting an explicit NEEDINFO since this never got triaged.
Flags: needinfo?(willkg)
| Assignee | ||
Comment 3•8 years ago
|
||
Mind you, we're in a freeze of pushing new code since we're waiting for the ES migration to finish.
Assignee: nobody → peterbe
Flags: needinfo?(willkg)
Flags: needinfo?(peterbe)
| Assignee | ||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/d0d8ae7b5e351e2a5550c0137fe2ae3a8d938f21
fixes bug 1371008 - Add CreateFileMappingA and a few others to the skiplist (#3846)
* fixes bug 1371008 - Add CreateFileMappingA and a few others to the skiplist
* include brackets
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•8 years ago
|
||
I reprocessed a crash [0]
Before it was: `[@ hang | CreateFileMappingA ]`
After it became: `[@ hang | CreateFileMappingA | MsgWaitForMultipleObjects | mozilla::ipc::MessageChannel::SpinInternalEventLoop ]`
[0] https://crash-stats.allizom.org/report/index/5bc5ed5a-c6c6-4de6-be77-25db80170718?refresh=cache
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•