"eric pouech" <[EMAIL PROTECTED]> writes: > this means that: > - most of the introspection commands (info windows and such will no > longer be working) > - but more trouble shooting: if a thread holds the X11 crit sect, and > enters the debugger, no other thread (from a different process) will be > able to enter the X11 crit sect. so you will get quite a few timeouts > (and the associated exceptions) being triggered Yes, that's a general problem with shared sections, and this is why they should be avoided. For the X11 section this is easy, since we'll have one X connection and one copy of Xlib for each process the section will be per-process too. For windows we will need some other mechanism. -- Alexandre Julliard [EMAIL PROTECTED]