Closed
Bug 720655
Opened 14 years ago
Closed 13 years ago
[skiplist] Add Rtl.*, _Rtl.*, __Rtl.* and NtUser.* to prefixSignatureRegEx
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: scoobidiver, Assigned: laura)
References
(Blocks 1 open bug)
Details
(Whiteboard: [qa-])
In the skiplist, add:
'Rtl.*'
'_Rtl.*'
'__Rtl.*'
'NtUser.*',
Remove:
'RtlpFreeHandleForAtom',
'RtlpDeCommitFreeBlock',
'RtlpAllocateAffinityIndex',
'RtlAddAccessAllowedAce',
'RtlQueryPerformanceFrequency',
'RtlpWaitOnCriticalSection',
'RtlpWaitForCriticalSection'
'NtUserWaitMessage',
'NtUserMessageCall',
![]() |
||
Comment 1•13 years ago
|
||
Laura, I think we should go ahead with this.
Summary: Add Rtl.*, _Rtl.*, __Rtl.* and NtUser.* to the skiplist as prefixSignatureRegEx → [skiplist] Add Rtl.*, _Rtl.*, __Rtl.* and NtUser.* to prefixSignatureRegEx
Assignee | ||
Comment 2•13 years ago
|
||
I'm also getting rid of
'RtlDeleteCriticalSection'
as it should be covered by the more general case.
In https://github.com/lauraxt/socorro/commit/06759a89fdf2f443fe8865ed2ec46e8ca4bf78a0
Assignee: nobody → laura
Target Milestone: --- → 3
Comment 3•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/06759a89fdf2f443fe8865ed2ec46e8ca4bf78a0
Fixes bug 720655, generalize Rtl and NtUser crashes
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [qa-]
Comment 4•13 years ago
|
||
Commit pushed to stage at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/3c59a4c7be2db8191e006392ab3e2bb48fa3b5c0
Fixes bug 720655, generalize Rtl and NtUser crashes
Comment 5•13 years ago
|
||
Commit pushed to https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/3c59a4c7be2db8191e006392ab3e2bb48fa3b5c0
Fixes bug 720655, generalize Rtl and NtUser crashes
Comment 6•13 years ago
|
||
Commit pushed to v3-branch at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/3c59a4c7be2db8191e006392ab3e2bb48fa3b5c0
Fixes bug 720655, generalize Rtl and NtUser crashes
You need to log in
before you can comment on or make changes to this bug.
Description
•