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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=KsJJKadzWtwolm/V3uZVqFz3NNRfX 2KkeFzrnbYaeXqlAp7IqKMn9Co8ve7mFDllxvns4PWJ6jFZystbZB8FLyTzjS8x+ YiQe0QUKTDHxYx/+/oGsAXUh7XBb82KGItKOj8Q3+D/iOVUEMtGceczeef59h4yi wvBZt5dnp2zTKM= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=Jup6AFvtimuMcMZcpyJDewzhJSg=; b=Z9j 2taPJXKekmAc4qPREdq2iGd3fV6eXgjecqIj45dqcxKAbsI0ALFo9WhuF8RvrrdW 4LIMbbQ+AJXTqtKOn4V82cOxCbOIay402OTNKG4XiVHVMTbx19OlIKaVqbwkXL9/ lVhs7f0U7oq0ZKYhlY6sXDUEwiQZjwMujm3PQelY= 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=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=python2, observation, joachim, informed X-HELO: mail-qk0-f182.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=s/KUek1Nkk/qnCPgIRZ7dfaeLUDH1nGRfQDp6KYvGRc=; b=gn+Dql7ShjfLTqY92XNf8hUiAzz0I5yU8Pm0J2pycLlkFfSPqvhHanykp+ymosi8pB 1hrLfZ7gApKz9BK79LN4G00JZYx4d/BKkoV4GHHXFKt7YcWEC6GtLQhScYnOC+fZrzAv n5S/QHHcCHaAU9LrzxrERRNeHxZj4Wo4dI/IB2IUI4ntlvJdqvA3tVC9kA7htLT4ZlmH 3CXaUiR//zqQgMW7APafstByayWXEuxdi/bHoaVed1TVA9FPkjBG5IB9dgZicfETSWb+ ttypE3Xr1EWoM4Sq2jI83gcU+7PN8ikp3OAv8J/aWMk00XExLbhaH1ws3u5hwqELhkXP pgFA== X-Gm-Message-State: AHYfb5jjDme2wsO6Twh2wYGjv7itI7v0kYm9MtA3U4dLAC85/ee9Qsgn jFj/T0zoNs1s+8obdcnArgVHMWLwf+LnxuY= X-Received: by 10.55.33.34 with SMTP id h34mr10965539qkh.44.1503033673449; Thu, 17 Aug 2017 22:21:13 -0700 (PDT) MIME-Version: 1.0 From: Joachim Metz Date: Fri, 18 Aug 2017 07:21:13 +0200 Message-ID: Subject: gcc segfaults compiling python extensions To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" Hello CygWin maintainers, I want to report an observation, which might help address a bug. This issue has been reported in the past in: https://cygwin.com/ml/cygwin/2014-10/msg00502.html I recently ran into the same issue: On AppVeyor [https://ci.appveyor.com/] running Windows Server 2012 R2 With the latest available cygwin 32-bit [https://github.com/libyal/libfwnt/blob/master/appveyor.yml#L39] building a Python module for CygWin python (no Windows Python) causes gcc to SIGSEGV (11) gcc -fno-strict-aliasing -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/usr/src/ports/python2/python2-2.7.13-1.i686/build=/usr/src/debug/python2-2.7.13-1 -fdebug-prefix-map=/usr/src/ports/python2/python2-2.7.13-1.i686/src/Python-2.7.13=/usr/src/debug/python2-2.7.13-1 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DHAVE_CONFIG_H= -DLOCALEDIR="/usr/share/locale" -Iinclude -Icommon -Ilibcerror -Ilibcthreads -Ilibcdata -Ilibcnotify -Ilibfwnt -I/usr/include/python2.7 -c libcerror/libcerror_error.c -o build/temp.cygwin-2.8.2-i686-2.7/libcerror/libcerror_error.o error: command 'gcc' terminated by signal 11 Running: 'setup.py build' failed Also see: https://ci.appveyor.com/project/joachimmetz/libfwnt/build/79/job/l1gqocdqoafax0k7 As per: https://cygwin.com/ml/cygwin/2014-10/msg00552.html I switched to Windows Server 2016 and this indeed does not show the same issue. I've been tracking this in: https://github.com/libyal/libyal/issues/34 Hope to have sufficiently informed you. Let me know if you need additional information. Kind regards, Joachim -- 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