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
I don't have a consistent way of reproducing this since it happens quite sporadically. The way I first got it was by following the react static site guide and then running wasmer deploy.
But then I found it further along as well, on the flask app guide as well.
It doesn't cause any CPU usage, so I suspect it's a deadlock somehow. Interrupting the process doesn't work (pressing ctrl-C doesn't interrupt anything).
The text was updated successfully, but these errors were encountered:
Yes! WSL running ubuntu 22.04, so take it with a grain of salt, the environment isn't the most common one.
It was quite sporadic, but has happened quite a few times (enough to open an issue on it). It also locked on different places, as if there's a race condition in the output renderer, or something.
Personally I'd say this is practically impossible to debug without recreating it, so given some time I can try to do so, although I'd say it's a bit further down on prio lists.
I don't have a consistent way of reproducing this since it happens quite sporadically. The way I first got it was by following the react static site guide and then running
wasmer deploy
.But then I found it further along as well, on the flask app guide as well.
It doesn't cause any CPU usage, so I suspect it's a deadlock somehow. Interrupting the process doesn't work (pressing ctrl-C doesn't interrupt anything).
The text was updated successfully, but these errors were encountered: