Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thread wasm64 #21956

Open
CloudyShadow opened this issue May 16, 2024 · 2 comments
Open

thread wasm64 #21956

CloudyShadow opened this issue May 16, 2024 · 2 comments

Comments

@CloudyShadow
Copy link

Compiling under wasm64, multi-threading is enabled, but an error occurs when running.
error

USE_PTHREADS and PROXY_TO_PTHREAD compile options enabled,How to solve it?

@sbc100
Copy link
Collaborator

sbc100 commented May 16, 2024

In general we know that USE_PTHREADS and PROXY_TO_PTHREAD do work together because we do test that combination.

It looks like this might be and issue that is already solved by #21852? Can you try emsdk install tot and see if the problem persists?

@CloudyShadow
Copy link
Author

In general we know that USE_PTHREADS and PROXY_TO_PTHREAD do work together because we do test that combination.

It looks like this might be and issue that is already solved by #21852? Can you try emsdk install tot and see if the problem persists?

Unfortunately, the problem has not been solved. The same error is still there. I am not sure whether it has something to do with mailbox.
Version of emscripten: 3.1.50

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

No branches or pull requests

2 participants