Import

Kenneth Brody kenbrody at spamcop.net
Thu Aug 4 11:48:12 PDT 2011


On 8/4/2011 2:19 PM, Brian K. White wrote:
> On 8/4/2011 10:11 AM, Kenneth Brody wrote:
[...]
>> The "pattern" will be "those that were not returned by opendir(), due to the
>> bug in 5.6.10 which you are using, but which is fixed in 5.6.11":
>>
>>>>>> (All) #1151
>>>>>>
>>>>>>       On some platforms, it was possible for opendir() to return a list of
>>>>>>       filenames of the correct length, but which contained some blank
>>>>>>       entries instead of the names.
>>
>
> You are saying there is no known pattern to the bug? He can't work
> around it by avoiding using certain filenames or permissions or whatever?

It's not the names of the files, it's the order of the files within the 
directory.  (And before you say "they're alphabetical", remember that the 
"ls" command, as well as filePro, sorts the list.)  The exact same set of 
filenames might have different items missing if they came from a different 
directory.  (Or even if you deleted one of the files, and created a new one 
with the same name.)

-- 
Kenneth Brody


More information about the Filepro-list mailing list