X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 451883857821
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1613854903;
	bh=LI5sVRNp0TcyuSbLpCj1DWADYXRtaQgCwx88SBsiX4g=;
	h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post:
	 List-Help:List-Subscribe:From:Reply-To:From;
	b=LHTxfxJwmqxda5kF5WLzCBp/beF+xUYjUHtbRZ9bYLeyZqYz1L8r5GAdpNde+cxTw
	 daUjFQDAHAhI+HqNlbBjmlrZuR0EHT7WqXmmqK1G7wErzh+fDOzzW4GiiOazGhxtL3
	 KIiMzmq3HKJsyZih1f7sP/mmwN+nrQk6UVxxWlmM=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A559B3857C69
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:subject:message-id:date:user-agent
 :mime-version:content-language:content-transfer-encoding;
 bh=0l+wV4ZbABfZj3NPouGrOlMolj1Z0S2gmG+q1rMOklo=;
 b=OIvVvsudm6+YQQAPL70/9uaRqfhz2/fjG4xXymvdXF8EBSGLWBcG4yzxXE2DaNQ47i
 N7wFW/CB6W4Q8XajrHQDcxOuZcCBupevafuDtZZesonLVa2gzjNSC9G86rouJuZN/O8E
 OuQqDl7siAO1GCDXkm4BBfSvjS741/YLPoCp3Kq4WmcnXyrcpttlZgTpmxiGW2TEVFS1
 sabzfz0hDGEGmAWFObfMZ+S4/0yQ3lBEKz5IH6m161UwgQeOy0YHMmvXxoRorfLEHOrM
 xyHoNAURDh+vRKntmmPv9HDR5xncoCgWj/TcoEdQK414EZ/t2ony5SMgcq9HRmK2ljQH
 noVg==
X-Gm-Message-State: AOAM530tFwRTzWu28mj/5InwcNHnDlqFu1G0Q3xCm+pq7+mmSBYXOO8v
 eL0RCsgbn+1PPgm+lJu1XKQ16Vhvq3U=
X-Google-Smtp-Source: ABdhPJx9aRcaLuHYrxDRDZsCd9RJ0s6Sst9T1Jb3aeP38AMlEshVfGiQPYCVEX4G7jT5Ww6P+5W2/w==
X-Received: by 2002:a05:6402:519:: with SMTP id
 m25mr13778846edv.289.1613854899809; 
 Sat, 20 Feb 2021 13:01:39 -0800 (PST)
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: segfault on 32bit cygwin snapshot
Message-ID: <9d7b9dc2-cb92-498b-7655-e9c618114c87@gmail.com>
Date: Sat, 20 Feb 2021 22:01:38 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
 Thunderbird/78.7.1
MIME-Version: 1.0
Content-Language: it
X-Spam-Status: No, score=-1.6 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
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
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>
From: Marco Atzeri via Cygwin <cygwin@cygwin.com>
Reply-To: Marco Atzeri <marco.atzeri@gmail.com>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: "Cygwin" <cygwin-bounces@cygwin.com>

MC using latest snapshot 32bit 2021-02-19 (and 2021-02-10)

now fails at startup with

Exception: STATUS_ACCESS_VIOLATION at eip=61083736
eax=00000000 ebx=612F352C ecx=D4BFABF9 edx=00000012 esi=0071C8AC 
edi=00000012
ebp=00000000 esp=Exception: STATUS_ACCESS_VIOLATION at eip=61083736
eax=00000000 ebx=612F352C ecx=D4BFABF9 edx=00000012 esi=0071C8AC 
edi=00000012
ebp=00000000 esp=0071C6F0 program=D:\cygwin32\bin\mc.exe, pid 17880, 
thread main
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame     Function  Args
0071C6F0 program=D:\cygwin32\bin\mc.exe, pid 17880, thread main
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame     Function  Args

not tested yet on 64bit

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