Re: Forking a program in a thread

2012-03-09 Thread Enrico Forestieri
On Fri, Mar 09, 2012 at 02:05:37PM +0100, Corinna Vinschen wrote: > On Mar 9 13:43, Corinna Vinschen wrote: > > On Mar 9 11:32, Enrico Forestieri wrote: > > > On Fri, Mar 09, 2012 at 09:47:13AM +0100, Corinna Vinschen wrote: > > > > > > > On Mar 9 02:14, Enrico Forestieri wrote: > > > > > I wou

Re: Forking a program in a thread

2012-03-09 Thread Corinna Vinschen
On Mar 9 13:43, Corinna Vinschen wrote: > On Mar 9 11:32, Enrico Forestieri wrote: > > On Fri, Mar 09, 2012 at 09:47:13AM +0100, Corinna Vinschen wrote: > > > > > On Mar 9 02:14, Enrico Forestieri wrote: > > > > I would like to point out a regression, seemingly introduced in 1.7.10. > > > > If

Re: Forking a program in a thread

2012-03-09 Thread Corinna Vinschen
On Mar 9 11:32, Enrico Forestieri wrote: > On Fri, Mar 09, 2012 at 09:47:13AM +0100, Corinna Vinschen wrote: > > > On Mar 9 02:14, Enrico Forestieri wrote: > > > I would like to point out a regression, seemingly introduced in 1.7.10. > > > If a program is exec'ed after forking in a thread and th

Re: Forking a program in a thread

2012-03-09 Thread Enrico Forestieri
On Fri, Mar 09, 2012 at 09:47:13AM +0100, Corinna Vinschen wrote: > On Mar 9 02:14, Enrico Forestieri wrote: > > I would like to point out a regression, seemingly introduced in 1.7.10. > > If a program is exec'ed after forking in a thread and the program is > > a native Windows program, it (seemi

Re: Forking a program in a thread

2012-03-09 Thread Corinna Vinschen
On Mar 9 02:14, Enrico Forestieri wrote: > I would like to point out a regression, seemingly introduced in 1.7.10. > If a program is exec'ed after forking in a thread and the program is > a native Windows program, it (seemingly) fails to start. What Windows version? Corinna -- Corinna Vinsche

Forking a program in a thread

2012-03-08 Thread Enrico Forestieri
I would like to point out a regression, seemingly introduced in 1.7.10. If a program is exec'ed after forking in a thread and the program is a native Windows program, it (seemingly) fails to start. Please, find attached a test case. You can try it with gvim, for example. There's no problem with th