[Bug libgcj/20775] Crash in libgcj.so on linux alpha
tsv at solvo dot ru
gcc-bugzilla@gcc.gnu.org
Tue Apr 19 19:38:00 GMT 2005
------- Additional Comments From tsv at solvo dot ru 2005-04-19 19:38 -------
I was able to fix the problem by applying the following patch:
--- gcc-3.4.3-20050222/boehm-gc/include/private/gcconfig.h.orig 2005-04-19
19:40:06.000000000 +0400
+++ gcc-3.4.3-20050222/boehm-gc/include/private/gcconfig.h 2005-04-19
19:40:59.000000000 +0400
@@ -1514,7 +1514,7 @@
# endif
# ifdef LINUX
# define OS_TYPE "LINUX"
-# define STACKBOTTOM ((ptr_t) 0x120000000)
+# define LINUX_STACKBOTTOM
# ifdef __ELF__
# define SEARCH_FOR_DATA_START
# define DYNAMIC_LOADING
My environment is:
gcc version 3.4.3 20050221 (Red Hat 3.4.3-20)
GNU ld version 2.15.94.0.2 20041220
glibc 2.3.4
Thank you
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20775
More information about the Java-prs
mailing list