This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: jogl deadlock


On Tue, 2005-05-17 at 09:12 -0700, Anthony Green wrote:
> On Tue, 2005-05-17 at 11:47 -0400, Thomas Fitzsimmons wrote:
> > Try turning on gdk lock debugging.
> 
> Please remind me how to do this.
> 

In jni/gtk-peer/gtkpeer.h change:

#define DEBUG_LOCKING 0

to

#define DEBUG_LOCKING 1

and rebuild the peers.

Tom



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]