rickg-hcl
rickg-hcl
I didn't get a backtrace automatically, but I was able to use the firefox performance tab to get one and in my product, the main browser thread is hung with...
After some investigation, I've determined that the issue only occurs when I attempt to use filesystem operations like FS.readFile from the main browser thread while also doing c++ file operations...
Minimum reproducible testcase. here: ``` emcc -g -s WASMFS -s PROXY_TO_PTHREAD=1 -s PTHREAD_POOL_SIZE=16 -pthread -s FORCE_FILESYSTEM -o test.html firefox_test.c ``` firefox_test.c: ``` #include #include #include #include #include #include #include #include...
This still fails on 4.0.15