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: How threads becomes zombie-processes


Hi,

On Tue, 2005-04-26 at 12:30 +0200, Martin Egholm Nielsen wrote:
> Hence my question: Is there a way a thread in gcj can become a zombie 
> thread? E.g. by stop()'ing (deprecated), or similar?
> If so I would know what to look after in Jessie...
> I'm running GCJ 3.4.3...

Try using 4.0.0. Process launching and reaping has been almost
completely rewritten.

If you look for a quick solution try running with one of these system
property set to false:
gnu.gcj.runtime.NameFinder.use_addr2line
gnu.gcj.runtime.NameFinder.demangle

See http://gcc.gnu.org/onlinedocs/gcj/libgcj-Runtime-Properties.html

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


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