------- 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

Reply via email to