From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1911 invoked by alias); 1 Sep 2005 09:36:27 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 1717 invoked by uid 48); 1 Sep 2005 09:36:17 -0000 Date: Thu, 01 Sep 2005 09:36:00 -0000 Message-ID: <20050901093617.1716.qmail@sourceware.org> From: "rmathew at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050831205412.23662.ngmlinux@gmail.com> References: <20050831205412.23662.ngmlinux@gmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug boehm-gc/23662] Binaries generated by arm-linux-gcj segfault on execution on arm target X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00052.txt.bz2 List-Id: ------- Additional Comments From rmathew at gcc dot gnu dot org 2005-09-01 09:36 ------- I think it is the same problem with Boehm-GC on ARM/Linux that has been solved in upstream sources. See: http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2005-July/000943.html http://www.hpl.hp.com/hosted/linux/mail-archives/gc/2005-August/000963.html The relevant file can be found as $GCC_SRC_DIR/boehm-gc/include/private/gcconfig.h You should rebuild GCC after making this change and try if it solves the problem for you. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23662