gecko-dev/testing/mozbase/mozcrash
Kris Maglione 44386e0e66 Bug 1555427: Skip abort functions when determining crash signature. r=gbrown
mozalloc_abort and related abort functions are the top frame for many
different, unrelated crashes because they happen to be the standard way to
abort execution. That makes it difficult to properly classify and deal with
intermittent failures.

This patch changes our crash handling behavior so that we try to skip any
frames at the top of the stack that are in generic abort functions, and use
the topmost frame which is actually relevant to the crash reason instead.

Differential Revision: https://phabricator.services.mozilla.com/D33051

--HG--
extra : moz-landing-system : lando
2019-05-30 17:56:25 +00:00
..
mozcrash Bug 1555427: Skip abort functions when determining crash signature. r=gbrown 2019-05-30 17:56:25 +00:00
tests Bug 1428706 - [mozcrash] Add support for Python 3; r=ted 2019-02-11 13:37:25 +00:00
setup.cfg Bug 1428706 - [mozcrash] Bump version number to 1.2.0 and prepare for release with Python 3 support; r=ahal 2019-02-11 15:51:24 +00:00
setup.py Bug 1428706 - [mozcrash] Bump version number to 1.2.0 and prepare for release with Python 3 support; r=ahal 2019-02-11 15:51:24 +00:00