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 :content-type:content-transfer-encoding; q=dns; s=default; b=r+j CPO8bTdVMxnTX1QnwkyUKHsM5AfMXjq3zRcVylFw8pD/m64Jl1Mmmx6USgpsB9an cREZd7EQlxF9dqUIOtCQ/Mfd1a6COHl+7Yc6Fw7Lt+QRcr/+3dG+D1RftjpCzrVe S1l9PO6kCHoRxy+By8HKJi45QpmlxcQcExsGgubQ= 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 :content-type:content-transfer-encoding; s=default; bh=2rbOiRpA3 T+U6qPEwGRIgISOiZQ=; b=FrICpiEvHPl/lr9bU4EBBLpAL01CGPvSJ8Zy85elq nDBmEF6rRM58S9Jsp0hlcyKuJudDs25iN+fowgT1W/D2DBFWXx+Be1sikFcLBs1c G3pmTT39C+QmBqGjbjAMcvviu6NrPqc5egivLcDi81bJAqXjsoIBt8wwLCpY/E1Z dA= 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=4.3 required=5.0 tests=AWL,BAYES_50,FOREIGN_BODY,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: mout.kundenserver.de Message-ID: <554279F0.5040505@towo.net> Date: Thu, 30 Apr 2015 20:52:32 +0200 From: Thomas Wolff User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [64bit] cygwin-devel headers broken Content-Type: text/plain; charset=utf-8; format=flowed X-UI-Out-Filterresults: notjunk:1; X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t3UIqsvY003572 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 --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. http://www.avast.com -- 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