zsh-workers
 help / color / mirror / code / Atom feed
From: "Mikael Magnusson" <mikachu@gmail.com>
To: "Peter Stephenson" <pws@csr.com>
Cc: "Zsh hackers list" <zsh-workers@sunsite.dk>
Subject: Re: zsh 4.3.4 released
Date: Mon, 23 Apr 2007 16:22:46 +0200	[thread overview]
Message-ID: <237967ef0704230722u7546461ehd6b3280df79352a0@mail.gmail.com> (raw)
In-Reply-To: <200704231318.l3NDIONr006499@news01.csr.com>

On 23/04/07, Peter Stephenson <pws@csr.com> wrote:
> (I've moved this to zsh-workers.)
>
> "Mikael Magnusson" wrote:
> > Here it is with debug symbols,
>
> Thanks.  The crash is when outputting whitespace just before the "esac"
> of a case statement.  I stepped through it and I couldn't see an obvious
> problem.
>
> It might be locale dependent; what are your settings?  Does exporting
> a different value for LC_ALL make a difference?
>
> Could you have a look at the values of the variables
> tptr, tbuf, tlim, tsiz, tindent, tnewlins at the point of the crash?
> (They're all file static in text.c, where it crashed.)

Got the same result with LC_ALL=C and LC_ALL=en_US.

0x080d0ce4 in taddchr (c=9) at text.c:42
42	    *tptr++ = c;
(gdb) print tptr
$8 = 0x2000000 <Address 0x2000000 out of bounds>
(gdb) print tbuf
$9 = 0x0
(gdb) print tlim
$10 = 0x4000000 <Address 0x4000000 out of bounds>
(gdb) print tsiz
$11 = 67108864
(gdb) print tindent
$12 = -2
(gdb) print tnewlins
$13 = 1


-- 
Mikael Magnusson


  reply	other threads:[~2007-04-23 14:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200704161647.l3GGl2FE027950@news01.csr.com>
     [not found] ` <20070419120758.e9774528.pws@csr.com>
2007-04-19 19:44   ` Paul Ackersviller
     [not found]   ` <237967ef0704201440g1c072ca8l451439d2ec8578bf@mail.gmail.com>
     [not found]     ` <20070423104151.1f5f368e.pws@csr.com>
     [not found]       ` <237967ef0704230550k41ddb13fy60deebd526ecc5ec@mail.gmail.com>
2007-04-23 13:18         ` Peter Stephenson
2007-04-23 14:22           ` Mikael Magnusson [this message]
2007-04-23 15:06             ` Peter Stephenson
2007-04-23 16:00               ` Mikael Magnusson
2007-04-23 16:40                 ` Peter Stephenson
2007-04-23 17:07                   ` Peter Stephenson
2007-04-23 17:18                   ` Mikael Magnusson
2007-04-23 16:07               ` Mikael Magnusson
     [not found]         ` <BB046CA812535C45BD0029AA9D04BA79C66F39@KL-SRV57.lmsintl.com>
2007-04-23 14:01           ` Peter Stephenson
     [not found]             ` <BB046CA812535C45BD0029AA9D04BA79C66F72@KL-SRV57.lmsintl.com>
2007-04-23 15:14               ` 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=237967ef0704230722u7546461ehd6b3280df79352a0@mail.gmail.com \
    --to=mikachu@gmail.com \
    --cc=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /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).