Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2005 06:50:05 GMT
From:      Yuri <yuri@tsoft.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/89775: [kevent] [hang] kevent hangs on second wait for /dev/dsp
Message-ID:  <200512010650.jB16o5kK054983@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/89775; it has been noted by GNATS.

From: Yuri <yuri@tsoft.com>
To: bug-followup@FreeBSD.org, yuri@tsoft.com
Cc:  
Subject: Re: kern/89775: [kevent] [hang] kevent hangs on second wait for /dev/dsp
Date: Wed, 30 Nov 2005 22:45:42 -0800

 Moreover, if right after open I make FD async with these 2 lines:
 
 int on = 1;
 ioctl(dsp, FIONBIO, &on);
 
 the first 'read' call fails with 'Resource temporarily unavailable' 
 error (right after kevent returns that data is available).
 
 Yuri
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512010650.jB16o5kK054983>