zsh-autocomplete icon indicating copy to clipboard operation
zsh-autocomplete copied to clipboard

ZSH crashes when sourcing zsh-autocomplete: bus error - on Raspberry Pi

Open plasticrake opened this issue 2 years ago • 0 comments

Environment

unknown linux-gnueabihf /bin/bash zsh raspbian/5.8-6+deb11u1
(blank)
f52f45a (grafted, HEAD -> main, origin/main, origin/HEAD) Change precmd to chpwd for zlua
  • Operating system: Raspbian Bullseye - Raspberry Pi 3B+
  • Terminal emulator: iTerm2 / console

Steps to reproduce

vhole% cd $(mktemp -d)
vhole% git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git
Cloning into 'zsh-autocomplete'...
remote: Enumerating objects: 59, done.
remote: Counting objects: 100% (59/59), done.
remote: Compressing objects: 100% (55/55), done.
remote: Total 59 (delta 0), reused 26 (delta 0), pack-reused 0
Receiving objects: 100% (59/59), 1.64 MiB | 3.89 MiB/s, done.
vhole% > .zshrc <<EOF
heredoc> PS1='%# ' PS2= RPS2='%^'; setopt transientrprompt interactivecomments
source ~/zsh-autocomplete/zsh-autocomplete.plugin.zsh
EOF
vhole% env -i HOME=$PWD PATH=$PATH TERM=$TERM ${TERMINFO:+TERMINFO=$TERMINFO} zsh -d
% zsh: bus error  env -i HOME=$PWD PATH=$PATH TERM=$TERM ${TERMINFO:+TERMINFO=$TERMINFO} zsh -d
[47300.787936] Unhandled prefetch abort: unknown 1 (0x001) at 0x7672cd6e

plasticrake avatar Jul 18 '22 15:07 plasticrake