[libc-alpha] mt-application hanging in exit()
Andreas Schwab
schwab@suse.de
Sat Jan 19 11:56:00 GMT 2002
Bertold Kolics <Bertold.Kolics@Sun.COM> writes:
|> Hallo Andreas,
|>
|> >> Then we must have a problem. I can reproduce it each & every time. I have run
|> >> my app under strace using microsec timestamping, and I could see the restart
|> >> signal arriving before the signal mask modification is done inside suspend().
|> >
|> >Please send a *small* program that shows the problem,
|>
|> I may have found the problem, but I still believe that there is a problem in glibc.
|>
|> Before setting up the signal handlers, I used to clear the signal mask of the process.
You must not call sigprocmask in a multi-threaded process. Use
pthread_sigmask instead.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Libc-alpha
mailing list