This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]