Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre

2006-07-29 Thread Kiyo Kelvin Lee
Oh, well, I thought that needed to be a 1 lines program. :-) Anyway, indeed gdb does pop up for the sample program but doesn't so for the "real" crashes. Bad luck. Regards, Kiyo Christopher Faylor wrote: On Fri, Jul 28, 2006 at 08:35:15PM +1000, Kiyo Kelvin Lee wrote: I

Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre

2006-07-28 Thread Kiyo Kelvin Lee
which would activate the setting? Regards, Kiyo Christopher Faylor wrote: On Thu, Jul 27, 2006 at 05:55:55PM +1000, Kiyo Kelvin Lee wrote: At least not for me. See my another post in this thread. Both 1.5.21 and snapshot 20060718 do not help. And I have the feeling that crashes happen more

Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre

2006-07-27 Thread Kiyo Kelvin Lee
At least not for me. See my another post in this thread. Both 1.5.21 and snapshot 20060718 do not help. And I have the feeling that crashes happen more often with 1.5.21. Great to hear that I am not alone having the problem. Regards, Kiyo Larry Hall (Cygwin) wrote: Jon Harrison wrote: Hi, I to

Re: 1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthre

2006-07-22 Thread Kiyo Kelvin Lee
ode. And that problem has been gone with 1.5.20-1. Now, the infinite loop problem happens more unpredictably and just occasionally. -- Christopher Faylor wrote: On Wed, Jul 19, 2006 at 05:30:05PM +1000, Kiyo Kelvin Lee wrote: Actua

1.5.20: Occasional crash at address 0x6100365f (cygthread::stub() in cygthread.cc)

2006-07-09 Thread Kiyo Kelvin Lee
Using 1.5.20, occasionally sh.exe would crash with the standard Windows crash dialog with these information: [sh.exe - Application Error] The instruction at "0x6100365f" referenced memory at "0x006cda90". The memory could not be "written". Click on OK to terminate the program. Click on CANCEL

Re: problem with subshells or childs?

2006-07-06 Thread Kiyo Kelvin Lee
Have you tried something like (with explicit .exe extension): /bin/rsync -Cavz -e "/usr/bin/ssh.exe" /cygdrive/d/ server:/home/ml/backups/ Probably won't help. As both with or without extension work for me. Regards, Kiyo ml wrote: Hi! [...] If you call sh like this, sh will try to run the f

Re: cygwin-1.5.20 problem: sh.exe (bash) crashed upon termination

2006-07-06 Thread Kiyo Kelvin Lee
ml wrote: Hi Kiyo, > caption[sh.exe - Application Error] > The instruction at "0x6100365f" referenced memory at "0x006cda90". The memory could not be "written". > Click on OK to terminate the program. > Click on CANCEL to debug the program. Any other (old) cygwin*.dll in Your path or reac

Re: problem with subshells or childs?

2006-07-06 Thread Kiyo Kelvin Lee
If you call sh like this, sh will try to run the file as shell script. And of course ls is not a shell script. To run a binary command (or any command actually) with sh, the command should be: sh -c ls Regards, Kiyo ml wrote: Hi, i need some help with this: My plan was to use rsync

Re: problem with subshells or childs?

2006-07-05 Thread Kiyo Kelvin Lee
If you call sh like this, sh will try to run the file as shell script. And of course ls is not a shell script. To run a binary command (or any command actually) with sh, the command should be: sh -c ls Regards, Kiyo ml wrote: Hi, i need some help with this: My plan was to use rsync

cygwin-1.5.20 problem: sh.exe (bash) crashed upon termination

2006-07-05 Thread Kiyo Kelvin Lee
After upgraded to cygwin-1.5.20, sh.exe (bash) crashed occasionally upon termination. The standard Windows crash dialog is shown with this information: caption[sh.exe - Application Error] The instruction at "0x6100365f" referenced memory at "0x006cda90". The memory could not be "written". Cli

Re: cygwin 1-5.19-4 crashes at tty_list::terminate() when using gvim in diff mode

2006-07-01 Thread Kiyo Kelvin Lee
Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Kiyo Kelvin Lee on 6/29/2006 10:15 PM: I took some time to debug into the gvim process and found that actually a crash (SIGSEGV as reported by gdb) would happen inside the function tty_list::terminate() (in tty.cc

cygwin 1-5.19-4 crashes at tty_list::terminate() when using gvim in diff mode

2006-06-29 Thread Kiyo Kelvin Lee
I am using cygwin-1.5.19-4 (with all related packages being latest) on Windows XP SP2 and have built gvim 7.0 myself (official vim-6.4 from cygwin has the same problem though). After I run gvim in diff mode like: gvim -d /tmp/a /tmp/b When I quit gvim, the gvim process never terminates