Hello, could anyone give tips on debugging the following error:
Pthread 0x2a648 completed its main entry point with an `unwind`, keeping the worker alive for asynchronous operation.
I've been seeing this error consistently in my application; there's no other log about exceptions, even in Debug or ASan modes. The application *seems* to work fine despite it (but the error log would confuse users as chrome://extensions warns about this in red). It's not a recent regression - I saw it on many other Emscripten versions.
Regards,
Maksim