Skip to content

Add test for recent chrome issue with stale memory views on workers#27106

Open
sbc100 wants to merge 1 commit into
emscripten-core:mainfrom
sbc100:crash_test
Open

Add test for recent chrome issue with stale memory views on workers#27106
sbc100 wants to merge 1 commit into
emscripten-core:mainfrom
sbc100:crash_test

Conversation

@sbc100

@sbc100 sbc100 commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

This issue seems to only show up when the memory growth occurs in the
same event loop tick as the new Worker. If the worker is already
created (e.g. via PTHREAD_POOL_SIZE=N) then the issue does not
occur.

See #27084

This issue seems to only show up when the memory growth occurs in the
same event loop tick as the `new Worker`.   If the worker is already
created (e.g. via PTHREAD_POOL_SIZE=N) then the issue does not
occur.

See emscripten-core#27084
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant