bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

segfault on initial word completion


From: Grisha Levit
Subject: segfault on initial word completion
Date: Tue, 18 Apr 2023 18:15:40 -0400

$ bash --rcfile <(echo 'complete -C: -I') -i <<<$'; \cA\t'
bash-5.2$ bash: xmalloc: cannot allocate 18446744073709551615 bytes
$ bash --rcfile <(echo 'complete -C: -I') -i <<<$';\cA \t'
bash-5.2$  Segmentation fault: 11



reply via email to

[Prev in Thread] Current Thread [Next in Thread]