[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

tromey at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Nov 29 20:17:00 GMT 2004


------- Additional Comments From tromey at gcc dot gnu dot org  2004-11-29 20:17 -------
If the GC headers that we include rely on the defines in
the GC's config.h, then that would explain the problem.

We don't actually need PACKAGE_NAME and friends, I think.
One fix would be to simply undef them in boehm-gc.h before
including gc_config.h.

BTW, one reason to prefer using results of the GC's configure,
rather than hard-coding stuff in libgcj, is that it lets people
play with changing the GC; then they don't need parallel changes.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18699



More information about the Java-prs mailing list