Re: [PATCH] Completion/Unix/_ffmpeg: fix crash and update for modern ffmpeg
dana <[email protected]> Tue, 16 Jun 2026 17:10:45 +0000
| Newsgroups | gmane.comp.shells.zsh.devel |
|---|---|
| Message-ID | <[email protected]> |
was this written by an llm? On Tue 16 Jun 2026, at 06:44, Nuke wrote: > Modern ffmpeg's -h output includes options with long descriptions (e.g. > -print_graphs_format) that trigger a crash in pattryrefs during interactive > tab completion, killing the interactive shell. i can't replicate this with 5.9, 5.9.1, or master, on either macos or debian, using ffmpeg 8.1. do you have a back-trace or anything so we can fix the root problem? i like replacing the help parser but not so much the use of awk. there are several other issues as well. but considering the current function is completely unusable, i'll probably merge this tonight anyway. i'll follow up with some more improvements later dana