Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit VM on uncaught exception #191

Merged
merged 2 commits into from
Oct 18, 2017
Merged

Exit VM on uncaught exception #191

merged 2 commits into from
Oct 18, 2017

Conversation

smarr
Copy link
Owner

@smarr smarr commented Oct 15, 2017

Request a VM exit when we catch an uncaught exception.

Was there any reason we didn't do this before?
Not sure why this isn't done.
This leaves the VM hanging on error, which is problematic on the CI systems, and strange locally.

@daumayr could you have a look at this?

@smarr smarr added the bug Fixes an issue, incorrect implementation label Oct 15, 2017
@smarr smarr added this to the v0.6.0 - Black Diamonds milestone Oct 15, 2017
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 80.028% when pulling 82da3cf on exit-on-error into c3e8381 on dev.

@daumayr
Copy link
Contributor

daumayr commented Oct 16, 2017

Looks fine, the failed CI for the second replay test has probably a different cause (sometimes the trace can't be replayed)

@smarr smarr merged commit eff3bbe into dev Oct 18, 2017
@smarr smarr deleted the exit-on-error branch October 18, 2017 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes an issue, incorrect implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants