How threads becomes zombie-processes

Mark Wielaard mark@klomp.org
Tue Apr 26 14:52:00 GMT 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://gcc.gnu.org/pipermail/java/attachments/20050426/0f61922e/attachment.sig>


More information about the Java mailing list