Replies: 2 comments
-
Are you observing that Is this a regression? (i.e. did it work in some previous version of emscripten?) As for debugging you could try using the Wasm debugger chrome extension (https://developer.chrome.com/blog/wasm-debugging-2020). If you attempt to do any debugging via print statements you might want to use the Is your program specific to the web or can it also run under node? If so can you repro the issue under node? (some things can be easier to do debug there). |
Beta Was this translation helpful? Give feedback.
-
@sbc100 san, thank you for your comments. I am sorry that my issue was totally my misunderstanding. Wait_for of condition_variable works well. |
Beta Was this translation helpful? Give feedback.
-
Hi.
I compiled relatively large program by emscripten 3.1.52.
The wait_for method of some condition_variable in a thread never return even after duration of second argument.
Only pred of third argument is effective.
How can I debug it?
I tried to reproduce it with simple codes, but they work well.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions