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
Compile an empty file like: emcc empty.cpp -s TOTAL_MEMORY=536870912 -s USE_PTHREADS=1 -s THREAD_POOL_SIZE=10 -o test.html
Open in Chrome, open the Chrome task manager (shift esc), and refresh the page a few times.
"Memory footprint" will increase by ~500MB on each refresh, until the tab crashes.
Tested in Chrome 76.0.3789.0.
No idea if the issue is on Chrome or Emscripten, but figured that I'd open here to see if anyone had any ideas. I couldn't reproduce on Firefox.
The text was updated successfully, but these errors were encountered:
Compile an empty file like:

emcc empty.cpp -s TOTAL_MEMORY=536870912 -s USE_PTHREADS=1 -s THREAD_POOL_SIZE=10 -o test.html
Open in Chrome, open the Chrome task manager (shift esc), and refresh the page a few times.
"Memory footprint" will increase by ~500MB on each refresh, until the tab crashes.
Tested in Chrome 76.0.3789.0.
No idea if the issue is on Chrome or Emscripten, but figured that I'd open here to see if anyone had any ideas. I couldn't reproduce on Firefox.
The text was updated successfully, but these errors were encountered: