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

Log fatal errors in standalone app instead of crashing #176

Merged
merged 2 commits into from
Jan 19, 2020

Conversation

jpgill86
Copy link
Owner

If a fatal exception was raised when launching a dataset in the standalone app, neurotic would previously simply crash. After this change, the exception traceback is recorded in the log file and streamed to stderr, but the app should not crash.

Closes #175

If a fatal exception was raised when launching a dataset in the standalone app, neurotic would previously simply crash. After this change, the exception traceback is recorded in the log file and streamed to stderr, but the app should not crash.
@jpgill86 jpgill86 added this to the 1.4.0 milestone Jan 19, 2020
@coveralls
Copy link

coveralls commented Jan 19, 2020

Coverage Status

Coverage decreased (-0.06%) to 54.727% when pulling fcd6089 on log-tracebacks into 127aa75 on master.

@jpgill86 jpgill86 merged commit a692c58 into master Jan 19, 2020
@jpgill86 jpgill86 deleted the log-tracebacks branch January 19, 2020 00:23
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.

Log crash tracebacks
2 participants