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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=lUxQ9COdUdKhmRku b9XfnA0e77Dl/kU3t5s+nWBTu9yv5POWrcgp3hgFSjawRICqRyDfgEr2f5pVbucX FxrfsrdDREt7YsIH8XwHle3AnMAyG+l8qxbWrV0WCASXj7RTPUdR98HPcQ4WWH39 7+3IpBVLpLMJfbiNy76gLcXgji8= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=6dKA5AU8cBMShx6eH1pmq5 miSm0=; b=KOSdF6ncB/DbLz96aANbBdxQ+rEg7ZDeZM8H+Xhx3OJM/k1KeRKc6v O4j8W/c5JNeH1nvwsByUSE3hsyQeCt485U2STr34Zejrzmhw5DDLNyd/uFWtqNLt r8HzA4W+9YtM7P3s+ExUKJ758ttcs+DdoPICLlgKkOB1WUWbn67Q4= 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=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: sasl.smtp.pobox.com Subject: Re: strace (from git) segfaults To: cygwin AT cygwin DOT com References: From: Daniel Santos Message-ID: <4dd0f216-05d6-296d-43bb-56cb8059606f@pobox.com> Date: Wed, 22 Mar 2017 15:09:46 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: E517BDC2-0F3A-11E7-AB3C-97B1B46B9B0B-06139138!pb-smtp1.pobox.com X-IsSubscribed: yes I got the crash again (when trying to do something else of course). So here is the complete backtrace: Program received signal SIGSEGV, Segmentation fault. 0x00000000771fc3bc in KERNEL32!GetVolumePathNamesForVolumeNameW () from /c/Windows/system32/kernel32.dll (gdb) bt #0 0x00000000771fc3bc in KERNEL32!GetVolumePathNamesForVolumeNameW () from /c/Windows/system32/kernel32.dll #1 0x00000001800c92a4 in dos_drive_mappings::dos_drive_mappings (this=0x600000010) at /d/src/cygwin-newlib/build/../winsup/cygwin/mount.cc:1947 #2 0x000000018005fdf5 in cygwin_internal (t=) at /d/src/cygwin-newlib/build/../winsup/cygwin/external.cc:535 #3 0x0000000000402b6b in main2 (argc=argc AT entry=8, argv=0x0, argv AT entry=0x802220) at /d/src/cygwin-newlib/build/../winsup/utils/strace.cc:1175 #4 0x00000000004074da in main (argc=8, argv=0x802220) at /d/src/cygwin-newlib/build/../winsup/utils/strace.cc:1195 -- 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