This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27170] Deadlock in garbage collector
- From: "green at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 14 Apr 2006 21:01:57 -0000
- Subject: [Bug libgcj/27170] Deadlock in garbage collector
- References: <bug-27170-83@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from green at redhat dot com 2006-04-14 21:01 -------
(In reply to comment #2)
> Based on the thread 13 stack trace, it looks to me like we're calling dlopen
> directly, when we should somehow be arranging to call GC_dlopen. GC_dlopen is
> included in the GC to avoid this sort of deadlock.
Thanks Hans. I'll try making this change to see what happens.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27170