This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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: GCJ built multithreaded program keeps creating zombies


Tom> We create detached threads.  My understanding is that such
Tom> threads *can't* be passed as an argument to pthread_join.

Wolfgang> But in his code there is a Thread.join(), so if this does
Wolfgang> something it probably calls waitpid(), no?

Nope, Thread.join is implemented in a platform-independent way.
There are no calls to pthread_join in libgcj.

Tom


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