HTTP/1.1 200 OK
Date: Thu, 23 Feb 2023 21:40:16 GMT
(!) test.min(8,15) [recv-line]: Bad file descriptor
test.min(8,15) in symbol: recv-line
test.min(9,7) in symbol: while
When it repeatedly fails in "development mode" (min -d), it repeatedly works in "normal" mode.
Another time, it repeatedly fails in normal mode, but repeatedly works in development mode.
Really strange. I could reproduce this on two entirely different Linux distributions in completely different environments, using the pre-build Linux binary (0.37.0).
Considering the following example from the manual:
Sometimes it fails with:
When it repeatedly fails in "development mode" (min -d), it repeatedly works in "normal" mode.
Another time, it repeatedly fails in normal mode, but repeatedly works in development mode.
Really strange. I could reproduce this on two entirely different Linux distributions in completely different environments, using the pre-build Linux binary (0.37.0).
strace output from a working run:
strace output from a failure:
In the last call we see that the first three syscall parameters are somehow messed up.