-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frequent crash #932
Comments
Win32 OMF build. Note, we never changed the server, it's the same exe that's been working for weeks... suddenly chrome seems to be doing something that it doesn't agree with and crashes it :/ |
Hm, I never realized how this could happen, until I reviewed this now again and noticed that this is not normal data being sent, but rather a file from disk that is sent using a different code path. Better late then never... I guess ;) |
Haha, nice! |
Thought as much! Very unfortunate, hopefully it will finally be there in a year or so. |
My server crashes and terminates with this:
Here is the server code:
Client is Chrome, loading a fairly conventional website.
It's been working fine for weeks, but something happened, presumably in the front-end code and now it often crashes.
It doesn't always crash however, it only crashes 3 out of 4 times while loading the page.
Rather strange.
The text was updated successfully, but these errors were encountered: