[bug #16075] pthread_setcancelstate() makes pthread_join() crash

2020-03-02 Thread Samuel Thibault
Update of bug #16075 (project hurd): Status: In Progress => Upstream Open/Closed:Open => Closed Wiki-like text discussion box: => Ok, thanks :) ___

[bug #16075] pthread_setcancelstate() makes pthread_join() crash

2020-03-02 Thread guy fleury iteriteka
Follow-up Comment #3, bug #16075 (project hurd): This was fixed! ___ Reply to this item at: ___ Message sent via Savannah https://savannah.gnu.org/

[bug #16075] pthread_setcancelstate() makes pthread_join() crash

2009-05-02 Thread Samuel Thibault
Update of bug #16075 (project hurd): Status:None => In Progress ___ Follow-up Comment #2: I've a patch pending commit for this (there was the issue with octave3.0 too) __

[bug #16075] pthread_setcancelstate() makes pthread_join() crash

2006-10-23 Thread Andrew Resch
Additional Item Attachment, bug #16075 (project hurd): File name: pthread_setcancel_null_fixes.patch Size:0 KB A similar bug appears in pthread_setcanceltype so this patch addresses both. __

[bug #16075] pthread_setcancelstate() makes pthread_join() crash

2006-10-23 Thread Andrew Resch
Additional Item Attachment, bug #16075 (project hurd): File name: pthread_setcancelstate_oldstate_null_fix.patch Size:0 KB This patch fixes the crash by not setting oldstate if it is NULL. _