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
disabled the TCMALLOC memory allocator (a suspected bug in tcmalloc small memory allocations caused a segmentation fault)
alternatively a buggy x265 library might need replacing by Intel SVT-HEVC; for now reverted the memory allocator back to the standard GNU C malloc/calloc/realloc/free whilst testing another allocator: mimalloc
recompiled the WebAssembly with the latest emscripten compiler (enabled the mimalloc support)