This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: OSS breakage in snapshots


On Sat, 2011-12-24 at 21:03 -0600, Yaakov (Cygwin/X) wrote:
> The TC doesn't get much Simpler than this:
> 
> #include <fcntl.h>
> #include <stdio.h>
> 
> int
> main (void) {
>   int fd = open ("/dev/dsp", O_WRONLY);
>   if (fd < 0)
>     perror ("open(/dev/dsp) failed");
>   close (fd);
>   return 0;
> }
> 
> This EFAULTs in every snapshot since 20111022[1].

For the record, OSS seems to be fixed with cgf's commit on the 24th.


Yaakov



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]