From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by sourceware.org (Postfix) with ESMTPS id 9FEDC3858D38 for ; Wed, 22 Jul 2020 20:47:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9FEDC3858D38 Received: by mail-ed1-x532.google.com with SMTP id z17so2699018edr.9 for ; Wed, 22 Jul 2020 13:47:35 -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=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) Received: from ?IPv6:2003:cc:9f05:858:15c:8687:f066:8493? (p200300cc9f050858015c8687f0668493.dip0.t-ipconnect.de. [2003:cc:9f05:858:15c:8687:f066:8493]) by smtp.gmail.com with ESMTPSA id r9sm155476edt.1.2020.07.22.13.47.33 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 22 Jul 2020 13:47:33 -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> <20200720201247.31248857@quarternote> <45531187-c62c-f08b-a3a5-c6b8f0b7a78c@SystematicSw.ab.ca> <3e1ba674-65b0-7efa-88a2-c256f6d819fb@gmail.com> From: Marco Atzeri 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-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit 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: Wed, 22 Jul 2020 20:47:36 -0000 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