Re: YA in a series: snapshot what a happy sound

2004-12-30 Thread Yitzchak Scott-Thoennes
On Thu, Dec 30, 2004 at 03:48:45PM -0500, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Mon, Dec 27, 2004 at 08:21:43PM -0500, Christopher Faylor wrote: > >On Mon, Dec 27, 2004 at 05:15:34PM -0800, [EMAIL PROTECTED] wrote: > >>Simple test case (typed in from memory as I don't have internet ac

Re: YA in a series: snapshot what a happy sound

2004-12-30 Thread Christopher Faylor
On Mon, Dec 27, 2004 at 08:21:43PM -0500, Christopher Faylor wrote: >On Mon, Dec 27, 2004 at 05:15:34PM -0800, [EMAIL PROTECTED] wrote: >>Simple test case (typed in from memory as I don't have internet access for >>the next week): >> >>#include >>#include >>int main(int argc, char **argv) >>{ >>

Re: YA in a series: snapshot what a happy sound

2004-12-27 Thread Christopher Faylor
On Mon, Dec 27, 2004 at 05:15:34PM -0800, [EMAIL PROTECTED] wrote: >Simple test case (typed in from memory as I don't have internet access for >the next week): > >#include >#include >int main(int argc, char **argv) >{ > system("true"); > fork(); > return 0; >} > >The bug seems to be when a

Re: YA in a series: snapshot what a happy sound

2004-12-27 Thread sthoenna
Simple test case (typed in from memory as I don't have internet access for the next week): #include #include int main(int argc, char **argv) { system("true"); fork(); return 0; } The bug seems to be when a zombie is left after having successfully waited for a child. -- Unsubscribe in

Re: YA in a series: snapshot what a happy sound

2004-12-26 Thread Yitzchak Scott-Thoennes
On Wed, Dec 22, 2004 at 12:50:40AM -0500, Christopher Faylor wrote: > We're getting close to a 1.5.13 release, so I would appreciate > it if people would send success or failure replies here. Please make > sure that you report the version of Windows that you are using. That > information is impor

YA in a series: snapshot what a happy sound

2004-12-21 Thread Christopher Faylor
http://cygwin.com/snapshots/ The latest snapshot has the path-handling changes I had mentioned previously. This change should allow trailing dots to work correctly in managed mode. Thanks to Pierre Humblet for providing the idea and some of the code for this, although if there are path-handling