debugging threads vs processes
Jeff Sturm
jsturm@one-point.com
Thu Jul 12 21:41:00 GMT 2001
On 12 Jul 2001, Per Bothner wrote:
> Thanks to everybody who responded! I still have no idea why
> the server is crashing (possibly some weird interaction between
> Apache's use of threads and Java's use of threads?), but my
> confusion is now at a higher plane of enlightenment!
Hmm... are you loading libgcj.so dynamically? The GC may not track
threads properly unless it is loaded at startup.
Does it make a difference if you LD_PRELOAD libgcjgc.so?
Jeff
More information about the Java
mailing list