Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Improve Windows handling of certain exceptions. #298

Merged
merged 4 commits into from
Apr 22, 2016

Conversation

sas
Copy link
Contributor

@sas sas commented Apr 22, 2016

No description provided.

@@ -53,6 +53,8 @@ char const *Stringify::ExceptionCode(DWORD code) {
DO_STRINGIFY(EXCEPTION_PRIV_INSTRUCTION)
DO_STRINGIFY(EXCEPTION_SINGLE_STEP)
DO_STRINGIFY(EXCEPTION_STACK_OVERFLOW)
case 0xE06D7363:
Copy link
Contributor

Choose a reason for hiding this comment

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

i'd make a #define or a const for this number

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Somehow I knew that this was not gonna pass code review but still decided to write that shit 😆

Copy link
Contributor

Choose a reason for hiding this comment

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

💃

This code is used for C++ exceptions thrown by user code.
@walter-erquinigo
Copy link
Contributor

@facebook-github-bot shipit

@sas sas merged commit e487d7b into facebookarchive:master Apr 22, 2016
@sas sas deleted the win-breaks branch April 22, 2016 06:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants