From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13755 invoked by alias); 14 Jul 2006 14:02:02 -0000 Received: (qmail 13730 invoked by uid 48); 14 Jul 2006 14:02:02 -0000 Date: Fri, 14 Jul 2006 14:02:00 -0000 Message-ID: <20060714140202.13729.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: "davidf at sjsoft 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-q3/txt/msg00069.txt.bz2 List-Id: ------- Comment #35 from davidf at sjsoft dot com 2006-07-14 14:02 ------- This is also an issue with PyLucene under mod_python (in Apache). PyLucene compiles Lucene with gcj and then wraps the interface to be callable from Python. In order to do this it currently needs to create any Python threads as wrappers of gcj-initialized threads. However under Apache the threads are simply native threads that are attached to, so that doesn't work. I hope the current patch will remedy this situation. -- davidf at sjsoft dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |davidf at sjsoft dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13212