This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GC seems to kill process
On Thu, 23 Mar 2006, Bryce McKinlay wrote:
Could you give this (experimental) patch a try? It adds new
GC_{attach,detach}_thread() functions to the boehm-gc, which register threads
directly from the invocation API functions instead of attempting to intercept
pthread_create() at the linker level.
The patch is against gcc-4.1-branch. I'm very interested to know if it helps
with this problem.
Bryce, your patch solved the problem !
All PyLucene unit tests pass, no error, no crash.
Thank you very much !
Andi..