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

uncaughtException error handler #37

Open
reisandbeans opened this issue May 27, 2022 · 3 comments
Open

uncaughtException error handler #37

reisandbeans opened this issue May 27, 2022 · 3 comments

Comments

@reisandbeans
Copy link

Apologies if this is not the proper place to report this issue, but I'm still not completely sure of what the problem is and I don't use bortli directly (it was added to my project as a dependency of a dependency).

I have an uncaughtException handler on my project that is supposed to log errors and all that, and I noticed that it's not being called anymore. Upon debugging, I noticed that an additional exception handler is being added to process, and it seems to come from brotli:

image

These lines seem to be interfering with my other error handlers, not letting the error reach them. If I clear all the error listers, and re-add mine, issue goes away. Can someone please help?

@kolarski
Copy link

kolarski commented Jun 4, 2022

I'm experiencing the same issue!

@knightcode
Copy link

This is a year old?!

Please, recompile emscripten with options -sNODEJS_CATCH_EXIT=0 -sNODEJS_CATCH_REJECTION=0

For all of our sakes!

@ajfranzoia
Copy link

@reisandbeans @kolarski @knightcode have you found any alternative? Thanks

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

No branches or pull requests

4 participants