[Pkg-zsh-devel] Bug#908818: Bug#908818: Reopen: #908818: Zsh: [7] + 23074 suspended (tty output)
Daniel Shahaf
danielsh at apache.org
Sat Sep 15 15:34:23 BST 2018
TS wrote on Sat, 15 Sep 2018 11:39 +0200:
> > up to 5.5.1-1 seem fine, problem starts with 5.6
>
> for the record what zprofile does...
>
> zprofile() {
> ZSH_PROFILE_RC=1 zsh "$@"
> }
>
> ...is it activates this code snipped in my .zshrc:
>
> #
> # zprofile
> #
> (( ${+ZSH_PROFILE_RC} )) && builtin zmodload zsh/zprof
>
>
> in case you want test yourself.
Thanks for testing 5.6.2.
I can't reproduce the bug with a zshrc that contains nothing but an
(unconditional) zmodload zsh/zprof. I'm using a self-compiled
static build from upstream git, not a package build.
Could you please send a bug report upstream (zsh-workers at zsh.org)?
Ideally, the bug report would include a reproduction script that sets up
a new temporary directory, creates a minimal zshrc in it, and runs
'ZDOTDIR=/path/to/dir zsh -d' and provokes the bug.
Thanks!
Daniel
More information about the Pkg-zsh-devel
mailing list