X-Recipient: archive-cygwin AT delorie DOT 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: <20a807210910081950v80a4da9ga5ed1265dfca07ef@mail.gmail.com> References: <20a807210910071714t45136fd7hc36108c990377bc4 AT mail DOT gmail DOT com> <87pr8yqmdt DOT fsf AT uwakimon DOT sk DOT tsukuba DOT ac DOT jp> <20a807210910080843k50c4cbddtb06ad474b3195a03 AT mail DOT gmail DOT com> <87ws35pwbg DOT fsf AT uwakimon DOT sk DOT tsukuba DOT ac DOT jp> <20a807210910081950v80a4da9ga5ed1265dfca07ef AT mail DOT gmail DOT com> Date: Fri, 9 Oct 2009 07:05:52 +0100 Message-ID: <416096c60910082305y2f0783a5i95b2adac872831bd@mail.gmail.com> Subject: Re: Segfault under cygwin 1.7.62 From: Andy Koppe To: cygwin AT cygwin DOT com Cc: "Stephen J. Turnbull" , XEmacs developers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 2009/10/9 Vin Shelton: >> =C2=A0> #3 =C2=A00x005151bc in Lstream_really_write (lstr=3D0x176ea00, >> =C2=A0> =C2=A0 =C2=A0 data=3D0x148d0c0 >> =C2=A0> "c;C:\\cygwin\\cygwin\\tmp\\s360339.aoa\\=C3=AF\202\201=C3=90\20= 1=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", Hang on, there is a problem with this one: Cygwin doesn't like the \001's and the tab at the end. $ touch $'\001' $'\t' touch: cannot touch `\001': No such file or directory touch: cannot touch `\t': No such file or directory In fact it appears that no control chars are allowed in filenames. 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