This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: [libc-alpha] mt-application hanging in exit()


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."


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