You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed off-band: This is only reproducible on Linux and the culprit is might be code from solc. So we just create a minimal reproducer (using only solc if the bug stems from there) and open an issue in bun.
It looks like this happens just after or during Module initialization. It looks like a race condition. Once initialization passes, we can call the compilation thousands of times without any issues. I see that in Bun initialisation is faster than in Node.js case.
Anyway issue is created: oven-sh/bun#17146 . I think it would be worth triaging the Emscripten module initialization and experimenting with compilation options like DYNAMIC_EXECUTION and WASM_ASYNC_COMPILATION.
Sometimes tests fail when executed with
bun
The text was updated successfully, but these errors were encountered: