aboutsummaryrefslogtreecommitdiff
path: root/open_issues/bash.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-03-06 22:04:01 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-03-06 22:04:01 +0100
commitf8ed211a4da23edf469089254b3dace9479bf11f (patch)
treec98b9831dd6f48ae96017a9b9a6e5d59f4f1c7f5 /open_issues/bash.mdwn
parent03fe52eebbcce37f30d67259f748cc7efd22ef72 (diff)
parent12c341b917921eb631026ec44a284c4d884e5de6 (diff)
downloadweb-f8ed211a4da23edf469089254b3dace9479bf11f.tar.gz
web-f8ed211a4da23edf469089254b3dace9479bf11f.tar.bz2
web-f8ed211a4da23edf469089254b3dace9479bf11f.zip
Merge remote-tracking branch 'fp/master'
Conflicts: open_issues/gcc/pie.mdwn open_issues/glibc.mdwn
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.