zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@zsh.org
Subject: Re: ZSH crash on long command.
Date: Mon, 29 Aug 2011 09:48:30 -0700	[thread overview]
Message-ID: <110829094830.ZM32748@torch.brasslantern.com> (raw)
In-Reply-To: <CACWv5Bs+YzBTraoZtA8Qxdw87-bMuLtVe0zqET0zFOjvbnnhfg@mail.gmail.com>

On Aug 24, 10:51am, Oleg Atamanenko wrote:
}
} I found that ZSH crashes when I try to execute long command.

Do you have AUTO_CD set, and if so does the crash still happen if you
unsetopt it?

Do you have CORRECT_ALL set, and if so does the crash still happen or
happen with a different backtrace if you unsetopt it?

You must have CORRECT set, so does the crash stop or does it happen
with a different backtrace when you unsetopt that?
 
} /usr/bin/zsh(spckword+0x9f3)[0x80bf603]

I don't see any obvious place in spckword where strings are being
copied into a fixed-size buffer.  (If the trace showed spname as the
crashing stack frame that would be a different matter; that function
assumes it can shuffle file paths through PATH_MAX-sized buffers on
the call stack.)

So I wonder if there's something about one of the path names in the
argument list -- perhaps a mis-handled multibyte conversion -- rather
than the length of the command, that is the underlying problem.


      reply	other threads:[~2011-08-29 16:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-24  8:51 Oleg Atamanenko
2011-08-29 16:48 ` Bart Schaefer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=110829094830.ZM32748@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).