Re: OSS breakage in snapshots

2011-12-27 Thread Yaakov (Cygwin/X)
On Sat, 2011-12-24 at 21:03 -0600, Yaakov (Cygwin/X) wrote: > The TC doesn't get much Simpler than this: > > #include > #include > > int > main (void) { > int fd = open ("/dev/dsp", O_WRONLY); > if (fd < 0) > perror ("open(/dev/dsp) failed"); > close (fd); > return 0; > } > > This

OSS breakage in snapshots

2011-12-24 Thread Yaakov (Cygwin/X)
The TC doesn't get much Simpler than this: #include #include 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]. Yaakov [1] http://cygwin.com/snapshots/win