Re: machine level exception in file.e again
- Posted by Kat <KAT12 at coo?ahs.n?t> May 16, 2008
- 682 views
Jeremy Cowgar wrote: > > Kat wrote: > > > > Same error, same place in the code, but much further along in the 15gig file > > it's reading from. Thing is, the dir() is obviously NOT handling the 15gig > > file, > > just the dir with 450 megabytes and 97,000 files in it. This is a level well > > within winxp and eu abilities, and the drive has not failed at any other > > time, > > only with this machine call in file.e. And if i restart the app, it runs a > > few > > more days, and then crashes again the same way. > > > > I have run a test for Kat on my Windows Vista box. I created a directory and > made an app that created 100,000 files in that directory. I then did a dir() > in Euphoria. It took a little under 3 seconds to return the sequence and print > a length() on the sequence. I ran it 20 times w/no error. > > I am not sure what this means or if it means anything. Just providing more > information. It runs fast on winxp-sp2 also, except when it crashes. I have added a counter to see if there is a maxdircount per crash or something.... without a huge_seek() tho, it may take till tomorrow just to get back to where it was, and resume. Kat