X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C125F39B3C16
Authentication-Results: sourceware.org; dmarc=none (p=none dis=none)
 header.from=SystematicSw.ab.ca
Authentication-Results: sourceware.org;
 spf=none smtp.mailfrom=systematicsw.ab.ca
X-Authority-Analysis: v=2.4 cv=B4F8bMhM c=1 sm=1 tr=0 ts=6102bf24
 a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17
 a=IkcTkHD0fZMA:10 a=w_pzkKWiAAAA:8 a=uYT-Tk0qkVT609LjNaIA:9 a=QEXdDO2ut3YA:10
 a=sRI3_1zDfAgwuvI8zelB:22
Subject: Re: CYGWIN + windos10 + eclipse clp prolog
To: cygwin@cygwin.com
References: <VE1PR09MB3551E3FA5D3879C6995607D6B1EA9@VE1PR09MB3551.eurprd09.prod.outlook.com>
 <901b2ce4-3014-b05d-a2f8-b0cc12694709@SystematicSw.ab.ca>
 <VE1PR09MB3551AA3F4618FCE53C99FE6CB1EB9@VE1PR09MB3551.eurprd09.prod.outlook.com>
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
Organization: Systematic Software
Message-ID: <ec1966b1-6dea-4c4e-f0d9-bb447464d7ae@SystematicSw.ab.ca>
Date: Thu, 29 Jul 2021 08:45:55 -0600
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
 Thunderbird/78.12.0
MIME-Version: 1.0
In-Reply-To: <VE1PR09MB3551AA3F4618FCE53C99FE6CB1EB9@VE1PR09MB3551.eurprd09.prod.outlook.com>
Content-Language: en-CA
X-CMAE-Envelope: MS4xfOqs8oaPqkMTND43IlVYCBfY40aRlT7dzVrvk1jiRaXaqHbLYx1M10UYoxffYctbLJEAEpv2PQLq6bOwJZtBDQ9F5DzZiYHTPNtvX0gCt270xQD5DcME
 5WnYFQJCoq4Zk3K85tNJ+szFO1z8FNpXHXOrIg2aBfIjv8Lau9/b1v8SPq5glszJlMQlXMHT/S+JID7qFKTLIMJfmZk+Af5ZV4c=
X-Spam-Status: No, score=-1161.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
 KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL,
 RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE,
 TXREP autolearn=no autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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 <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
Reply-To: cygwin@cygwin.com
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 16TEmRYi024408

On 2021-07-29 05:59, Manu goswami via Cygwin wrote:
> On Thursday, July 29, 2021 1:08 PM, Brian Inglis wrote:
>> On 2021-07-28 02:03, Manu goswami via Cygwin wrote:
>>> I have previously build eclipse clp prolog several times in CYGWIN
>>> but suddenly it has started to show ‘SEGMENTATION FAULT’ even after
>>> fully reinstalling CYGWIN and removing (manually deleting) old
>>> Cygwin.  No error is reported at build time and .exe is successfully
>>> generated but on execution of .exe file after build shows ‘
>>> SEGMENTATION FAULT’. Kindly support in resolving most urgently.
>> 
>> If you want to see replies to your questions, subscribe to the mailing
>> list, or view the replies on one of the many web based message archives
>> of the mailing list, including that at cygwin.com.
>> 
>> Report upstream to wherever you got the sources for whatever "eclipse
>> clp prolog" is - in whatever language(s) they use - web links to
>> projects and sources are more informative than garbled buzzwords.
>> 
>> SIGSEGV is a symptom of a programming error - out of bounds access -
>> caused by following the wrong pointer to an invalid location, using a
>> NULL pointer, array or buffer index incorrect, use after free, incorrect
>> object size or indirection, just to suggest some of the most frequent
>> and common causes.
>> 
>> If you have made your own local and/or recent changes to the sources,
>> they are invariably the likely cause of the issue, so recheck any recent
>> local work very carefully.

> Eclipse clp is a version of open source prolog and had been running successfully on my computer for some months.
> 
> There has been no change in source code.
> 
> What new I did was to install msys2 and call a particular Cygwin compiled exe from msys2. The called Cygwin compiled  .exe did run from msys2 but most probably crashed Cygwin causing segmentation fault ever since. Surprisingly the called Cygwin compiled .exe runs successfully but eclipse clp prolog .exe fails.
> 
> Should I remove msys2 ? as I have reinstalled Cygwin multiple times ever since this error occurs.

That's the only recent local change, but the Msys2 DLLs are often 
outdated Cygwin derivatives, and Cygwin programs may try to call 
functions nonexistent in Msys2 DLLs.
The situation can be mitigated by setting the path to run the Cygwin 
compiled code using the Cygwin DLLs from the Cygwin bin, and changing 
the path to run the Msys2 tools using the DLLs from the Msys2 bin.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

-- 
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

