Re: bash.exe crash

2025-04-01 Thread Bill Stewart via Cygwin
On Tue, Mar 25, 2025 at 1:25 PM David wrote: > Unsurprisingly, setup-x86_64.exe always posts error messages on completion: > > Package: 0/Perpetual > 0p_000_autorebase.dash exit code -1073741819 > 0p_update-info-dir.dash exit code -1073741819 > Package: _/Unknown package >

Re: bash.exe crash

2025-03-27 Thread David via Cygwin
On 3/25/25 12:22 PM, David via Cygwin wrote: Any suggestions for further investigation? The problem is resolved when I downgrade to cygwin 3.5.7-1. The problem is not resolved when I setup one of the 3.7.0.0. test versions. -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: bash.exe crash

2025-03-27 Thread Brian Inglis via Cygwin
On 2025-03-27 14:15, Brian Inglis wrote: On 2025-03-27 12:12, David via Cygwin wrote: On 3/26/25 2:08 PM, Thomas Wolff via Cygwin wrote: Works for me. Maybe your export list ist too long? What's the unwrapped output of `export` for you? This also crashes:   export XXX=$(uname) As you might e

Re: bash.exe crash

2025-03-27 Thread David via Cygwin
On 3/27/25 1:15 PM, Brian Inglis via Cygwin wrote: Try `uname -srvmo` and post the output so we can see which Cygwin version. CYGWIN_NT-10.0-26100 3.6.0-1.x86_64 2025-03-18 17:01 UTC x86_64 Cygwin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin

Re: bash.exe crash

2025-03-27 Thread Brian Inglis via Cygwin
On 2025-03-27 12:12, David via Cygwin wrote: On 3/26/25 2:08 PM, Thomas Wolff via Cygwin wrote: Works for me. Maybe your export list ist too long? What's the unwrapped output of `export` for you? This also crashes:  export XXX=$(uname) As you might expect: $ uname CYGWIN_NT-10.0-26100 That

Re: bash.exe crash

2025-03-27 Thread David via Cygwin
On 3/26/25 2:08 PM, Thomas Wolff via Cygwin wrote: Works for me. Maybe your export list ist too long? What's the unwrapped output of `export` for you? This also crashes: export XXX=$(uname) As you might expect: $ uname CYGWIN_NT-10.0-26100 -- Problem reports: https://cygwin.com/problem

Re: bash.exe crash

2025-03-26 Thread Thomas Wolff via Cygwin
Am 25.03.2025 um 20:22 schrieb David via Cygwin: Bash.exe is crashing on fairly simple commands. For example, declare -r XXX=$(export) Works for me. Maybe your export list ist too long? What's the unwrapped output of `export` for you? There is no error message, bash.exe simply terminates. I

bash.exe crash

2025-03-25 Thread David via Cygwin
Bash.exe is crashing on fairly simple commands. For example, declare -r XXX=$(export) There is no error message, bash.exe simply terminates. I am not able to build bash from source code because that process ultimately depends on bash itself. My environment is a Windows 11 virtual machine prov