| delorie.com/archives/browse.cgi | search |
| 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)" <yselkowitz AT users DOT sourceforge DOT net> |
| To: | cygwin <cygwin AT cygwin DOT com> |
| Date: | Tue, 27 Dec 2011 20:52:35 -0600 |
| In-Reply-To: | <CAGvSfezYkTTHm-RKQnszzZDXz86KLZJ9-LKZbCQs0LSVNJsPEg@mail.gmail.com> |
| References: | <CAGvSfezYkTTHm-RKQnszzZDXz86KLZJ9-LKZbCQs0LSVNJsPEg AT mail DOT gmail DOT com> |
| Mime-Version: | 1.0 |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 <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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |