Closed oliverw closed 7 years ago
Is ServerGC even included in .net core?
This is another reason I prefer to have some sort of channel on top of libuv handles. Yes
"< ServerGarbageCollection >true< /ServerGarbageCollection >" put it in the csproj.
Really interested in get down to the bottom of this.
@StormHub Me. Too. By the way we could also move this conversation to a private Slack channel if you prefer.
I'm getting repeated reports of Segfaults on Linux which all seem to be related to situations where the server actively terminates client connections.
Inspecting the core dump using gdb revealed this crash location: https://github.com/libuv/libuv/blob/v0.10/src/unix/stream.c#L867
Due to optimization being turned on it might be the
assert
three lines below . Another bug report points to uv__write_callbacks.Flow of events
Dispose
on Line #174 invokes the actual connection shutdown