Fw: bash.exe.stackdump generated using cygwin 1.7.15

2012-05-24 Thread Alessandro Raniolo
Thanks a lot for the quick investigation of the problem. It looks you found some cygwin builds that fixed the problem . Is it possible to release a new version of cygwin package containing the fix ? I'm ready to try a beta version of the cygwin package containing the fix in the same environm

Re: bash.exe.stackdump generated using cygwin 1.7.15

2012-05-22 Thread Corinna Vinschen
On May 21 14:50, Eric Blake wrote: > On 05/21/2012 10:42 AM, Corinna Vinschen wrote: > > >> The crash occurs after echo exited, so bash wakes up from the wait4 > >> call. However, the problem is that the crash does not occur in Cygwin, > >> but in bash itself. > >> > >> 147 350775 [main] bash

Re: bash.exe.stackdump generated using cygwin 1.7.15

2012-05-21 Thread Eric Blake
On 05/21/2012 10:42 AM, Corinna Vinschen wrote: >> The crash occurs after echo exited, so bash wakes up from the wait4 >> call. However, the problem is that the crash does not occur in Cygwin, >> but in bash itself. >> >> 147 350775 [main] bash 3548 wait4: 2320 = wait4(-1, 0x0, 0, 0x0) >> --

Re: bash.exe.stackdump generated using cygwin 1.7.15

2012-05-21 Thread Corinna Vinschen
On May 21 17:58, Corinna Vinschen wrote: > On May 21 17:26, Alessandro Raniolo wrote: > > 'm experiencing this issue when I run this simple testcase: > > > > just run the command > > > > c:\cygwin\bin\bash.exe --login -c "/bin/mkpasswd -l > /etc/passwd" > > > > it produces: > > [...] > > 261

Re: bash.exe.stackdump generated using cygwin 1.7.15

2012-05-21 Thread Corinna Vinschen
On May 21 17:26, Alessandro Raniolo wrote: > 'm experiencing this issue when I run this simple testcase: > > just run the command > > c:\cygwin\bin\bash.exe --login -c "/bin/mkpasswd -l > /etc/passwd" > > it produces: > [...] > 261 [main] bash 6636 exception::handle: Exception: STATUS_ACCESS

bash.exe.stackdump generated using cygwin 1.7.15

2012-05-21 Thread Alessandro Raniolo
'm experiencing this issue when I run this simple testcase: just run the command c:\cygwin\bin\bash.exe --login -c "/bin/mkpasswd -l > /etc/passwd" it produces: looked for bash.exe.stackdump here is the cygcheck.out producted by cygcheck -s -v -r > cygcheck.out The problem does no