diff options
-rw-r--r-- | hurd/glibc/internals.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/glibc/internals.mdwn b/hurd/glibc/internals.mdwn index 45bb0dab..897da92e 100644 --- a/hurd/glibc/internals.mdwn +++ b/hurd/glibc/internals.mdwn @@ -25,3 +25,11 @@ following messages. [[Unix]] signals are implemented in glibc. In every process, signals are handled in a separate signal thread. + + [Why does kill hang sometimes?] + <youpi> kill send the signal to the process + <youpi> if the process is hung, killing waits + <youpi> signals should be just asynchronous, but apparently for some reason + Roland & co wanted some syunchronization + +[[!taglink open_issue_glibc]] |