Operating System - HP-UX
1830250 Members
2962 Online
110000 Solutions
New Discussion

problem when _sigfillset is called ..

 
bibi_1
Occasional Contributor

problem when _sigfillset is called ..

My application, which runs on HP 11.11, crashes when _sigfillset is called. Someone told me that this call is unsafe thread.
How can i do for doing this call safe ??

thaks you.
yop
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor

Re: problem when _sigfillset is called ..

You should man 5 thread_safety. Sigfillset() is thread safe; I strongly suspect that your *set argument is badly formed or pointing to values that are "out of scope" and thus no longer defined.
If it ain't broke, I can fix that.