From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9788 invoked by alias); 13 Aug 2012 12:17:28 -0000 Received: (qmail 9779 invoked by uid 22791); 13 Aug 2012 12:17:26 -0000 X-SWARE-Spam-Status: No, hits=-8.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from out5-smtp.messagingengine.com (HELO out5-smtp.messagingengine.com) (66.111.4.29) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Aug 2012 12:17:13 +0000 Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 865CD209BF; Mon, 13 Aug 2012 08:17:12 -0400 (EDT) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute3.internal (MEProxy); Mon, 13 Aug 2012 08:17:12 -0400 Received: from [192.168.1.65] (unknown [86.166.177.222]) by mail.messagingengine.com (Postfix) with ESMTPA id E1AAF4824D4; Mon, 13 Aug 2012 08:17:11 -0400 (EDT) Message-ID: <5028F046.6090505@dronecode.org.uk> Date: Mon, 13 Aug 2012 12:17:00 -0000 From: Jon TURNEY Reply-To: cygwin-xfree@cygwin.com User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com CC: crleblanc@gmail.com Subject: Re: XWin.exe segmentation fault on Windows 7 References: <50226385.6060903@dronecode.org.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2012-08/txt/msg00024.txt.bz2 On 13/08/12 05:23, Chris LeBlanc wrote: > I compiled xorg with debugging from the source packages, and that > shows the same behaviour. I can step through the debugger, but the > output is the same as what Jon found in the previous email, failing on > the call to strcpy(). I've logged the gdb output to a file and can > attach it if anyone is interested. Yes, please. Assuming for the moment this is a defect in the cygwin DLL, it would be interesting to see the output of 'mount'. You might also want to install the cygwin-debuginfo package and see if you can debug the problem in getmntent(). It might be worthwhile installing the latest cygwin snapshot [1] to see if the problem still exists. [1] http://cygwin.com/snapshots/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/