X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Message-ID: <1325040755.6520.4.camel@YAAKOV04> Subject: Re: OSS breakage in snapshots From: "Yaakov (Cygwin/X)" To: cygwin Date: Tue, 27 Dec 2011 20:52:35 -0600 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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