From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) by sourceware.org (Postfix) with ESMTPS id 9C4683857C4C for ; Tue, 21 Jul 2020 04:28:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9C4683857C4C Received: by mail-ed1-x52f.google.com with SMTP id b15so14320105edy.7 for ; Mon, 20 Jul 2020 21:28:08 -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=bcixD62tRMaK+UbvO9j/4yU+mWvpD0pJHEXY/p6fBww=; b=m+8TM4eR95n4M+mUUFvjNa9fhpC23jeyPHYhthxpObWiXrH1eg+bJfHcb8SiNcFEnw UdeaLG0QD6f6YLvkKaiOpDz5z4n5lXiBfmzzrz1v/mbDXrKsAvVyYVfQXrrdOT1/ga8s MfXaWDQKzZn+FzalhfeLs2uX1xxV12bOmsC2TijAFaqdt23ZRuKGjS0Y+04Y48avc/p7 Dsw9FxAB572ZHxS9q2viDd3PEhyVAwU59bq++/dqsbspAIJeOzNfwTSoEsRqqTwRtsUs 5iSPylHUDuB0rYPukSebAp9B60hLXxTdpo0p2bquyCpdXKWFUzKsYv91YesYfjC/AW3e JCAA== X-Gm-Message-State: AOAM530BmxHpBDnCjYSsmH6lPmjhQaqxbiCTtEg67BaYiZAqzzmyOkJ8 iThrHXJJLoM7BJrSF9GQBzOpA9emNas= X-Google-Smtp-Source: ABdhPJx35aL6T8Vq5rw17P+1eRHTU9r49iLyBZ5jkYgANuY1/a1t9Kn3qN6e8EPOJzvLhzaYx+f8vQ== X-Received: by 2002:aa7:c54e:: with SMTP id s14mr24538234edr.81.1595305687303; Mon, 20 Jul 2020 21:28:07 -0700 (PDT) Received: from ?IPv6:2003:cc:9f36:6355:98db:42fd:ea69:a2fc? (p200300cc9f36635598db42fdea69a2fc.dip0.t-ipconnect.de. [2003:cc:9f36:6355:98db:42fd:ea69:a2fc]) by smtp.gmail.com with ESMTPSA id o20sm15993770ejr.64.2020.07.20.21.28.06 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 20 Jul 2020 21:28:06 -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> From: Marco Atzeri Message-ID: Date: Tue, 21 Jul 2020 06:28:04 +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: <20200720201247.31248857@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: Tue, 21 Jul 2020 04:28:10 -0000 On 21.07.2020 05:12, briand@pounceofcats.com wrote: > On Sun, 19 Jul 2020 21:15:26 +0200 > Marco Atzeri via Cygwin wrote: > >>> 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: >> > >> In this way you can copy your home more easily and kill the old one when >> everything is fine. >> > > I tell you my work machine is just cursed. Installed a fresh cygwin, the only package i chose was plotutils, and i get the exact same problem. > > Not sure where to go from here... > I bet the curse is a BLODA https://cygwin.com/faq/faq.html#faq.using.bloda also as I noted that the loading address of your DLLs is **very** low my pc: $ grep cygwin1.dll graph.strace --- Process 84828 loaded D:\cygwin64\bin\cygwin1.dll at 0000000180040000 your strace $ grep cygwin1.dll temp.txt --- Process 3080 loaded C:\cygwin64\bin\cygwin1.dll at 0000000000ce0000 --- Process 3080 loaded C:\cygwin64\bin\cygwin1.dll at 0000000000ee0000 --- Process 3080 loaded C:\cygwin64\bin\cygwin1.dll at 00000000014f0000 can you exclude the AV from your cygwin directory ? Regards Marco