[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
adjust-stream-position() crashing
- To: address@hidden
- Subject: adjust-stream-position() crashing
- From: address@hidden (Nimi Peleg)
- Date: Thu, 24 Oct 2002 07:45:01 -0400
- Organization: http://groups.google.com/
- Sender: "Gregory T. Sullivan" <address@hidden>
- Xref: traf.lcs.mit.edu comp.lang.dylan:14401
I'm having trouble with adjust-stream-position() in FunDev.
After a while of writing/reading the file, the following error occurs:
"Invalid bounds for <buffer> ... start: 16872, end: 16384"
I don't know anything about the internals of the streams library but
it seems like the 'end: 16384' might be a forced truncation of a
bigger size, as it happens several times with different start values.
The file is opened for "input-output" direction.
Has anybody else encountered this and knows the reason for this? any
workaround?
-Nimi