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]

Re: debugging threads vs processes



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



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