diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-14 22:58:14 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-14 22:58:14 +0200 |
commit | a0c1faeb3ab09f29626841af0860ed8ec0b77ee3 (patch) | |
tree | d8227934bb353a4e40d194212a16b3ab8dd4349b /contributing/web_pages | |
parent | 1192fff8892b6bb29345b0055197d9e4935adf94 (diff) |
contributing/web_pages/news/qoth_next: Separate GNU Mach thread_suspend issue.
Not related to the pthread switch.
Diffstat (limited to 'contributing/web_pages')
-rw-r--r-- | contributing/web_pages/news/qoth_next.mdwn | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/contributing/web_pages/news/qoth_next.mdwn b/contributing/web_pages/news/qoth_next.mdwn index 5fd3c0b4..241e0110 100644 --- a/contributing/web_pages/news/qoth_next.mdwn +++ b/contributing/web_pages/news/qoth_next.mdwn @@ -36,15 +36,17 @@ DiModica, Thomas Schwinge, Samuel Thibault, Pino Toscano, and now brought to completion by Richard Braun, who could not be scared by having to resolve the last remaining tricky issues before the transition could be completed. -As followups, Thomas Schwinge [debugged and -fixed](http://lists.gnu.org/archive/html/bug-hurd/2012-12/msg00044.html) a -deadlock with child threads resulting from a regression due to earlier fixes, -and Cyril Roelandt shared a [patch +Cyril Roelandt shared a [patch series](http://lists.gnu.org/archive/html/bug-hurd/2012-12/msg00018.html) to fix double mutex unlocking with pthreads. We will likely see more fixes like these, given that the whole threading interface changed, which will expose previously invisible bugs. +Thomas Schwinge together with Richard Braun and Samuel Thibault [debugged and +fixed](http://lists.gnu.org/archive/html/bug-hurd/2012-12/msg00044.html) a +deadlock related to signal delivery, resulting from a regression due to earlier +changes. + Also Samuel Thibault [provided](http://lists.gnu.org/archive/html/bug-hurd/2012-12/msg00052.html) new [installation |