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

Give an option to disable exceptions #16

Closed
odygrd opened this issue Apr 21, 2020 · 2 comments
Closed

Give an option to disable exceptions #16

odygrd opened this issue Apr 21, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@odygrd
Copy link
Owner

odygrd commented Apr 21, 2020

No description provided.

@odygrd odygrd added the enhancement New feature or request label Apr 21, 2020
@azuresigma
Copy link

Hi, I actually had an issue with exception in quill. I set back thread to a cpu that is out of range. back end thread throws an exception, but I didn't find a way to catch the exception. The call is in main thread and exception is from back end thread. I didn't know what caused the crash, had to use debugger to reproduce the error to find out where it came from. I always prefer to not throw exception if possible.

@odygrd
Copy link
Owner Author

odygrd commented Apr 22, 2020

Hey thanks for reporting.

Yes you are not able to catch this exception because it is thrown in the backend worker thread and I am not transporting it or anything.

The purpose is to just crash the application at the moment, but I agree it should somehow give a more informative message

@odygrd odygrd closed this as completed in 27c10d7 Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants