discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GWorkspace mdextractor problem


From: Philippe Roussel
Subject: Re: GWorkspace mdextractor problem
Date: Mon, 12 Feb 2007 02:44:56 +0100
User-agent: GNUMail (Version 1.2.0)

On 2007-02-12 02:01:26 +0100 Enrico Sersale <enrico@fibernet.ro> 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]