theoretical bug

2004-09-14 Thread Alexander R. Pruss
My ClieSkinner program (see http://www.zlthemes.com/Programs.php) uses the same method as Plucker to scan for files in VFS, namely iterate over the directory and call VFSFileDBInfo(). Unfortunately, two users have reported hangs as a result of using this method. My hypothesis is that they

Re: theoretical bug

2004-09-14 Thread David A. Desrosiers
My suggestion is to check for a .pdb or .prc extension (depending on what we are searching for) before calling VFSFileDBInfo(). The other advantage of doing this is that it would speed up the VFS scan since we wouldn't have to open some of the files. That would probably miss a lot of Plucker

Re: theoretical bug

2004-09-14 Thread Alexander R. Pruss
Oops! Nevermind: I found my bug. Alex ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Re: theoretical bug

2004-09-14 Thread David A. Desrosiers
Oops! Nevermind: I found my bug. Don't keep us all in suspense... what was it? ;) d. ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev