You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProvodGL: Also, what read() will do on SIGINT (or SIGanything) is a bit complicated and depends on SA_RESTART flag. Generally, if the flag is not set, it will fail with EINTR. Otherwise it will be automatically restarted. But I believe there are some edge cases when you can't actually rely on that. Don't remember the details, though.
Somewhere here
wassm/src/main.asm
Line 260 in 85312e4
Reproduction
Observed
App doesn't exist on ^C
Expected
App exists on ^C clearly
Notes
If during the blocked state on the read call you request the page again, the app exists.
The text was updated successfully, but these errors were encountered: