Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
segfault via completion menu
- X-seq: zsh-workers 44213
- From: Wesley Schwengle <wesley@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: segfault via completion menu
- Date: Tue, 9 Apr 2019 16:30:28 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mintlab-nl.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=ky23tDyxX3+YpxW4gh4/I9ZWQmyWYwMCjy5b5Ms/tIo=; b=eb/n6J+fnbwbAnaQj5BqUUKYe0c48S5o1Afb7lRryRXabP8i2fhT+tnIHhPDPHafuw m4nKG1qHTe+4uYU/yk0R7wRyLbfeEXszWqJQc99A7JU0HYqnhjePlXNQzGh4qzBcHpL1 r2xdfZ3JWFGvdgfeAkGJiY7uwpM14TxGu/ppqyLqotS6ul96jw3TEuwNnkBb64xZb0jm DblNEU1oBsSHzjkGPxHH13WSMsEre/+XpUalORMICa0PrYTAJp5GBV0zBJIls7eEVyHU 3DtPQT4hSlKtWKX8YVl8w3AFS9h0klmKAR+SwJpYTiXIQjaBH6ORu3WLHsI/Eas4s2+2 /E/g==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello all,
today I've experiences a segfault running on an update to date zsh
from git (6f35d6c0d0eeb80c0145e5226285a8a45ffb5f25)
I can trigger this in a fairly "large" git repo such as the one I have
at work, or using the repository of git itself. I've included the
output of gdb
I can trigger the bug with zsh -f and the attached zshrc:
* cd ~code/git # the git repo from git@xxxxxxxxxx:git/git.git
* zsh -f
* source the zshrc provided in this e-mail
* vi Zaaksysteem::Bar::voo::vooo::voo<tab> <nowwaitafewsecs> <ctrl-c>
* You now get a message: Killed by signal in compadd after 0s
* vi <tab> # yields a segfault
Cheers,
Wesley
--
Wesley Schwengle, Developer
Mintlab B.V., https://www.zaaksysteem.nl
E: wesley@xxxxxxxxxx
T: +31 20 737 00 05
Attachment:
cmpadd
Description: Binary data
Attachment:
minimal-zshrc
Description: Binary data
Messages sorted by:
Reverse Date,
Date,
Thread,
Author