Stephen Stair
Stephen Stair
### OS (Please include kernel version) (Code inspection) ### Expected Behavior Express js benchmarks should use all available CPU cores, or it should be documented why they are not. ###...
see: https://github.com/hexchat/hexchat/blob/master/src/common/server.c#L251 I've only done some brief investigation into the code, but it appears that this function `tcp_sendf()` can be used by multiple threads (at least on windows platform) -...
Easy repro: `LuaRuntime.Run("var = 'test_string'; print(var:gsub('_','-'));");` Something in the error handling then recurses infinitely until it throws an IndexOutOfRange exception probably related to stack handling problems: ``` at SharpLua.Lua.getline(Proto f,...