When using dart2wasm in Dart 3.9.2, exceptions thrown inside futures that are called concurrently are bubbling up to the top level and ignoring try/catch blocks. Curiously, it does not happen when the ...
The DisposalDaemon register a shutdown hook in its static block. If some code calls Bouncy Castle while the JVM is being shut down, and if the call triggers the loading of the DisposalDaemon class, an ...