Aug. 27, 2026
9:15 p.m.
http://bugs.winehq.org/show_bug.cgi?id=60245 --- Comment #1 from Daniel Clark <megadjc@gmail.com> --- Created attachment 81954 --> http://bugs.winehq.org/attachment.cgi?id=81954 Minimal standalone reproducer for the Wine threadpool worker retirement bug. A threadpool callback issues an ordinary overlapped named-pipe ReadFile() and returns while the read remains pending. Native Windows keeps the I/O-owning worker alive until the read completes, while affected Wine retires the worker and cancels the read with ERROR_OPERATION_ABORTED. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.