Atozed Forums
TCPServer crash on shutdown - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Open Source (https://www.atozed.com/forums/forum-19.html)
+--- Forum: Indy (https://www.atozed.com/forums/forum-9.html)
+--- Thread: TCPServer crash on shutdown (/thread-548.html)

Pages: 1 2


RE: TCPServer crash on shutdown - kudzu - 08-10-2018

Thanks for update. Do you have a Xeon? Indy does not use IOCP, but the bug does not seem limited to IOCP.


RE: TCPServer crash on shutdown - rlebeau - 08-11-2018

(08-10-2018, 12:13 AM)kbriggs Wrote: So I just came across this:
https://stackoverflow.com/questions/51359861/

Oh, yeah, I forgot about that issue, mainly because Microsoft has already released patches to fix it so it is not an issue anymore:

https://stackoverflow.com/questions/51372116/


RE: TCPServer crash on shutdown - kbriggs - 08-12-2018

(08-10-2018, 02:59 PM)kudzu Wrote: Thanks for update. Do you have a Xeon? Indy does not use IOCP, but the bug does not seem limited to IOCP.

My Windows Control Panel identifies it as "Intel Core 2 Quad CPU Q9400 2.66 GHz".  It's a pretty old computer now.

(08-11-2018, 12:35 AM)rlebeau Wrote: Oh, yeah, I forgot about that issue, mainly because Microsoft has already released patches to fix it so it is not an issue anymore:

I've got updates turned on but the fix wasn't applied until I installed it manually. Anyway, no issues since so that was definitely the problem.