Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Complex config triggering Segfault in pattern matching code.
- X-seq: zsh-workers 33959
- From: Jonathan H <pythonnut@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Complex config triggering Segfault in pattern matching code.
- Date: Sat, 13 Dec 2014 11:49:20 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=sqzeWGFqfNkZjNI5JsUb5rl7OoexKm6uI/h96ptdVws=; b=JOnBgo0ZWwLTJ+pnevDr+rEk47XB+GOsIOvcIYa9/Pffi7F+gK5A9sLTbMhfK/DAoj cR52iSIfwWaQhHSNkMYDv5mn41jlLOG6+/Yx7XyMFwGohIf1VtcFuIt8S4lt+x0Cp9Aa CnAULeC+aNKFY/E8Y1KWFLRz7FMboeSv1FjdVeiwN7OAW4uBn215Y03fUekMRKtzYzcc VyFn2GzvHinFxW4WJjiyHPb6aBuVp5JTpNMNG82qqIuHWSkbIbrbn0/OxkV2JoJXHR0m wYSXUkG5E6A3H3MHXxiPKjn9RafecmU1AliqrPsN2Ki4hmwIYMglwLw02EmhJKaHbkT+ ZfUQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello,
I have a very large ZSH config, which causes random segfaults a few times a day.
I've attached the coredump, which points to pattern matching code in
the "-command-" completer. I compiled zsh with all the debugging flags
I could find.
The relevant part of my config (which changes this behavior) can be
found at "modules/16_zstyle.zsh" in
http://github.com/PythonNut/zsh-config .
Is this a bug in ZSH?
Attachment:
core.zsh.1000.b4e42e969ef94190a997f3e52f011e51.6718.1418496582000000.lz4
Description: Binary data
Messages sorted by:
Reverse Date,
Date,
Thread,
Author