delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/07/19/14:24:17

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 494253858D34
Authentication-Results: sourceware.org; dmarc=none (p=none dis=none)
header.from=pounceofcats.com
Authentication-Results: sourceware.org;
spf=pass smtp.mailfrom=briand AT pounceofcats DOT com
X-Originating-IP: 97.120.56.13
Date: Sun, 19 Jul 2020 11:23:21 -0700
From: <briand AT pounceofcats DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: graph (plotutils) seg-faulting
Message-ID: <20200719112321.4d66f748@quarternote>
In-Reply-To: <41425d86-4980-699c-fbce-17d10355f8ff@gmail.com>
References: <20200718141223 DOT 0736bb2c AT quarternote>
<cf4e8e11-0289-f3e2-da26-bef9ac5c3284 AT gmail DOT com>
<20200719085555 DOT 334eca63 AT quarternote>
<41425d86-4980-699c-fbce-17d10355f8ff AT gmail DOT com>
X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu)
MIME-Version: 1.0
X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL,
KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,
SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <http://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

On Sun, 19 Jul 2020 19:46:31 +0200
Marco Atzeri via Cygwin <cygwin AT cygwin DOT com> wrote:

> On 19.07.2020 17:55, briand AT pounceofcats DOT com wrote:
> > On Sun, 19 Jul 2020 08:04:48 +0200
> > Marco Atzeri via Cygwin <cygwin AT cygwin DOT com> wrote:
> >   
> >> On 18.07.2020 23:12, briand AT pounceofcats DOT com wrote:  
> >>> Hi,
> >>>
> >>> So i noticed graph wasn't doing anything, i could even get it to respond to the help argument.
> >>>
> >>> I attached strace to it, and it shows that it was seg-faulting.
> >>>
> >>> I _just_ did an update, specifically to see if that would fix it and it did not.
> >>>
> >>> 1 could someone reproduce this ?
> >>> 2 what should i do for a bug report ?
> >>>
> >>> I was running graph in a terminal in X not in a terminal window under win10.
> >>>
> >>> Thanks,
> >>>      
> >>
> >> Hi Brian,
> >> graph is working for me.
> >>
> >> Please provide the cygcheck.out, as attachment, for your system,
> >>    as mentioned in
> >>
> >> Problem reports:      https://cygwin.com/problems.html
> >>
> >>
> >> So first, is a simple test working ?
> >>
> >> $ echo 0 0 1 1 2 0 | spline | graph > test.meta
> >> $ plot -T X test.meta
> >>
> >> if yes, how I can replicate your segfault ?
> >>
> >> If the strace is not too large, can you attach to your reply ?
> >> If it is too long send to me directly by private mail.
> >>  
> > 
> > oh good grief.  i just tried this on my home win 10 box, and works perfectly.
> > 
> > unfortunately, my work box, which has a history of weird problems with cygwin, is the one having the problem.  there's too much work-related stuff in the cygcheck output for me to pass it on.
> > 
> > However the strace is ok, so i have attached it.
> > 
> > Just to be clear,
> > 
> >    graph --help
> > 
> > segfaults, so the problem is at a _really_ low level.
> > 
> > I'll try setting up a "new" directory install and see if i can reproduce it.
> > 
> > 
> > --  
> 
> it seems a problem with loading cygiconv-2.dll
> 
> --- Process 3080 loaded C:\cygwin64\bin\cygiconv-2.dll at 0000000001130000
> --- Process 3080 unloaded DLL at 0000000001130000
> --- Process 3080 loaded C:\cygwin64\bin\cygiconv-2.dll at 0000000001130000
> --- Process 3080, exception c0000005 at 00000000014f5075
> 
> but the address fault seems in cygwin1.dll
> 
> --- Process 3080 loaded C:\cygwin64\bin\cygwin1.dll at 00000000014f0000
> 
> what version is installed ?
> 
> Can you try to reinstall it ?

I wasn't sure which package you were talking about.  i reinstalled both cygwin and base-cygwin.

base-cygwin is 3.8-1
cygwin is 3.1.6-1

no difference.

> 
> $ cygcheck -f /usr/bin/cygiconv-2.dll
> libiconv2-1.14-3

yes, libiconv2-1.14-3, is what i see also

i really, really need to re-install cygwin from scratch on this machine.  it seems that every problem i see cannot be replicated.  

While trying to debug my "graphics characters don't appear correctly" issue, i did try to set-up a new install directory and use that, but maybe that's not good enough.

Can I just back up my home directory, kill the entire cygwin64 directory and start over ?


-- 
Brian

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019