You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Valgrind complains about sa_mask field, and I think it is dangerous to leave trash there. Also I am not sure if inside this handler SIGINT shall be blocked to avoid spawning standard break handler during execution of SIGSEGV
The text was updated successfully, but these errors were encountered:
@vogel76 suggests the following:
I think initialization shall be done as follows:
Valgrind complains about
sa_mask
field, and I think it is dangerous to leave trash there. Also I am not sure if inside this handlerSIGINT
shall be blocked to avoid spawning standard break handler during execution ofSIGSEGV
The text was updated successfully, but these errors were encountered: