From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71102 invoked by alias); 15 Feb 2016 16:17:19 -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 71092 invoked by uid 89); 15 Feb 2016 16:17:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.3 required=5.0 tests=AWL,BAYES_05,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=dlls, sk:jontur, U*jon.turney, sk:jon.tur X-HELO: mail-pf0-f178.google.com Received: from mail-pf0-f178.google.com (HELO mail-pf0-f178.google.com) (209.85.192.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 15 Feb 2016 16:17:17 +0000 Received: by mail-pf0-f178.google.com with SMTP id e127so89544009pfe.3 for ; Mon, 15 Feb 2016 08:17:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=W1w/ld8eoKqyBBm+y5VIAv6BRKC+RhqMOHjjzsbnlV4=; b=edUP62CIHMOn6zrnnT7zCazx8IBqRM214CGKLVLfgkR/LoIPbvLmVSeSynQA2YXAmc nyu5R2/JdzQxUfy/0hFqRV3yN/DT9ijznamLzKuEcw1QuKGZIeusG0SZVkoG2nmZ5K+7 us+PMljos8bbaVVK99Dy8HnlEEhzAEHyEMf8r3fWuYhwcezb24bJVO9hd7sa9XdW5WxE YrFdZXTTMcWY2oZFV4P0kKL5hSWVufjq7vFQgg+XB5xh9KV8UU/xW/LRbvzAa5p8xTsf 7QPOBNjMH2VrEScj0NSpMtjx04Wq4MQEdWRrikRd2TR0d4v3fQXNpee8b1FfWeXJ/iqN 5rRA== X-Gm-Message-State: AG10YORmFgJvqDGDGpOTKGn0p5S6aoBWD7XTMsO1nsHn9nGmQz7B3sSCw8oWOPrCbdA8VBNl+6qCztx8qMGRJA== MIME-Version: 1.0 X-Received: by 10.98.72.24 with SMTP id v24mr24297059pfa.15.1455553035564; Mon, 15 Feb 2016 08:17:15 -0800 (PST) Received: by 10.66.175.176 with HTTP; Mon, 15 Feb 2016 08:17:15 -0800 (PST) In-Reply-To: <56C1C2C7.8020707@dronecode.org.uk> References: <56C1C2C7.8020707@dronecode.org.uk> Date: Mon, 15 Feb 2016 16:17:00 -0000 Message-ID: Subject: Re: Error in Cygwin/X 64-bit From: Girish Joglekar To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-02/txt/msg00231.txt.bz2 Unfortunately I inherited this code which is huge. I do not know how to create a simple case which will reproduce the behavior. Is there a way to create the dlls which shed some light on the problem through gdb? Thank you. Girish Here is the stack from gdb/where at the time it crashes. #0 0x00000003fe819d25 in cygXm-4!XmRenderTableCopy () from /usr/bin/cygXm-4.dll #1 0x00000003fe7e5411 in cygXm-4!XmTextFieldSetEditable () from /usr/bin/cygXm-4.dll #2 0x00000003fe7e5917 in cygXm-4!XmTextFieldSetEditable () from /usr/bin/cygXm-4.dll #3 0x00000003fe619bb1 in cygXt-6!_XtAddDefaultConverters () from /usr/bin/cygXt-6.dll #4 0x00000003fe61a65c in cygXt-6!XtInitializeWidgetClass () from /usr/bin/cygXt-6.dll #5 0x00000003fe61a906 in cygXt-6!_XtCreateWidget () from /usr/bin/cygXt-6.dll #6 0x00000003fe61abd9 in cygXt-6!XtCreateWidget () from /usr/bin/cygXt-6.dll #7 0x00000003fe7e6511 in cygXm-4!XmCreateTextField () from /usr/bin/cygXm-4.dll #8 0x000000010097cfbc in mosprshCreateSpreadsheet (parentFM=0x600286760, spreadSheetTitle=0x1009ec40e <__FUNCTION__.12658+126> "Measuring Unit Specification", rowNames=0x600288d50, columnNames=0x600265b80, cellSize=0, mosprshCheckButtonCallback=0x0) at mosprshx.c:248 #9 0x0000000100982064 in moCreateSpreadsheet (parentFM=0x600286760, spreadSheetTitle=0x1009ec40e <__FUNCTION__.12658+126> "Measuring Unit Specification", rowNames=0x600288d50, columnNames=0x600265b80, mosprshCheckButtonCallback=0x0) at mosprshx.c:678 On Mon, Feb 15, 2016 at 7:21 AM, Jon Turney wrote: > On 15/02/2016 11:35, Girish Joglekar wrote: >> >> I installed cygwin and cygwin/X 64-bit on a Windows 10 laptop. I have >> an application that uses Motif and Xt libraries. It runs on Linux and >> Windows Vista with cygwin cygwin/X 32-bit. On Windows 10 I get >> segmentation fault in cygXm-4.dll in the function XmRenderTableCopy(). > > > Is this unnamed application available for others to try to reproduce the > problem? > >> Please help. I can send screen dumps of stack. I do not know how to >> copy from X term screen and paste into gmail on PC. Email with screen >> is not deliverable to cygwin. > > > Xterm copies text selected using the left-mouse button to the clipboard. > > Please attach your cygcheck output per https://cygwin.com/problems.html > -- 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