Skip to content

Conversation

@CDRussell
Copy link
Member

@CDRussell CDRussell commented Apr 28, 2020

Task/Issue URL: https://app.asana.com/0/608920331025315/1173206265028385
Tech Design URL:
CC:

Description:
Add try/catch to uncaught exception handler. We've observed scenarios where the exception handling can itself throw an exception which would cause an infinite loop.

Steps to test this PR:

  1. Throw exception from the uncaught exception handler

Internal references:

Software Engineering Expectations
Technical Design Template

Copy link
Contributor

@marcosholgado marcosholgado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job! Tested with and without the try catch and working as expect, without it loops indefinitely reporting new crashes and with the try catch it doesn't.

@CDRussell CDRussell merged commit 8c7b763 into develop Apr 28, 2020
@CDRussell CDRussell deleted the feature/craig/add_catch_to_exception_handler branch April 28, 2020 10:56
CDRussell added a commit that referenced this pull request Apr 28, 2020
* Add try/catch handling to uncaught exception handler

* Add try/catch to exception handler

(cherry picked from commit 8c7b763)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants