RE: LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process

2006-01-31 Thread Louis Lecaroz
-Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED] Sent: lundi 30 janvier 2006 18:36 To: cygwin@cygwin.com Subject: Re: LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process That's two requests that you follow the guidelines at this page now and

Re: LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process

2006-01-30 Thread Christopher Faylor
On Sun, Jan 29, 2006 at 11:58:42PM +0100, Louis Lecaroz wrote: somebody wrote: What did you actually *do* to get from one step to the next in the above? Where does your MSVC-linked DLL come into it? What loads that DLL? What is your system like (the information requested in

RE: LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process

2006-01-29 Thread Louis Lecaroz
I can't help you, but I can see that there's a lot of information missing here. You're right. What did you actually *do* to get from one step to the next in the above? Where does your MSVC-linked DLL come into it? What loads that DLL? What is your system like (the information requested in

Re: LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process

2006-01-28 Thread Yitzchak Scott-Thoennes
On Fri, Jan 27, 2006 at 06:31:29PM +0100, Louis Lecaroz wrote: from cmd.exe -Start bash --All environment variables from cmd.exe were propaged in bash environment+.profiles one. --Start vi sample.txt from this bash instance A new instance of bash is loaded with also all environment

RE: LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process

2006-01-27 Thread Louis Lecaroz
Hi Christophe, First, let met apologize if there were many misunderstanding between you me. I was really calm when I wrote my previous mail, there was no agression but maybe some missing smiley. Next for your email address, I understand your concerned, I just copied past it from the changelog

RE: LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process

2006-01-27 Thread Louis Lecaroz
For your information, I tried to set the FILELOG_PORT environment variable in bash throught export FILELOG_PORT=1234 it does not resolve my issue. normaly I set the FILELOG_PORT environment variable inside cmd.exe before loading bash from it. I just tried also the last snasphot provided on the

Re: LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process

2006-01-27 Thread Christopher Faylor
On Fri, Jan 27, 2006 at 06:31:29PM +0100, Louis Lecaroz wrote: First, let met apologize if there were many misunderstanding between you me. I was really calm when I wrote my previous mail, there was no agression but maybe some missing smiley. Your continued use of exclamation points would

Re: LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process

2006-01-27 Thread Brian Ford
On Fri, 27 Jan 2006, Christopher Faylor wrote: On Fri, Jan 27, 2006 at 06:31:29PM +0100, Louis Lecaroz wrote: Looking a little bit better inside drilling in the issue, here is what I found : from cmd.exe -Start bash --All environment variables from cmd.exe were propaged in bash

LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process

2006-01-26 Thread Louis Lecaroz
Hi all CygWin champions developers ;) Since this version, the LD_PRELOAD tag is no more replicated to subprocess (Win32 version of cygwin). That means, if I set the LD_PRELOAD variable, only the parent process calls the LoadLibrary load the DLL defined in LD_PRELOAD. In this case, when

Re: LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process

2006-01-26 Thread Christopher Faylor
On Thu, Jan 26, 2006 at 11:37:18AM +0100, Louis Lecaroz wrote: Hi all CygWin champions developers ;) Since this version, the LD_PRELOAD tag is no more replicated to subprocess (Win32 version of cygwin). That means, if I set the LD_PRELOAD variable, only the parent process calls the LoadLibrary