From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22882 invoked by alias); 4 Sep 2005 04:22:47 -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 22454 invoked by uid 48); 4 Sep 2005 04:22:41 -0000 Date: Sun, 04 Sep 2005 04:22:00 -0000 Message-ID: <20050904042241.22452.qmail@sourceware.org> From: "pinskia 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/msg00409.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-04 04:22 ------- (In reply to comment #18) > Is this a glibc bug on the target or the host machine? I believe my host would > have a very recent glibc, my target has an ancient glibc but I compiled my > HelloWorld.java as a staticly linked application thus I wouldn't expect it to > have any dependencies on the target. ? You are running your program on the target right? Then it is a bug on the target. The dynamic loader still is invoked because well libjava still invokes it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23662