Re: no ex.err??
- Posted by Kat <gertie at PELL.NET> Jan 22, 2001
- 441 views
On 22 Jan 2001, at 15:18, Euman wrote: > Kat are you useing MemTurbo? > or have a Virus-Scanner that can turn it's self on-off > at certain times dureing the day? > Maybe ConfigSafe? No to all the above. I do have a new 20gig hd sitting on the other puter, ready for fdisk to partition it, i plan on that hd getting onto this puter, to get more hd space. Right now, i have the kb split up to fit the puter, rather than the other way `round. If that solves this problem, i'll be amazed, considering i am playing with such small files in this particular program. Considering this is Micro$oft windoze, i am thinking the disk cache is not closing the files as fast as Eu can process them,,, i mean, nothing ran as fast as Eu when win95 came out, and the timeout_before_writeback may be too long in the OS. Can i call a function, like i did in pascal, to cause windoze to flush the cache after a file close? It wasn't a OS or pascal call, it was Smartdrive.exe's flush. I don't think it is the hd filling up with Eu sequences, cause this program is reading from E:/ the OS is caching to C:/ (with a gig free), and the program is executing and writing to D:/. One note, Robert, on this puter, E:/ is a partition on D:/, there are programs doing disk read/writes on C:/ and D:/ that are unaffected by whatever is happening with Eu while Eu is running or crashing. But i have noticed it is possible to lock up multiple apps, such as IE, Explorer, Textpad, Notepad, etc that rely on messages, if one app is doing intensive disk access. For instance, mirc can make Explorer freeze if mirc is in a tight loop and i tell Explorer to refresh the view of D:/ , and if Eu is running intensive disk access, like this app, the mouse is an hourglass in all windows, even tho i can select the other windows and those windows are running ok. I'd still like to know how we can set the thread priority in windoze while it is running, because Taskinfo2000 says Eu is typically using 98% of cpu cycles, and this could be a problem someday, given Murphy's Law. Kat > eum > > > ----- Original Message ----- > From: "Kat" <gertie at PELL.NET> > To: <EUPHORIA at LISTSERV.MUOHIO.EDU> > Sent: Monday, January 22, 2001 14:18 > Subject: Re: no ex.err?? > > > > On 22 Jan 2001, at 13:31, Robert Craig wrote: > > > > > Kat writes: > > > > Robert...what does this mean: > > > > > > > > Can't create error message file: ex.err > > > > > > Euphoria wants to report an error. > > > It's trying to open a file called "ex.err" for writing. > > > It can't do it for some reason - disk full, file locked, > > > read-only floppy, etc. You might try rebooting to clear > > > any locks from previous crashed programs. > > > > Kat.Err... i usually delete programs that make me reboot if they fail, > please > > tell me you don't meant that. > > > > > Normally ex.err will be opened in the current directory. > > > Using crash_file("pathname") you can have it opened > > > in some other place on your machine. > > > > I don't find crash_file in any Eu help file that i have. > > > > What i am thinking atm is that Eu optimized the code to open all the files > > at once, or close them all at once, and that caused the problem? Either with > > the number of files open at once, or the number of loaded files in > the > > swap file? > > > > Kat > > >