On Jan 14, 2010, at 4:45 AM, D. Richard Hipp wrote:

> Another possibility:  You are using up all of your file descriptors.   
> Are you sure there is no file descriptor leak in your path enumeration  
> code?

That appears to be exactly what was going on; my code for opening files for 
reading and returning without closing them.  I fixed this and all is well now.

Jamie
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to