Gregor Steiner

Results 21 comments of Gregor Steiner

Steam uses a hardcoded path for `C:\` but you are right, this could be improved.

Well, the `break` in the loop logic seems wrong either way. No background thread will be able to clean this up before the next chunk goes out. Keep in mind...

I already compile with zlib disabled.

I had a cron job of sorts (poll a game server every 10 seconds) that would segfault every few weeks. I will grab the latest version and see if I...

I think you only checked the first link. I'm running the Turbo version with the latest master again, this bug still seems to be alive.

Here is the result from signalfd.lua (from examples) luajit signalfd.lua Press CTRL-C 3 times to exit [ioloop.lua] signalfd() in add_signal_handler() failed: Function not implemented ^C^C^C^C^C^C^C^C^C^C

Update: https://github.com/Microsoft/BashOnWindows/issues/129

Yeah I realized that too, I wonder how Node and others handle it though.

Any chance this could be sovled with [sigaction](http://man7.org/linux/man-pages/man2/sigaction.2.html)? I tested this with Win10/WSL and it works. Simple code: http://stackoverflow.com/a/1641223

I've played with sigaction and all early tests ended in `PANIC: unprotected error in call to Lua API (bad callback)` I hope you have more luck with it.