Closed
Bug 1338190
Opened 9 years ago
Closed 8 years ago
[skiplist] Add CrashReporter::TerminateHandler to skip list
Categories
(Socorro :: Signature, task, P2)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mconley, Assigned: willkg)
Details
CrashReporter::TerminateHandler is the generic uncaught exception handler that I added in bug 1333223. CrashReporter::TerminateHandler in the signatures is not useful, as it really just calls MOZ_CRASH when we hit it so that we create a crash report. We should add that to the skip list.
| Reporter | ||
Updated•9 years ago
|
Component: Infra → General
| Assignee | ||
Comment 1•8 years ago
|
||
Tossing this in the queue of things to do.
Priority: -- → P2
Summary: Add CrashReporter::TerminateHandler to skip list → [skiplist] Add CrashReporter::TerminateHandler to skip list
| Assignee | ||
Comment 2•8 years ago
|
||
Bumping this bug to the signature component.
Component: General → Signature
| Assignee | ||
Comment 3•8 years ago
|
||
Here are two recent example crashes:
65f06168-fb40-4ed9-9346-ae7720180109
441d474a-7cfb-4f30-856c-65a9f0180108
Adding CrashReporter::TerminateHandler yields this:
app@processor:/app$ python -m socorro.signature 65f06168-fb40-4ed9-9346-ae7720180109 441d474a-7cfb-4f30-856c-65a9f0180108
Crash id: 65f06168-fb40-4ed9-9346-ae7720180109
Original: CrashReporter::TerminateHandler
New: CrashReporter::TerminateHandler | std::__terminate
Same?: False
Crash id: 441d474a-7cfb-4f30-856c-65a9f0180108
Original: CrashReporter::TerminateHandler
New: CrashReporter::TerminateHandler | libc++abi.dylib@0x23d68
Same?: False
Comment 5•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/dce65e4ee2ec4465f15dbe29721b228f176c5780
fixes bug 1338190 - add CrashReporter::TerminateHandler to prefix list
https://github.com/mozilla-services/socorro/commit/e63d5a1dd9a3d7c46d9d2c97157877f5ab25076f
Merge pull request #4281 from willkg/1338190-terminatehandler
fixes bug 1338190 - add CrashReporter::TerminateHandler to prefix list
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•