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 Vin Shelton:
>> Â> #3 Â0x005151bc in Lstream_really_write (lstr=0x176ea00,
>> Â> Â Â data=0x148d0c0
>> Â> "c;C:\\cygwin\\cygwin\\tmp\\s360339.aoa\\Ã\202\201Ã\201Ã\201Ã\201Ã\203\22002ABFxi-string)g)ÃÃw\001\200ÃH\001Ã\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


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