Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: segfault in completion for configure
On Mar 17, 4:24pm, Vincent Lefevre wrote:
}
} TRAPCHLD()
} {
} echo SIGCHLD 1 > /dev/tty
} if [[ -o interactive && -n $TTY ]] then
} updprompt
} typeset -g _trapchld_called=1
} fi
} echo SIGCHLD 2 > /dev/tty
} }
}
} I get after "./configure --[Tab]":
}
} cventin:~/software/mutt/mutt,2> ./configure --SIGCHLD 1
} 1
} 2
} SIGCHLD 2
} zsh: segmentation fault (core dumped) ~/opt/zsh/bin/zsh
Yeah, nothing really new here, this is exactly what I would expect
to see: The hander returns and thereafter pattern matching is messed
up and crashes when it tries to pick up where it left off.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author