summaryrefslogtreecommitdiff
path: root/open_issues/bash.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/bash.mdwn')
-rw-r--r--open_issues/bash.mdwn16
1 files changed, 14 insertions, 2 deletions
diff --git a/open_issues/bash.mdwn b/open_issues/bash.mdwn
index 47598071..f6b14a08 100644
--- a/open_issues/bash.mdwn
+++ b/open_issues/bash.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2009 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2009, 2013 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -8,7 +8,8 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-[[!tag open_issue_porting]]
+[[!tag open_issue_glibc open_issue_porting]]
+
# *bash* 4.0 vs. typing `C-c` (*SIGINT*)
@@ -45,3 +46,14 @@ After having noticed that this error doesn't occur if starting *bash* with
bash: start_pipeline: pgrp pipe: (ipc/mig) wrong reply message ID
So, there's something different with stdout in / after the SIGINT handler.
+
+
+# IRC, freenode, #hurd, 2013-01-13
+
+Perhaps completely unrelated to the issue above, perhaps not.
+
+ <tschwinge> bash: xmalloc: ../../../bash/lib/sh/strtrans.c:60: cannot
+ allocate 261 bytes (323584 bytes allocated)
+ <tschwinge> 1.5 GiB RAM were free.
+ <tschwinge> This happened when I did a rever history search (C-r [...]),
+ and then pressed C-c.