X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB1CA385E445 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1595450858; bh=x8FLH4pgka5iTnpnqRC0zoItcXiYIfYU4BAUxwJYXH0=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=l9pctWnOMdH8IglsvIMK/laFGEf/d59rGT4g3JnaT8aYaujdB44Ub1STeDTE7ytd0 UKVHrWKeT16HbG4wRl2Z2dlBkbtcB4/G4WaVR1RKEw2VLiEdsEt2L87Ckf41gqjj/h F5AS2pkg24d20IvIjgfbRDk3AKZezVxF9HH77R7Q= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9FEDC3858D38 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=qsN1CHWzuAA+Z/KTDMyMohIE7YKARW6EfNOikpFouUM=; b=UJhZS/znzMJksM/DHs00Aq/vp4gkP+bsrPPuzIZK9X0a4Jy2Q84SosMtJYvn7wo7GU w6aF8O23ZU9WSy71WIcQWVECqwe/kd4izyOYRtbT9Y06+yTLucc9SJlYZpqyAGZXx2df Aame2qa95YdwZEuVtpyO/Yp3g5KsAfL2nXL9vjUowagVPjX8VBuHtHmPMa2UP+xK5Y8/ 9ile86tAR4gb4SGRd8CSjOlEqFTy66gp9e/ZUXvE6MKPIag65ZEVWO7zyf6UaO8cdGYs 00GmXhnz6WqmOt2/sG3BPNGzKMNPpu+CPKTCawFS/YK7xxNfd7U/ouWaersVl2GbENXa McGQ== X-Gm-Message-State: AOAM531nq9LT1aSlHUSmfrpHCU/X66vXoRMTFyCgEpL+6koM18GkxaBM gWidflSO1O7VGCQnWTrEDYcOBGriOyI= X-Google-Smtp-Source: ABdhPJyOj14K/YDORvaV5vkz6DDowXNB9qdivyr0JxgLpQGHFC01+CM98U4J53nAiZz5WcJ0UANp5A== X-Received: by 2002:a50:ed15:: with SMTP id j21mr1267096eds.246.1595450854509; Wed, 22 Jul 2020 13:47:34 -0700 (PDT) Subject: Re: graph (plotutils) seg-faulting To: cygwin AT cygwin DOT com References: <20200718141223 DOT 0736bb2c AT quarternote> <20200719085555 DOT 334eca63 AT quarternote> <41425d86-4980-699c-fbce-17d10355f8ff AT gmail DOT com> <20200719112321 DOT 4d66f748 AT quarternote> <20200720201247 DOT 31248857 AT quarternote> <45531187-c62c-f08b-a3a5-c6b8f0b7a78c AT SystematicSw DOT ab DOT ca> <3e1ba674-65b0-7efa-88a2-c256f6d819fb AT gmail DOT com> Message-ID: Date: Wed, 22 Jul 2020 22:47:33 +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: Content-Language: it 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 06MKm5rV023153 On 22.07.2020 14:06, Ken Brown via Cygwin wrote: > On 7/22/2020 1:36 AM, Marco Atzeri via Cygwin wrote: >> On 22.07.2020 02:10, Tony Richardson via Cygwin wrote: >>> I have attached both the cygcheck and strace output. >>> >>> Tony Richardson >>> >> >> something is clearly interfering with your Cygwin installation >> >> --- Process 11136 loaded C:\Applications\cygwin64\bin\cygwin1.dll at >> 0000000000c80000 >> --- Process 11136 unloaded DLL at 0000000000c80000 > > I can reproduce the problem on my system: > > $ strace graph ... > Segmentation fault > > > I thought that simply rebuilding plotutils might fix the problem, but > there were a lot of compilation warnings, and the build failed.  Some of > the warnings look serious to me, but I have no idea if they could cause > Windows to try to load DLLs at strange addresses. > > Ken > -- Hi Ken, I rebuilt and uploaded a test version 2.6-6 only for 64bit try to see if something change Regards Marco -- 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