X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=joGFWdaj8zazOdjJ OBhoDZ+hnq/pz1v7wCqczwV4kjQCVJhjtn59d4i/efTgp6C9fYaN3Wy9cV7CFiwz fUlSEqW9ndAq6KJQ17bTOuxPEX8yWCZoHSqU2I09mLaQt+PgTxbDGFrBMoFsLb9w IE9dpr3ci9o4Dc5+Kkjn+Zh9rkU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=liCpLifkwjvFjPe511yNqD Ag7Eo=; b=KnuNRvnnhlDJApV+TyEjg5MOjiAbqNc5QNAnZMmtnfWWL9edB8F0Mi 9zE5EleknFAXqhZFwNO9+klSZOe5ylK6zGQiBjrajFLTM5wEmvwFyR+xjpNL9gOo YfJUBdBn66UbDo7gfcrqa8vAyAt+fm/kNs449uWibk90ySLjCQ5tQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 spammy=H*Ad:D*info, H*F:D*info, H*M:info X-HELO: rila.superhosting.bg Subject: Re: program exit code, "at exit" handler and explicit close of shared objects To: cygwin AT cygwin DOT com References: <20754eea-2b5e-dbbb-6027-2643be062e41 AT cornell DOT edu> <1805e95e-6733-7a73-56fe-8493389ae367 AT cornell DOT edu> From: Roumen Petrov Message-ID: <10986264-df7a-8dcc-4a3a-e8a7cc32b693@roumenpetrov.info> Date: Tue, 5 Nov 2019 21:32:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.5 MIME-Version: 1.0 In-Reply-To: <1805e95e-6733-7a73-56fe-8493389ae367@cornell.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-OutGoing-Spam-Status: No, score=-0.2 X-IsSubscribed: yes Hello, As non-regular user I did tests when I have access to environment. Ken Brown wrote: > On 10/29/2019 10:53 AM, Ken Brown wrote: >> On 10/26/2019 11:07 AM, Roumen Petrov wrote: >>> First test is as is: >>> [SNIP] >>> I ran this second version of test-dlclose (with DLCLOSE_ATEXIT defined) under >>> strace and got the following: >>> >>> $ strace -o trace.out ./test-dlclose.exe >>> exit with code 33 >>> Segmentation fault >>> >>> The strace output ends with >>> >>> 30 30143 [main] test-dlclose 847 write: 18 = write(1, 0x600061E20, 18) >>> --- Process 33456 (pid: 847) unloaded DLL at 00000003e7930000 >>> --- Process 33456 (pid: 847), exception c0000005 at 00000003e7931080 >>> --- Process 33456 (pid: 847) thread 26088 exited with status 0xc0000005 >>> --- Process 33456 (pid: 847) thread 33544 exited with status 0xc0000005 >>> --- Process 33456 (pid: 847) thread 36020 exited with status 0xc0000005 >>> --- Process 33456 exited with status 0xc0000005 >>> >>> The address 00000003e7930000 seems to be in /usr/bin/cygz.dll, which is the DLL > Sorry, I meant to say 00000003e7931080; 00000003e7930000 is the start of cygz.dll. > >> that got unloaded. After installing zlib-debuginfo, I ran addr2line to see >> where the crash occurred, and this too crashed: >> >> $ addr2line -C -f -i -p -e /usr/bin/cygz.dll 0x3e7931080 >> Segmentation fault (core dumped) The test was with compression library because this is default OpenSSL configuration - dynamic loading of compression library. It seems to me issue could be reproduced with other libraries as well. For instance I get the same with ssh ("libssh-4.so") or bz2 ("libbz2-1.so"). >> That's as far as I've gotten. >> >> Ken Regards, Roumen Petrov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple