delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/04/07/13:33:56

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6FF1388700B
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1586280793;
bh=Onizt4jgBsrt7bIP92cyxCe0jEWN5Xa8B6OTGiKdjT8=;
h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:From;
b=qzZZ/X6Cpt6kSO7gemskEPSYQDNOcGEXvWEeGDj5ug+QwMqYk6GjKoBTmJ6mClwlz
4/ryflN6OsWTmIoC0fy5KzGksXTRIx3Bbt0UqfkI0mVvHf+rH921rnWJ6WQkwVvtaU
Al/pbBjcwzukaMzpc0Xl8Z4LcfbzPseru9pB9h5E=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 14371385DC1A
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:to:from:subject:message-id:date:user-agent
:mime-version;
bh=k4q9lNDTPwpPkAjWyV6mJ2UO9gdnu7NHY6WRAPUNkLc=;
b=S1U8RC+npw6z/lpCnwD2nbozg836h1xLx90lw1wsVR/PBHN5bgRH6XUkDbfWsBQAZs
mAvIPXNQTFpjGyuvQ8axQ0lFZhq14PRUP+fy5NYIHBf7/dMGgWzg/+UoB9feOkqtQVgd
QfoH5zD2IbU3kW6mHrzn9T3xdoEVpQQCcD+CkweHQL9ednG7rJ9NUEfZwJihRZOMMnhT
2Ri9xhmBOlXLaCWzifWtUpi9SbFkcCRovzKLw7Swo2qbbmG9AxZe7bynPC6ardndJQ7b
uldn+L3TCYJpWWoYbdSgluP+5y1LOxsqp/r90KeeSCRRNLcrGKOwfCA11fUZoHlNTMuD
vwDA==
X-Gm-Message-State: AGi0Puar2hzwgD7tW5JLPmQ4ZH443Ud/rHoLaYUjPr8wqHFDjloCQMq1
0n4NgTRGxkCpEdxlgrHVMdP1RybGYVY=
X-Google-Smtp-Source: APiQypImtbeP4k7XOqJmK8B0QF91SHiuoK1f7SLVbiU2zYj74kU/tZucqL1lYeptnx75yJXfSGSozQ==
X-Received: by 2002:adf:f98b:: with SMTP id f11mr3802433wrr.259.1586280789811;
Tue, 07 Apr 2020 10:33:09 -0700 (PDT)
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
Subject: segfault on 32bit
Message-ID: <ca08d279-db91-b423-019f-e5df552e610b@gmail.com>
Date: Tue, 7 Apr 2020 19:33:07 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101
Thunderbird/68.6.0
MIME-Version: 1.0
X-Spam-Status: No, score=-2.0 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 AT cygwin DOT 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 AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Marco Atzeri via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

This is a multi-part message in MIME format.
--------------A6694F755214B904E9DAD131
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

while trying to build the 32bit version on python,
I hit this never seen before issue:

checking for %zd printf() format support... make: *** No targets 
specified and no makefile found.  Stop.
*** ERROR: make failed
       4 [main] sh 18479 D:\cygwin32\bin\sh.exe: *** fatal error in 
forked process - WFSO timed out after longjmp
       4 [main] sh 18479 D:\cygwin32\bin\sh.exe: *** fatal error in 
forked proces
s - WFSO timed out after longjmp
   72365 [main] sh 18479 cygwin_exception::open_stackdumpfile: Dumping 
stack trac
e to sh.exe.stackdump
   72365 [main] sh 18479 cygwin_exception::open_stackdumpfile: Dumping 
stack trac
e to sh.exe.stackdump


$ uname -svr
CYGWIN_NT-10.0-WOW 3.1.4(0.340/5/3) 2020-02-19 08:45

what is a WFSO ?
Attached stackdump.

Marco



--------------A6694F755214B904E9DAD131
Content-Type: text/plain; charset=UTF-8;
 name="sh.exe.stackdump"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
 filename="sh.exe.stackdump"

U3RhY2sgdHJhY2U6DQpGcmFtZSAgICAgRnVuY3Rpb24gIEFyZ3MNCjAwNkRDNDM4ICA2MTA4
NEYyOCAoMDAwMDAxNDgsIDAwMDAwMDAwLCAwMDAwMDAwMCwgMDAwMDAwMTgpDQpFbmQgb2Yg
c3RhY2sgdHJhY2UK
--------------A6694F755214B904E9DAD131
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--------------A6694F755214B904E9DAD131--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019