X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org MIME-Version: 1.0 From: "Yaakov (Cygwin/X)" Date: Sat, 24 Dec 2011 21:03:55 -0600 Message-ID: Subject: OSS breakage in snapshots To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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/winsup-changelog-20111021-20111022 -- 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