[Pythonmac-SIG] Finder Crash, after moving files....

Jack Jansen Jack.Jansen at cwi.nl
Sun Jul 4 16:00:37 EDT 2004


On 3 Jul 2004, at 12:22, Benjamin Schollnick wrote:

> 	After, roughly, only .... <cough> <cough> four thousand and twenty 
> five <cough> <cough> findertools.move's, the finder will crash....

I can think of two things you may want to investigate:
1. Is it always the same file (or filename) that causes the problem? 
Should be easy to test by, say, removing the first folder that would 
normally be processed
2. You're running out of some resource, probably a resource of which 
there are 4095 and 70 are already tied up to other purposes. After 4000 
files, go into a long sleep(). Start up Activity Monitor, select the 
Finder and use the Inspect command to check whether it has 4000 files 
open or something. The same for Python.
--
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma 
Goldman




More information about the Pythonmac-SIG mailing list