From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23359 invoked by alias); 9 Jan 2006 17:43:00 -0000 Received: (qmail 23340 invoked by uid 48); 9 Jan 2006 17:42:59 -0000 Date: Mon, 09 Jan 2006 17:43:00 -0000 Message-ID: <20060109174259.23339.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: "jakub at gcc dot gnu dot org" 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/msg00031.txt.bz2 List-Id: ------- Comment #23 from jakub at gcc dot gnu dot org 2006-01-09 17:42 ------- Forgot to mention, the fix would be to use dlvsym (RTLD_NEXT, "pthread_create", "GLIBC_2.1") (on i?86 and several other platforms) and different versions on other arches (GLIBC_2.2.5 on x86_64, etc.). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13212