From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) by sourceware.org (Postfix) with ESMTPS id DBCAB399B477 for ; Wed, 28 Jul 2021 15:26:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DBCAB399B477 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 Received: from shw-obgw-4004a.ext.cloudfilter.net ([10.228.9.227]) by cmsmtp with ESMTP id 8jtSmUbRDFRDp8lRumqFVA; Wed, 28 Jul 2021 15:26:22 +0000 Received: from [192.168.1.104] ([68.147.0.90]) by cmsmtp with ESMTP id 8lRumCFYg3DJA8lRumk9K4; Wed, 28 Jul 2021 15:26:22 +0000 X-Authority-Analysis: v=2.4 cv=FMjee8ks c=1 sm=1 tr=0 ts=6101771e a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17 a=IkcTkHD0fZMA:10 a=94nOnFI1EgyDtX4ev68A:9 a=QEXdDO2ut3YA:10 Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com References: From: Brian Inglis Organization: Systematic Software Subject: Re: CYGWIN + windos10 + eclipse clp prolog Message-ID: Date: Wed, 28 Jul 2021 09:26:22 -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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-CA Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfKSBEALIIVXpe+DOygFQp7XCBxSpy1BQ0rZqGlvosb/xsD3j54KQydXPghQWsTOzwKgOl7zhXsGaupI6RBzI+e2sHulsDvtMUYwkFS7W04MWOPVKB4qz 2KhGJdyCSvFPVBUy8vyDPCKPVy9jGCWoxOel0Z3yQqvv7O8hmMKLRos/4K44stapG6J9xHY7GTYv4p3zZb62Wfr++v7o/+xoawI= X-Spam-Status: No, score=-1161.2 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2021 15:26:24 -0000 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. 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. The Cygwin project provides packages for execution and development but, as Cygwin is an all volunteer effort, with limited personnel each with limited time, so all projects built using those packages are the responsibility of those projects downstream of Cygwin, otherwise we would not have any time to maintain and expand the packages supported. -- 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.]