This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Segfault under cygwin 1.7.62


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 $'Ã\202\201Ã\201Ã\201Ã\201Ã\203\22002ABFxi-string)g)ÃÃw\001\200ÃH\001Ã\200\t'
$ ls
Ã??Ã?Ã?Ã?Ã??02ABFxi-string)g)ÃÃw??ÃH?Ã??
$ ls --quoting-style=escape
Ã\202\201Ã\201Ã\201Ã\201Ã\203\22002ABFxi-string)g)ÃÃw\001\200ÃH\001Ã\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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]