zsh-workers
 help / color / mirror / code / Atom feed
From: Kamil Dudka <kdudka@redhat.com>
To: zsh-workers@zsh.org
Subject: 'cd' built-in crashed zsh on a broken file system
Date: Tue, 20 Jan 2015 13:35:14 +0100	[thread overview]
Message-ID: <1874234.7FAblKt7ne@kdudka.brq.redhat.com> (raw)

The following bug report describes a crash of the 'cd' built-in of zsh:

https://bugzilla.redhat.com/1183238

The root cause was probably an inconsistent state of the sshfs file system 
after resume from suspend-to-ram.  However, the segmentation fault suggests 
there might be some insufficient error handling in zsh code.

unmeta() was called with NULL as pwd at the following line:

http://sourceforge.net/p/zsh/code/ci/638bfa93/tree/Src/builtin.c#l807

It is not clear to me why pwd was NULL after the return from cd_new_pwd()
and I was not able to trigger the bug myself to debug it further.  The full 
backtrace is available here:

https://bugzilla.redhat.com/attachment.cgi?id=981010

Kamil


             reply	other threads:[~2015-01-20 12:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-20 12:35 Kamil Dudka [this message]
2015-01-20 18:28 ` Bart Schaefer
2015-01-20 20:34   ` Peter Stephenson
2015-01-20 21:57     ` Bart Schaefer
2015-01-23 13:31     ` Kamil Dudka
2015-01-24 19:09     ` Mikael Magnusson
2015-01-24 21:56       ` Mikael Magnusson
2015-01-25  3:54       ` Bart Schaefer
2015-01-25 17:54       ` Peter Stephenson

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=1874234.7FAblKt7ne@kdudka.brq.redhat.com \
    --to=kdudka@redhat.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).