[Issue 17296] EINTR awareness - posix system calls can be interrupted by posix signal

2017-04-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17296 --- Comment #1 from Roman --- It turned out that the problem can appear even if user does not do signal handling himself. It's enough to just do multithreading, so signals used by GC can interrupt syscall in other thread. Whether the hack is applied

[Issue 17296] EINTR awareness - posix system calls can be interrupted by posix signal

2017-06-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17296 greensunn...@gmail.com changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #

[Issue 17296] EINTR awareness - posix system calls can be interrupted by posix signal

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17296 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --