Re: select() not returning though pipe became readable

2005-03-31 Thread Lutz Vieweg
Lutz Vieweg <[EMAIL PROTECTED]> wrote: I'm currently investigating the following problem, which seems to indicate a misbehaviour of the kernel: A server software we implemented is sporadically "hanging" in a select() call since we upgraded from kernel 2.4 to (currently) 2.6.9 (we have to wait for 2

Re: select() not returning though pipe became readable

2005-03-30 Thread Lutz Vieweg
Andrew Morton wrote: Lutz Vieweg <[EMAIL PROTECTED]> wrote: I'm currently investigating the following problem, which seems to indicate a misbehaviour of the kernel: A server software we implemented is sporadically "hanging" in a select() call since we upgraded from kernel 2.4 to (currently) 2.6.9 (

Re: select() not returning though pipe became readable

2005-03-24 Thread Andrew Morton
Lutz Vieweg <[EMAIL PROTECTED]> wrote: > > I'm currently investigating the following problem, which seems to indicate > a misbehaviour of the kernel: > > A server software we implemented is sporadically "hanging" in a select() > call since we upgraded from kernel 2.4 to (currently) 2.6.9 (we have

select() not returning though pipe became readable

2005-03-24 Thread Lutz Vieweg
Hi everyone, I'm currently investigating the following problem, which seems to indicate a misbehaviour of the kernel: A server software we implemented is sporadically "hanging" in a select() call since we upgraded from kernel 2.4 to (currently) 2.6.9 (we have to wait for 2.6.12 before we can upgrad