On 2007-02-12 02:01:26 +0100 Enrico Sersale <[EMAIL PROTECTED]> wrote:

If the enumerator returns several times the same path the problem could not be a mdextractor bug.
Can you, please, compile and run this:

int main(int argc, char** argv)
{
   CREATE_AUTORELEASE_POOL(pool);
NSDirectoryEnumerator *enumerator = [[NSFileManager defaultManager] enumeratorAtPath: @"/home/philou/stuff/winedata"];
   NSString *fname;

   while ((fname = [enumerator nextObject]) != nil) {
     NSLog([path stringByAppendingPathComponent: fname]);
   }

   RELEASE (pool);
   exit(EXIT_SUCCESS);
}

If the behaviour is the same, that is, "/home/philou/stuff/winedata/drive_c/windows/temp/vs60wiz.exe" is returned many times, or there is a bug somewhere in -base or you have a problem with your disk...

As expected, the behavior is the same. My disk is quiet new but I'll run fsck tomorrow. If you have others suggestions on how to test it, I'm all ears.

Philippe
--
Outlook, n. : A virus delivery system with added email functionality. Kurt Wall




_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to