GNU bug report logs - #53590
28.0.91; icompletion-vertical-mode gets stuck on 'M-x man RET awk'

Previous Next

Package: emacs;

Reported by: Van Ly <van.ly <at> sdf.org>

Date: Thu, 27 Jan 2022 22:37:01 UTC

Severity: normal

Found in version 28.0.91

Full log


Message #29 received at 53590 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Van Ly <van.ly <at> sdf.org>
Cc: 53590 <at> debbugs.gnu.org
Subject: Re: bug#53590: 28.0.91; icompletion-vertical-mode gets stuck on 'M-x
 man RET awk'
Date: Sat, 29 Jan 2022 08:46:53 +0200
> Date: Fri, 28 Jan 2022 21:22:13 +0000 (UTC)
> From: Van Ly <van.ly <at> sdf.org>
> cc: 53590 <at> debbugs.gnu.org
> 
> # inside GNU Emacs on NetBSD
> # M-x man RET -k awk RET
> # *Man -k awk* buffer shows
> '''
> [1]   Segmentation fault      man -k awk 2>/dev/null |
>        Done                    sed -e "/^[^A-^Z][^A-^Z]*\$/d" -e "//s///g" ... |
>        Done                    awk "
>   BEGIN { blankline=0; anonblank=0; }
>   /^... 
> '''
> 
> # inside GNU Emacs on GNU/Linux
> # you can only type the following
> # M-x man RET -k-awk
> # that dash between "k" and "a" is forced in

Does the following command segfault when invoked from the shell outside
Emacs?

  man -k awk 2>/dev/null

If that command doesn't segfault, then what about the following one?

  man -k awk 2>/dev/null | cat




This bug report was last modified 3 years and 139 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.