diff options
author | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-10-03 16:03:53 +0200 |
---|---|---|
committer | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-10-03 16:03:53 +0200 |
commit | 9a04763a922a8f5084035d44eadd35709958fedc (patch) | |
tree | 96e1a9f7f5ae837e6f58207a02dfdf785dd51ace /open_issues | |
parent | 5969e48a9f70aa37d89c5665bd22fce16af92ab3 (diff) |
open_issues/bash_vs_screen_vs_sigint: Another version of glibc.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/bash_vs_screen_vs_sigint.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/open_issues/bash_vs_screen_vs_sigint.mdwn b/open_issues/bash_vs_screen_vs_sigint.mdwn index e6d9b41c..8260b004 100644 --- a/open_issues/bash_vs_screen_vs_sigint.mdwn +++ b/open_issues/bash_vs_screen_vs_sigint.mdwn @@ -40,7 +40,7 @@ this: former is an error, and the latter may be as expected. (Check GNU/Linux with that *bash* version.) - * GNU/Hurd; Debian package 4.0-7 / `$BASH_VERSION` is `4.0.33(1)-release`; *libc0.3* Debian packages 2.9-19, 2.9-25 + * GNU/Hurd; Debian package 4.0-7 / `$BASH_VERSION` is `4.0.33(1)-release`; *libc0.3* Debian packages 2.9-19, 2.9-25, 2.9-27 * plain * shell prompt: **`^C`, then new line, then `-bash: echo: write error: (ipc/mig) wrong reply message ID`**, then new line / prompt printed; `$?` is **128**. * `sleep 10` running: `^C` printed; SIGINT is sent; `$?` is 130. |