X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=CdkrK/+N3GhiUMSSCMrasHjLK8eulJsjHKG0/g9qTJT JB5LEAwE5diLCaR53OoJ1qETyA7u1R/X28Y/2vIDU2EwnsNNYO3x8HnudzKo82UV HFaruVnmVAeqnhYiCeTviod4JZGJ0xs1BQkwgm4SpyWLI4mOQQ6sw70sBYTd2ork = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=G8Gw0+2lSt/6bBgG9TRn7g5ilrY=; b=xFB3TX+mMCIFbRJag BLmur9W/vE3pPLnzxmrZTB6zbmOXorNkpWvptcwp3/sThkoOQ71rjBTm/DWzoLfj SLApKyBy91rCVvJ2ydNATdvdsSFKPubv0jBmItvDW6Y+TsjRheuDuqddGycGlPKO m8hJqY5mv4/vjatdnB9f8mxt7s= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f182.google.com X-Received: by 10.194.91.129 with SMTP id ce1mr14955185wjb.53.1430456592644; Thu, 30 Apr 2015 22:03:12 -0700 (PDT) Message-ID: <5543090D.9030409@gmail.com> Date: Fri, 01 May 2015 07:03:09 +0200 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [64bit] cygwin-devel headers broken References: <554279F0 DOT 5040505 AT towo DOT net> In-Reply-To: <554279F0.5040505@towo.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 4/30/2015 8:52 PM, Thomas Wolff wrote: > There is a crash issue induced on cygwin-64 (not on -32) after > compilation with cygwin-devel 2.0.0 include files. I am recompiling my > editor mined and it crashes, maybe immediately or after typing > non-trivial input (like function keys, waiting for input with select()). > It does not occur after recompiling only certain source files, but it > happens after recompiling only io.c which makes heavy use of terminal > I/O like read(), select(), ioctl(). > > Reverting the cygwin-devel package to 1.7 (and leaving everything else > up-to-date) solves the issue. > Selective copying of files from the cygwin-devel 2.0 package further > reveals: > /lib: all from 2.0: no problem. > /usr/include/sys: all from 2.0 except the following: no problem. > But if signal.h, stat.h, time.h, types.h, and associated dependencies > are used, the compiled program crashes. > I can try to narrow down the issue further but maybe this is a clue > already? > > ------ > Thomas > I had a similar issue. But in my case the compilation fails as select seems gone: In file included from /pub/devel/singular/prova/singular-4.0.2a-1.x86_64/src/sin gular-4.0.2a/libpolys/reporter/s_buff.cc:16:0: /pub/devel/singular/prova/singular-4.0.2a-1.x86_64/src/singular-4.0.2a/libpolys/ reporter/si_signals.h: In function ‘int si_select(int, _types_fd_set*, _types_fd _set*, _types_fd_set*, timeval*)’: /pub/devel/singular/prova/singular-4.0.2a-1.x86_64/src/singular-4.0.2a/libpolys/ reporter/si_signals.h:47:63: error: ‘select’ was not declared in this scope (nfds,readfds, writefds, exceptfds, timeout) ^ /pub/devel/singular/prova/singular-4.0.2a-1.x86_64/src/singular-4.0.2a/libpolys/ reporter/si_signals.h:33:16: note: in definition of macro ‘SI_EINTR_SAVE_FUNC_TE MPLATE’ res = func args; \ ^ /pub/devel/singular/prova/singular-4.0.2a-1.x86_64/src/singular-4.0.2a/libpolys/ reporter/si_signals.h:44:1: note: in expansion of macro ‘SI_EINTR_SAVE_FUNC’ SI_EINTR_SAVE_FUNC(int, select, ^ cheers Marco -- 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