This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC Release Status (2003-07-04)
Mark Mitchell wrote:
> PR 10746 is a Java GC bug; are the Java people working on this one?
AFAICT, no one is working on this. It's well nigh
impossible to reproduce this on Linux and takes an
awful long time to happen on Windows on a fairly
fast machine. Also I was able to reproduce this
only on Windows 2000 and not at all on Win98.
Since GCC doesn't support Windows Structured
Exception Handling (SEH) natively, Boehm GC
works much more reliably with MSVC on Windows.
(It can fault while probing on a "legitimately
obtained" page and needs SEH to recover from this.)
This appears to be a regression from 3.2, but
in all likelihood, the 3.3 runtime merely
precipitates the crash "faster" (though it
still takes ages for it to happen).
In short, IMHO this is not really a regression
that should hold 3.3.1 back.
Ranjit.
--
Ranjit Mathew Email: rmathew AT hotmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.tripod.com/