Home  |   Notes  |   Languages  |   Programs  |   Homework

Re: file operation error

New Message Reply About this list Date view Thread view Subject view Author view

Scott Schneider (scschnei@VT.EDU)
Wed, 24 Oct 2001 00:16:39 -0700


Message-ID:  <001e01c15c5b$d2c91f60$0100a8c0@SCOTTSTOY>
Date:         Wed, 24 Oct 2001 00:16:39 -0700
From: Scott Schneider <scschnei@VT.EDU>
Subject:      Re: file operation error

It's likely more than just that.

If you run a set of input, and it fails, it will never release hold of
output.txt. This means that if you fix your code, and rerun, it will spit
back this error message. This is bad. Just exit from Scheme which forces
it to give up output.txt.

Scott Schneider
scschnei@vt.edu

----- Original Message -----
From: Michael Witczak
To: CS3304_91312@LISTSERV.VT.EDU
Sent: Tuesday, October 23, 2001 8:45 PM
Subject: Re: [CS3304_91312] file operation error

Please read the messages sent out not even 2 hours ago. If you are getting
this error, it is because your program is throwing an error while executing.
In Dr. Edwards file, he uses a function that ignores all the errors. So
your program will execute, but will not produce any output. Somewhere in
his set of sequences, your program is blowing up.

-----Original Message-----
From: discussion list [mailto:CS3304_91312@listserv.vt.edu]On Behalf Of
Vincent Vance
Sent: Tuesday, October 23, 2001 11:37 PM
To: CS3304_91312@LISTSERV.VT.EDU
Subject: [CS3304_91312] file operation error

When I try to run the test file against my code as

(load "d:/scheme/p2-in.scm")

in get this error:

:Value 32: #[condition 32 file-operation-error]

can anyone tell me what is wrong?

Vinnie


New Message Reply About this list Date view Thread view Subject view Author view

Home  |   Notes  |   Languages  |   Programs  |   Homework
copyright © 2001 Virginia Tech, ALL RIGHTS RESERVED
Class site maintained by Stephen H. Edwards <edwards@cs.vt.edu>