From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by sourceware.org (Postfix) with ESMTPS id C528F3858D34 for ; Sun, 19 Jul 2020 19:15:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C528F3858D34 Received: by mail-ej1-x62a.google.com with SMTP id o18so15922409eje.7 for ; Sun, 19 Jul 2020 12:15:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=3QMYRXsgdXiuwfAH1ITMFccXJmEqYn43EL+f7jyOKFQ=; b=T4wtTQsUTScLOy+H2mnX2myU1TzGjGLDP/ifM7vROqOskZXowoB4EYwmfRvD7g+dY8 Jywc6FD5YiOcKuiUEkmJLKCgeBoYjaxXlG2JY5K0Td6qa5rtJ2cMD3BpeQUtBKCm+wDK 3zh6syaLZ8/lIQ++7pUw6p+J7RzYQiVBQ7VEJ5ypYX4GL0rB6hTlD+xXxKT+2I+wk0Rz HigNRVLRQsKdx3+vZ8ONI4AihkQD3b6hoRdHHUnaISb0vGWaNfT0RsJyJT/woNgmlm7E kdrhRZJ/pGKtPby1gbLemw2Zm99qGQciz18sWruiJBeGGE1uf7QnVVpxBeNMG6QxHMDi 0eKw== X-Gm-Message-State: AOAM5320xvgHAVp7gqOIUxY+Uhs7pqj1oiYr8hobz8B0ozxRngMTJx36 0UB1TNb5o/YY5qgA55G3TMi8wJ7P X-Google-Smtp-Source: ABdhPJzVedfLMAtfEEGpZ/ZNIBf/C8FpIm0MAGLBZqOWrj8hjHDYIuhLNNSjca+Zk9X0MvuSEGa6UA== X-Received: by 2002:a17:906:410a:: with SMTP id j10mr18115229ejk.201.1595186128900; Sun, 19 Jul 2020 12:15:28 -0700 (PDT) Received: from ?IPv6:2003:cc:9f36:63a9:91c9:b6e7:84ea:a6ed? (p200300cc9f3663a991c9b6e784eaa6ed.dip0.t-ipconnect.de. [2003:cc:9f36:63a9:91c9:b6e7:84ea:a6ed]) by smtp.gmail.com with ESMTPSA id e4sm13392252ejx.76.2020.07.19.12.15.27 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 19 Jul 2020 12:15:28 -0700 (PDT) Subject: Re: graph (plotutils) seg-faulting To: cygwin@cygwin.com References: <20200718141223.0736bb2c@quarternote> <20200719085555.334eca63@quarternote> <41425d86-4980-699c-fbce-17d10355f8ff@gmail.com> <20200719112321.4d66f748@quarternote> From: Marco Atzeri Message-ID: Date: Sun, 19 Jul 2020 21:15:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200719112321.4d66f748@quarternote> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, 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@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2020 19:15:36 -0000 On 19.07.2020 20:23, briand@pounceofcats.com wrote: > On Sun, 19 Jul 2020 19:46:31 +0200 > Marco Atzeri via Cygwin wrote: > >> 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. I was referring to libiconv2 >> >> $ 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 ? > I suggest to install in a parallel directory, they works fine without interference, eg in my system I have: 08.06.2020 19:37 cygwin32 22.04.2020 21:32 cygwin32T 19.07.2020 19:17 cygwin64 22.04.2020 21:37 cygwin64T In this way you can copy your home more easily and kill the old one when everything is fine. Regards Marco