Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Fix recursive asserts in coreclr. #1217

Merged
merged 2 commits into from
Jul 8, 2015
Merged

Conversation

mikem8361
Copy link
Member

Remove assert in VM break handler to prevent recursive asserts. Fixed problem where the DebugBreak wasn't terminating the app on an assert causing double assert messages. Restoring the SIGTRAP handler and returning was continuing the DebugBreak not terminating. Replaced this with an abort().

Cleanup the assert message formatting.

Remove assert in VM break handler to prevent recursive asserts. Fixed problem where the DebugBreak wasn't terminating the app on an assert causing double assert messages.  Restoring the SIGTRAP handler and returning was continuing the DebugBreak not terminating. Replaced this with an abort().

Cleanup the assert message formatting.
@mikem8361
Copy link
Member Author

@janvorli and @sergiy-k code review?

@janvorli
Copy link
Member

janvorli commented Jul 8, 2015

LGTM modulo the minor comments.

mikem8361 added a commit that referenced this pull request Jul 8, 2015
Fix recursive asserts in coreclr.
@mikem8361 mikem8361 merged commit ee73e6c into dotnet:master Jul 8, 2015
@mikem8361 mikem8361 deleted the fixassert branch July 8, 2015 21:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants