On Tue, 2005-05-17 at 12:58 -0400, Thomas Fitzsimmons wrote: > In jni/gtk-peer/gtkpeer.h change: > > #define DEBUG_LOCKING 0 > > to > > #define DEBUG_LOCKING 1 > > and rebuild the peers. Thanks. Is it reasonable to consider turning this into a system property? This isn't the first time I've had to do this to debug some problem. AG