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: GCJ program hanging in __pthread_sigsuspend on exit()


On Tue, 2005-12-06 at 11:43 +0000, Andrew Haley wrote:
> Looks like some thread is holding the unwinder lock.

Which is a bit surprising since the thread in question is
the only one left. All others have gone, maybe one failing to
give up the lock before quitting or just failing to signal?

> It sems very odd to me that you're still using linuxthreads.  Do you
> need linuxthreads for some special reason?

Ah, that sounds enlightening - in other words I completely missed a
point,  here. I admit, I have built GCC as well as my java programs
using default options, am using glibc 2.3.2 as it was supplied with
my Debian/sarge system and am completely unaware of a better alternative
to linuxthreads. Ok, I'll do some reading on how to avoid linuxthreads,
then (is NPTL the alternative?). I'm feeling a little silly, now :-)

Best regards,
Tom
----------------------------------------------------------------------------
Thomas Aeby, Kirchweg 52, 1735 Giffers, Switzerland, Tel: (+41)264180040
Internet: aeby@graeff.com                       PGP public key available
----------------------------------------------------------------------------



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