Re: Ctrl+C doesn't interrupt process waiting for I/O

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeremy Fitzhardinge
Date: Saturday, June 28, 2008 - 7:44 pm

Török Edwin wrote:

Yes, it's intended behaviour.  Filesystem IO syscalls are considered 
"fast" and are interruptible.  Usermode code can reasonably expect that 
file IO will never return EINTR.

That said, if a program is blocking for tens of seconds in block IO, 
then that could be a problem in itself.

    J
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Ctrl+C doesn't interrupt process waiting for I/O, Török Edwin, (Sat Jun 28, 3:38 am)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Jeremy Fitzhardinge, (Sat Jun 28, 7:44 pm)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Jeremy Fitzhardinge, (Sat Jun 28, 7:45 pm)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Avi Kivity, (Sat Jun 28, 8:42 pm)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Jeremy Fitzhardinge, (Sat Jun 28, 10:13 pm)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Avi Kivity, (Sat Jun 28, 10:39 pm)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Jeremy Fitzhardinge, (Sat Jun 28, 11:25 pm)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Török Edwin, (Sun Jun 29, 12:09 am)
Re: Ctrl+C doesn't interrupt process waiting for I/O, David Newall, (Sun Jun 29, 12:23 am)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Török Edwin, (Sun Jun 29, 12:45 am)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Andi Kleen, (Sun Jun 29, 5:10 am)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Jeremy Fitzhardinge, (Sun Jun 29, 9:02 am)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Bill Davidsen, (Sun Jun 29, 4:57 pm)
Re: Ctrl+C doesn't interrupt process waiting for I/O, Helge Hafting, (Mon Jun 30, 3:30 am)
Re: Ctrl+C doesn't interrupt process waiting for I/O, J. Bruce Fields, (Mon Jun 30, 10:35 am)