Hi, 

The test 
<https://github.com/emscripten-core/emscripten/blob/incoming/tests/gl_in_pthread.cpp>
 
with these command options 
<https://github.com/emscripten-core/emscripten/blob/736565ee2827280c3f69126b1151e7b8fb3f947e/tests/test_browser.py#L4020>
 
fails in Chromium (page hanging after first pthread_create).

em++ gl.cpp -o test.html -s USE_PTHREADS=1 -s PROXY_TO_PTHREAD=1 -s 
PTHREAD_POOL_SIZE=2 -s -s OFFSCREEN_FRAMEBUFFER=1 -lGL -s 
DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR=1 --emrun

I tried this instead and it seems to work better, is this the new way to do 
`-s OFFSCREENCANVAS_SUPPORT=1` ? Should this be applied to all gl/pthread 
tests?

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/06462979-cf0b-4bd8-912d-1957f5d6b1ad%40googlegroups.com.

Reply via email to