[Bug nptl/10815] [timer_create / SIGEV_THREAD] signalmask of timer_sigev_thread dangerous
bugdal at aerifal dot cx
sourceware-bugzilla@sourceware.org
Thu Nov 15 23:48:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=10815
--- Comment #5 from Rich Felker <bugdal at aerifal dot cx> 2012-11-15 23:48:34 UTC ---
Using a global is definitely not viable; the sigset_t would have to be added to
the structure allocated for the particular timer. There's no reason this
couldn't be done, but I think we're both in agreement that starting SIGEV_TIMER
threads with all signals blocked is the most desirable (and most flexible)
behavior anyway.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list