X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 338EB3858009 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1708353429; bh=ZG6elvHA1a60xcVqCyIC8zmYU5q0NTZAcFAR9l6sLts=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=qmbS9Q/Kvk+e676ybpBUEcmM25yzHZjsuEgtX0MyzrhfAgGABrzWzCuiGDz1X2igE 92kUXDd0ozuuweZecZe4LgqWT1yxsCzeiT3QnmlB5yQBA3Hw4uNXkGO5Wu9YPJ0e99 peRdLDH9VovaH2Hk16ZqgIvfJMgVNrW9hAusTU8Q= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C04B2385828A Date: Mon, 19 Feb 2024 15:36:04 +0100 To: cygwin AT cygwin DOT com Subject: Re: Cygwin installer hangs when running post-install scripts Message-ID: Mail-Followup-To: cygwin AT cygwin DOT com, Kevin Ushey References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Corinna Vinschen via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Corinna Vinschen , Kevin Ushey Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Hi Kevin, On Feb 15 20:13, Corinna Vinschen via Cygwin wrote: > On Feb 15 09:46, Kevin Ushey via Cygwin wrote: > > https://gist.github.com/kevinushey/cdbd15cdf22e5cdcd094b0ad80347dce. > [...] > 00000001`802b7054 db030094 bl ntdll!#RtlpReferenceCurrentDirectory (1802b7fc0) I'm not familiar with ARM assembler, but a quick search showed that the `bl' opcode is basically a subroutine call. So ntdll!#RtlpReferenceCurrentDirectory is not the address of the struct pointer, as I surmised, but the address of the function (probably) fetching the address of the struct pointer. Would you mind to send the assembler output for this function as well? Thanks, Corinna -- 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