Open avinassh opened 3 years ago
Thanks for the report @avinassh, this is a very interesting bug. I'm looking forward to figuring out why SPU itself crashed, though I expect it is out of memory. I wonder if wasmtime has any way to restrict memory usage...
Stale issue message
Stale issue message
While testing for #1245, I discovered something (tested locally with the latest master
2c0005d
). I had this following smartstream filter:When I first ran it, I got this error in the logs, but SPU continued to function:
However, I when I tried for second time, the SPU exited with following:
I am not able to reproduce this reliably as this error happens once in a while. Here is what I am doing:
If I get stream error, I keep this running this again and again. Sometimes it crashes at 2nd attempt, sometimes it crashes at 7-8th. I have noticed memory/CPU usage, but they aren't high either.