Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16342 > unrolled thread
| Started by | Keith Thompson <Keith.S.Thompson@gmail.com> |
|---|---|
| First post | 2020-06-01 12:04 -0700 |
| Last post | 2020-06-01 12:04 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Seg fault on "echo ~nosuchuser" Keith Thompson <Keith.S.Thompson@gmail.com> - 2020-06-01 12:04 -0700
| From | Keith Thompson <Keith.S.Thompson@gmail.com> |
|---|---|
| Date | 2020-06-01 12:04 -0700 |
| Subject | Re: Seg fault on "echo ~nosuchuser" |
| Message-ID | <mailman.937.1591038306.2541.bug-bash@gnu.org> |
On Mon, Jun 1, 2020 at 6:05 AM Chet Ramey <chet.ramey@case.edu> wrote: > On 5/29/20 2:50 PM, Keith Thompson wrote: > > >> Can you try this with the current devel branch head from savannah? I > >> have a suspicion about what's going on. > >> > >> http://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-devel.tar.gz > > > > This did not reproduce the bug. > > > > $ ./bash --version > > GNU bash, version 5.1.0(1)-alpha (x86_64-pc-linux-gnu) > > Copyright (C) 2020 Free Software Foundation, Inc. > > License GPLv3+: GNU GPL version 3 or later < > http://gnu.org/licenses/gpl.html> > > > > This is free software; you are free to change and redistribute it. > > There is NO WARRANTY, to the extent permitted by law. > > $ ./bash -c 'echo ~nosuchuser' > > ~nosuchuser > > $ > > OK, that's half of it. > > If you have a chance, can you verify that the problem exists with the > bash-20200520 push? > > > http://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-ce1a3c07c4e17ed176edccd75892dfcf8242de60.tar.gz > > Confirmed, the problem does exist with that version.
Back to top | Article view | gnu.bash.bug
csiph-web