Re: Re: wineserver: correctly free the debug ctx

2004-04-07 Thread Pouech Eric DMI AEI CAEN
> It seems to me this will cause the context to never be freed. I don't> understand the problem with multiple processes, the context is bound> to the debugger thread so it shouldn't make any difference how many> processes are being debugged. Could you please give more details on> the problem?well,

Re: wineserver: correctly free the debug ctx

2004-04-05 Thread Alexandre Julliard
Eric Pouech <[EMAIL PROTECTED]> writes: > when a debugging thread is attached to several processes, the debug > context (shared across all processes) is destroyed when the first > process terminates. This patch destroys it when the last process > attached terminates. It seems to me this will caus