Re: machine level exception in file.e again
- Posted by Matt Lewis <matthewwalkerlewis at ?mai?.com> May 16, 2008
- 647 views
Kat wrote: > > Jason Gade wrote: > > > > Kat wrote: > > > > > > > > > It happened again. I still see no reason for it. > > > > > > Kat > > > > I assume in the same place with the same ex.err? > > 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. Does it always crash on a dir with a 15gig file? There could be an overflow in there that's causing problems. You might try Greg H's win_dir libary: http://www.rapideuphoria.com/win_dir.zip Matt