From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18749 invoked by alias); 9 Jan 2006 18:21:29 -0000 Received: (qmail 18725 invoked by uid 48); 9 Jan 2006 18:21:28 -0000 Date: Mon, 09 Jan 2006 18:21:00 -0000 Message-ID: <20060109182128.18724.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "cagney at redhat dot com" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q1/txt/msg00032.txt.bz2 List-Id: ------- Comment #24 from cagney at redhat dot com 2006-01-09 18:21 ------- (In reply to comment #20) > but it doesn't seem like a good idea in general. This LD_PRELOAD hack seems to > make every child of /usr/bin/java load libgcj.so.7 and so potentially breaks > all manner of things. > s/seems to make/always makes/ :-) Sub-processes inherit that environmnent variable and so will always attempt the pre-load. Been there, rat hole. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13212