How many workers are you using? I've seen issues with memory exhaustion during parsing with many workers.
On Thursday, March 31, 2016 at 2:23:08 PM UTC-7, Robert Goulet wrote: > > Our engine works fine with pthreads in Firefox Nightly, but in Chrome > Canary when I enable them it crashes before we reach main. I haven't tried > a simple hello world test case thought. > > On Thursday, March 24, 2016 at 6:08:57 PM UTC-4, jj wrote: >> >> I ran Emscripten test suite on Canary some time ago, and there everything >> seemed to work out well. I think they did use the Emscripten suite as a >> testbed against their implementation to be up to parity, so that was to be >> expected! >> >> 2016-03-17 20:11 GMT+02:00 Robert Goulet <[email protected]>: >> >>> Hi all, anyone tried to use Emscripten pthread support in latest chrome >>> canary? >>> >>> It can be enabled using --js-flags=--harmony-sharedarraybuffer >>> --enable-blink-features=SharedArrayBuffer flags. >>> >>> Please share your experience. Thanks! >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "emscripten-discuss" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
