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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=YPAXrvFs+XfRU2anyhyeSaGdnMuujk Sx3c1eSMZZ5zPXeAY2Zc3NR8oSwavRL81obpDW//PF79BEWj7LIm47QmeLQT+KX7 pewBP89DOqwFzQDz4bZrBYMOnuEJ8zW343H21/aASkBb7q33Vap8ahNhs6qfP3D0 +so8Vqkmm4w8M= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=a4yFYSqXsuWrQmW/y+zejyQt1+c=; b=XDzU HbHt1NsCCYgo2ixMYnTI2apqS4XoGcGsQe/fnBQ7rLgrQl55MgS2h98Zl8kSi8I5 mZbfPVjWEWrUbwYFtYrMD1h5XFpmC4uOEAjBllFI0vPPNkIV3mR5odn96ygZxZLJ tV365YRVj21oUJScAJb2IMbtYL91yTEtoQhfuRU= 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.0 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Hans Horn Subject: Re: sigfe.s: No such file or directory Date: Wed, 29 Apr 2015 14:26:07 -0700 Lines: 51 Message-ID: References: <441457305 DOT 20150429220402 AT yandex DOT ru> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: <441457305.20150429220402@yandex.ru> X-IsSubscribed: yes On 4/29/2015 12:04 PM, Andrey Repin wrote: > Greetings, Hans Horn! > >>> I'm trying to attach gdb to a running process (binary compiled with -g >>> -ggdb -Og). I got: "sigfe.s: No such file or directory" >>> >>> What is sigfe.s and what do I make of this message? >>> >>> Thx. >>> H >>> > >> Update: I upgraded cygwin to the latest (v2) version. > >> Now I'm getting in addition the following > >> warning: the debug information found in >> "/lib/debug//usr/bin/cyggfortran-3.dll.dbg" does not match >> "/usr/bin/cyggfortran-3.dll" (CRC mismatch). > >> and > >> warning: the debug information found in >> "/lib/debug//usr/bin/cygquadmath-0.dll.dbg" does not match >> "/usr/bin/cygquadmath-0.dll" (CRC mismatch). > >> I should have also mentioned that the offending binary is fortran >> compiled with gfortran v4.9.3 > > Did you also install the relevant debug packages? Dear Andrey, I do think so! How else would I have these cyg*.dll.dbg? -rwx---r-x 1 hans hans 594632 Mar 3 10:07 /lib/debug//usr/bin/cygquadmath-0.dll.dbg -rwx---r-x 1 hans hans 3526482 Mar 3 10:07 /lib/debug//usr/bin/cyggfortran-3.dll.dbg -rwx---r-x 1 hans hans 497181 Feb 23 17:07 /usr/bin/cygquadmath-0.dll -rwx---r-x 1 hans hans 1023517 Feb 23 17:06 /usr/bin/cyggfortran-3.dll Anyhow, looking more closely, I noticed the different file dates. Manually removing the above and re-installing all gcc + gcc debuginfo packages solved the issue. The sigfe.s problem has gone as well as the CRC mismatches. thx. for making me look more closely! H. -- 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