This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]