From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13398 invoked by alias); 15 Jan 2004 20:19:16 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Reply-To: cygwin-xfree@cygwin.com Received: (qmail 13386 invoked from network); 15 Jan 2004 20:19:15 -0000 Received: from unknown (HELO mr2.cc.ic.ac.uk) (155.198.5.112) by sources.redhat.com with SMTP; 15 Jan 2004 20:19:15 -0000 Received: from icex34.cc.ic.ac.uk ([155.198.3.34] helo=icex34.ic.ac.uk) by mr2.cc.ic.ac.uk with smtp (Exim 3.36 #1) id 1AhDxT-0004sD-02 for cygwin-xfree@cygwin.com; Thu, 15 Jan 2004 20:19:15 +0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Grace (xmgrace) 5.1.12-1 graph program -- building under cygwin -- possibly LessTif bug from 0.93.91 ? Date: Thu, 15 Jan 2004 20:19:00 -0000 Message-ID: <972A5A4D5DCE4B4989643A8BF329AD7E091E22@icex34.cc.ic.ac.uk> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Atwood, Robert C" To: X-SW-Source: 2004-01/txt/msg00382.txt.bz2 List-Id: Dear Harold and others: lesstif is the stock version. Also, I reinstalled all my Cygwin earlier today. $cygcheck -c lesstif Package Version Status lesstif 0.93.91-5 OK Comparing the backtrace from this problem and the other problem, it really looks like the same bug to me. Can the 'stock' lesstif be updated to 0.93.94? I thought I had seen the last of that bug a couple of months ago :~O =20 -- Robert **** backtrace from this problem ***** Program received signal SIGSEGV, Segmentation fault. 0x10032103 in cygX11-6!XGetGCValues () from /usr/X11R6/bin/cygX11-6.dll (gdb) bt #0 0x10032103 in cygX11-6!XGetGCValues () from /usr/X11R6/bin/cygX11-6.dll #1 0x00773946 in cygXm-2!_XmArrowBG_TraitAddCallback () from /usr/X11R6/bin/cygXm-2.dll #2 0x009f5ecc in cygXt-6!XtSetSensitive () from /usr/X11R6/bin/cygXt-6.dll ***** backtrace from previous problem in November 2003 **** > Program received signal SIGSEGV, Segmentation fault. 0x402f1319 in > XGetGCValues () from /usr/X11R6/lib/libX11.so.6 Current language:=20 > auto; currently c > (gdb) bt > #0 0x402f1319 in XGetGCValues () from /usr/X11R6/lib/libX11.so.6 #1=20 > 0x400d02f7 in set_values (old=3D0xbfffe8e0, request=3D0xbfffe5c0,=20 -----Original Message----- From: cygwin-xfree-owner@cygwin.com [mailto:cygwin-xfree-owner@cygwin.com] On Behalf Of Harold L Hunt II Sent: 15 January 2004 19:54 To: cygwin-xfree@cygwin.com Subject: Re: Grace (xmgrace) 5.1.12-1 graph program -- building under cygwin -- possibly LessTif bug from 0.93.91 ? Robert, Please send in the results of "cygcheck -c lesstif" and report on=20 whether you have built lesstif yourself or if you are using the stock=20 lesstif package for Cygwin. I get the following output (which is the latest version): $ cygcheck -c lesstif Cygwin Package Information Package Version Status lesstif 0.93.91-5 OK Harold Atwood, Robert C wrote: > Dear Cygwin-xfree people : > I am trying to compile xmgrace with a few of my own (very minor)=20 > modifications and to run under Cygwin. I have already compiled it=20 > successfully on a Linux machine. However, I could not get it to run on > Cygwin. >=20 > So , I tried the basic source without my modifications -- even then,=20 > the executable I compile under Cygwin gives a SIGSYS (Signal 6) when=20 > trying to open certain (but not all) dialog boxes. The binary=20 > installed from Cygwin setup does not give this problem. This is the=20 > Grace-5.1.12 version. >=20 > I had a similar problem with ddd on Linux using LessTif 0.93.91, and=20 > Danny fixed the problem in November. Is it possible that the same bug=20 > is causing this? Can the default LessTif be upgraded (or downgraded? ) > The bug was #849599 and was fixed in version 0.93.94 (see LessTif bug=20 > database and forwarded reply below) >=20 > However, if this were the problem, I still don't see why the=20 > downloaded binary should work but the compiled binary should not? They > use shared libraries for LessTif, don't they? >=20 >=20 > I used the following procedure: > 1. use Cygwin setup to obtain the source archives > 2. ./grace-5.5.12-1.sh prep > 3. cd grace-5.5.12 > 4. ./configure > 5. make > 6. make tests >=20 > during tests, opening the dialog boxes causes the fault >=20 > 7. make install > 8. make links > 9. /usr/local/bin/xmgrace >=20 > the same fault occurs. >=20 >=20 > Here is some relevant information: >=20 > Host: CYGWIN_NT-5.1 2003-09-20 16:31 1.5.5(0.94/3/2) i686 > Time: Thu Jan 15 18:18:44 2004 > GUI toolkit @(#)GNU/LessTif Version 2.1 Release 0.93.91 > Xbae version: 4007 > T1lib: 1.2.1p1-grace > libpng:1.2.5 > libjpeg:62 >=20 >=20 > gcc 3.3.1 (cygming special) >=20 >=20 >=20 >=20 > Thanks > Robert Atwood >=20 >=20 > -----Original Message----- > From: Danny Backx [mailto:danny.backx@skynet.be] > Sent: 30 November 2003 09:22 > To: ddd@gnu.org > Subject: RE: Segfault when a gnuplot graph is closed? >=20 >=20 > I've just released LessTif 0.93.94 to fix this bug. >=20 > Download at http://sf.net/projects/lesstif >=20 > Danny >=20