[BUG] grml-zsh-config makes zsh hang #93
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We've noticed this while working on the new installer.
zsh
just hangs and we never reach an interactive shell, this seems to be a problem withzsh
itself orgrml-zsh-config
.strace w/ grml-zsh-config installed
message.txt
When uninstalling
grml-zsh-config
,zsh
seems to act normally.Typing
GRML_OSTYPE=$(uname -s)
in a zsh shell (without grml-zsh-config) also freezes, so it's either a bug in zsh or one of it's dependencies.It gets stuck in pause().
With:
root.zsh.bad/etc/zsh/zshrc
(comes from grml-zsh-config)sudo arch-chroot root.zsh.bad strace --absolute-timestamps=ms --stack-trace --no-abbrev zsh --verbose --xtrace 2>zsh.bad.txt
DEBUGINFOD_URLS="https://debuginfod.archlinuxpower.org" gdb zsh
andinfo symbol <address>
If I understood correctly:
uname -s
(pid 5)The sigprocmask+pause indicates that it is running the POSIX_SIGNALS + BROKEN_POSIX_SIGSUSPEND code.
The build log of the previous zsh package is not available so it is unknown which of these possibilities is correct: