This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: jogl deadlock
- From: Tom Tromey <tromey at redhat dot com>
- To: Anthony Green <green at redhat dot com>
- Cc: Thomas Fitzsimmons <fitzsim at redhat dot com>, java at gcc dot gnu dot org
- Date: 17 May 2005 09:51:30 -0600
- Subject: Re: jogl deadlock
- References: <1116344222.4756.17.camel@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> There's a new jogl release, so I updated my FC4 RPM and found
Anthony> that jogl demos deadlock on startup (after the main window
Anthony> creation). Not knowing if this was related to jogl or gcj
Anthony> changes, I downgraded to the last working jogl RPM and found
Anthony> the same thing. Something recently changed in libgcj to
Anthony> cause this problem. Any ideas?
Could you use gdb and see how it is deadlocking? What it is waiting
for?
Tom