From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85720 invoked by alias); 27 Sep 2017 13:51:41 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 85706 invoked by uid 89); 27 Sep 2017 13:51:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 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= X-HELO: mail-wr0-f179.google.com Received: from mail-wr0-f179.google.com (HELO mail-wr0-f179.google.com) (209.85.128.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 27 Sep 2017 13:51:38 +0000 Received: by mail-wr0-f179.google.com with SMTP id z39so16600558wrb.8 for ; Wed, 27 Sep 2017 06:51:38 -0700 (PDT) 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=6lAKBn+dfiV4o3+7VZSvvFmnRg7U2KtGdCjvC7avz7k=; b=nbA4pVZoY/AaPueAw0M9SpEXUCSlp1/lcNrzHT8u/TQ6u2dpXHcxBvJNuBpfbbgcB6 js2niV3+qnmSNxML7051L3rN/yMelWe3P0ufHUFK9qfrxpBba9NK1AVHYM7mWZggixAv /GymWc0F0gxLgIp6RsQorvkacEkgWburW/q/BPsx54GBR4kZZkVLFBv3H8uD09pGS9mt hNxSN3NANoazY2bkZUBCc5uRg1Ethvk0v0zFMAmbbdmnfH3GAppKziEC1Ox3Hj9GUo/j lmw0EzY35Y6wRw24dkU7ne8azVHKrnuv5aWfwDtm1CLA8/m4KntLAhTPfr57P1AisgGy dNvg== X-Gm-Message-State: AHPjjUiOG459qwAOHbsVYs35UTTZICrxi232hFXeXVkev3Z+CEe23UyG NHp9VlZT1je8fIHTDQ6m0RuNHWz2u9IiqDsApyg/ewTZ X-Google-Smtp-Source: AOwi7QAJWbTQDyP+qrpdBkH9uizJrkqEZdrw/BzyACQ3OMKt+2CTltIwwxa63ykuVnP5DFxfeUaA60qvXRYKCDJLdhM= X-Received: by 10.223.133.244 with SMTP id 49mr1445939wru.153.1506520296495; Wed, 27 Sep 2017 06:51:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.192.137 with HTTP; Wed, 27 Sep 2017 06:51:05 -0700 (PDT) From: =?UTF-8?B?5Y+26Zuo6aOe?= Date: Wed, 27 Sep 2017 13:51:00 -0000 Message-ID: Subject: Error Linking LTO programs using GCC6.4 To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-09/txt/msg00278.txt.bz2 The same program was linking fine using previous gcc 5.X , please advise how to debug further. [Linking driver.exe] collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped compilation terminated. /usr/lib/gcc/x86_64-pc-cygwin/6.4.0/../../../../x86_64-pc-cygwin/bin/ld: libdriver.a(regexp.o) (15065197): Section flag STYP_GROUP (0x4) ignored /usr/lib/gcc/x86_64-pc-cygwin/6.4.0/../../../../x86_64-pc-cygwin/bin/ld: libdriver.a(regexp.o) (15065197): Section flag STYP_COPY (0x10) ignored make: *** [Makefile:194: driver.exe] Error 1 aunyx@DESKTOP-R60LL3E ~/fluffos/src $ cat ld.exe.stackdump Exception: STATUS_ACCESS_VIOLATION at rip=0010045A417 rax=0000000000000000 rbx=0000000600525E40 rcx=0000000600525E40 rdx=0000000100571C00 rsi=0000000000000001 rdi=00000006002E2420 r8 =0000000600528C70 r9 =0000000000000058 r10=0000000100000000 r11=0000000000000000 r12=00000000000003EE r13=0000000100571C00 r14=00000006000D5B50 r15=00000006000CDC00 rbp=00000006000D9A30 rsp=00000000FFFFC4D0 program=D:\cygwin\usr\x86_64-pc-cygwin\bin\ld.exe, pid 8564, thread main cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B Stack trace: Frame Function Args 006000D9A30 0010045A417 (00100571C00, 006000E3374, 000FFFFC6A0, 00100571C00) 006000D9A30 0010045382E (006002E2420, 006000D9A30, 000000003EE, 00100571C00) 006000D9A30 0010045433E (001004EAE20, 00000000000, 0010042843B, 000FFFFC70C) 006000D9A30 0010043C095 (00100571C00, 001004542E0, 001800BAE1C, 00000000000) 00000000000 0010040EDB8 (00600075530, 00600076970, 0010050295C, 00000000000) 00000000000 0010040F8D0 (001802FDC50, 00600068A50, 001800BB092, 00600069690) 000FFFFCA40 00100411976 (003FED791C0, 006000003F0, 001800BB092, 00000390038) 000FFFFCA40 001004E8C7A (000FFFFCA40, 000FFFFCAF0, 00000000000, 001801C31A0) 000FFFFCCB0 00180047BC2 (00000000000, 00000000000, 00000000000, 00000000000) 00000000000 00180045863 (00000000000, 00000000000, 00000000000, 00000000000) 000FFFFFFF0 00180045914 (00000000000, 00000000000, 00000000000, 00000000000) End of stack trace -- 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