emscripten-core / emscripten-core/emscripten
memory access out of bounds
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
Pthread 0x0454da30 set an error: .worker.js: uncaught RuntimeError : memory access out of bounds.
How do we locate the detailed cause of the error?
the makefile param:
`-s INITIAL_MEMORY=500MB -s MAXIMUM_MEMORY=1023MB -s ALLOW_MEMORY_GROWTH=1 -s MAX_WEBGL_VERSION=2 -s USE_FREETYPE=1 -lopenal -s GL_PREINITIALIZED_CONTEXT=1 -s OFFSCREENCANVAS_SUPPORT=1 -s ENVIRONMENT=web,worker -s EXPORT_NAME='JSPlayerModule' -s MODULARIZE=1 -s ALLOW_TABLE_GROWTH=1 -s STACK_SIZE=1MB -s PTHREAD_POOL_SIZE_STRICT=0 -s USE_PTHREADS=1`
Contributor guide
Assessment
This issue has not been assessed yet.