This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/10746] [3.3/3.4 regression] [win32] garbage collection crash in GCJ
- From: "oyvind dot harboe at zylin dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Aug 2003 08:05:11 -0000
- Subject: [Bug libgcj/10746] [3.3/3.4 regression] [win32] garbage collection crash in GCJ
- References: <20030512122601.10746.oyvind.harboe@zylin.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10746
------- Additional Comments From oyvind dot harboe at zylin dot com 2003-08-20 08:05 -------
With just a tiny bit of tickling, I was able to get GCC 3.4 to compile with
disable-java-gc(replaced the non-existant GC_CreateThread with CreateThread in
win32-threads.cc):
As expected, the crash does not seem happen with the GC disabled. I ran the
latest example included in this bugreport 3x until the commit charge was >1.5GB
from Insight and console version GDB.
There is a good chance this "workaround" is applicable to my application.
Øyvind