X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 	tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <873a5sn3sk.fsf@uwakimon.sk.tsukuba.ac.jp>
References: <20a807210910071714t45136fd7hc36108c990377bc4@mail.gmail.com> 	 <87pr8yqmdt.fsf@uwakimon.sk.tsukuba.ac.jp> 	 <20a807210910080843k50c4cbddtb06ad474b3195a03@mail.gmail.com> 	 <87ws35pwbg.fsf@uwakimon.sk.tsukuba.ac.jp> 	 <20a807210910081950v80a4da9ga5ed1265dfca07ef@mail.gmail.com> 	 <416096c60910082305y2f0783a5i95b2adac872831bd@mail.gmail.com> 	 <873a5sn3sk.fsf@uwakimon.sk.tsukuba.ac.jp>
Date: Sat, 10 Oct 2009 16:42:36 +0100
Message-ID: <416096c60910100842s44cf8038y9c8a2c4f0b7c8abe@mail.gmail.com>
Subject: Re: Segfault under cygwin 1.7.62
From: Andy Koppe <andy.koppe@gmail.com>
To: cygwin@cygwin.com, XEmacs developers <xemacs-beta@xemacs.org>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

2009/10/9 Stephen J. Turnbull:
>  > Hang on, there is a problem with this one: Cygwin doesn't like the
>  > \001's and the tab at the end.
>
> Well, I'll be damned.  I was betting on this being 100% an XEmacs bug,
> but I could lose! :-)

I don't think you've got anything to worry about there. ;)  XEmacs
shouldn't crash due to a failed file operation, which of course can
happen for all sorts of reasons other than a control char in the
filename.

Meanwhile, Corinna has implemented support for the latter on
cygwin-cvs, so that mad filename works fine now:

$ touch $'=C3=AF\202\201=C3=90\201=C3=90\201=C3=90\201=C3=AF\203\22002ABFxi=
-string)g)=C3=80=C3=A2w\001\200=C3=91H\001=C3=82\200\t'
$ ls
=C3=AF??=C3=90?=C3=90?=C3=90?=C3=AF??02ABFxi-string)g)=C3=80=C3=A2w??=C3=91=
H?=C3=82??
$ ls --quoting-style=3Descape
=C3=AF\202\201=C3=90\201=C3=90\201=C3=90\201=C3=AF\203\22002ABFxi-string)g)=
=C3=80=C3=A2w\001\200=C3=91H\001=C3=82\200\t

Andy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

