Closed
Bug 1310694
Opened 8 years ago
Closed 7 years ago
[skiplist] Skip 'KiUserExceptionDispatcher'
Categories
(Socorro :: Signature, task, P2)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marco, Assigned: willkg)
References
Details
Attachments
(1 file)
Assignee | ||
Comment 1•7 years ago
|
||
Tossing this in the queue to do.
Priority: -- → P2
Summary: Skip 'KiUserExceptionDispatcher' → [skiplist] Skip 'KiUserExceptionDispatcher'
Assignee | ||
Comment 3•7 years ago
|
||
Some sample crash reports:
https://crash-stats.mozilla.com/report/index/0beb7122-33aa-408c-a4a5-27bee0180108
Signature: RtlDispatchException | KiUserExceptionDispatcher
https://crash-stats.mozilla.com/report/index/a611a96a-810f-4719-8988-ea9b10180106
Signature: KiUserExceptionDispatcher
https://crash-stats.mozilla.com/report/index/aa5b8c6a-186b-4af4-b018-bd1d20180107
Signature: RtlpCallVectoredHandlers | RtlCallVectoredExceptionHandlers | RtlDispatchException | KiUserExceptionDispatcher
https://crash-stats.mozilla.com/report/index/3ebe1ed5-7fef-4eb8-bda8-bf1c90180106
Signature: RtlAcquireSRWLockExclusive | RtlReleasePrivilege | RtlCallVectoredExceptionHandlers | RtlDispatchException | KiUserExceptionDispatcher
Assignee | ||
Comment 4•7 years ago
|
||
Marco: Do these signatures look better?:
app@processor:/app$ python -m socorro.signature 0beb7122-33aa-408c-a4a5-27bee0180108 a611a96a-810f-4719-8988-ea9b10180106 aa5b8c6a-186b-4af4-b018-bd1d20180107 3ebe1ed5-7fef-4eb8-bda8-bf1c90180106
Crash id: 0beb7122-33aa-408c-a4a5-27bee0180108
Original: RtlDispatchException | KiUserExceptionDispatcher
New: RtlDispatchException | KiUserExceptionDispatcher | cifft
Same?: False
Crash id: a611a96a-810f-4719-8988-ea9b10180106
Original: KiUserExceptionDispatcher
New: KiUserExceptionDispatcher | QueryOglResource
Same?: False
Crash id: aa5b8c6a-186b-4af4-b018-bd1d20180107
Original: RtlpCallVectoredHandlers | RtlCallVectoredExceptionHandlers | RtlDispatchException | KiUserExceptionDispatcher
New: RtlpCallVectoredHandlers | RtlCallVectoredExceptionHandlers | RtlDispatchException | KiUserExceptionDispatcher | RtlpCallVectoredHandlers | RtlCallVectoredExceptionHandlers | RtlDispatchException | KiUserExceptionDispatcher | RtlpCallVectoredHandlers |...
Same?: False
Notes: (1)
SignatureTool: signature truncated due to length
Crash id: 3ebe1ed5-7fef-4eb8-bda8-bf1c90180106
Original: RtlAcquireSRWLockExclusive | RtlReleasePrivilege | RtlCallVectoredExceptionHandlers | RtlDispatchException | KiUserExceptionDispatcher
New: RtlAcquireSRWLockExclusive | RtlReleasePrivilege | RtlCallVectoredExceptionHandlers | RtlDispatchException | KiUserExceptionDispatcher | WasmFaultHandler
Same?: False
Flags: needinfo?(mcastelluccio)
Assignee | ||
Comment 5•7 years ago
|
||
Reporter | ||
Comment 6•7 years ago
|
||
(In reply to Will Kahn-Greene [:willkg] ET needinfo? me from comment #4)
> Marco: Do these signatures look better?:
They definitely look better. I'm thinking some of these functions could go in the ignorelist, to avoid truncation in some cases (like in your third example), but that's another bug.
Flags: needinfo?(mcastelluccio)
Assignee | ||
Comment 7•7 years ago
|
||
Bumping this bug to the signature component.
Component: General → Signature
Comment 8•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/ca8678161ab813b6f973ed390c7281353f7ee91c
fixes bug 1310694 - add KiUserExceptionDispatcher to prefix list
https://github.com/mozilla-services/socorro/commit/77b8fdd859ac50ec88ed785122aaf1fa0ddf9471
Merge pull request #4279 from willkg/1310694-kiuserexceptiondispatcher
fixes bug 1310694 - add KiUserExceptionDispatcher to prefix list
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•