[fpc-pascal]Error 218

Jonas Maebe jonas at zeus.rug.ac.be
Mon Jan 14 13:59:58 CET 2002


On zaterdag, januari 12, 2002, at 04:34 , Chuck welch wrote:

> The program I get the 218 error in has a static object and the error 
> occurs
> in a blockwrite statement only after the object has been accesses around
> 500 times or more. The blockwrite statement has a valid file descriptor 
> and
> valid data, in fact I can have it just write the same stuff each time 
> and
> it still produces the error. Does anyone know what a 218 means?

I've only find something in de unix/linux rtl that can cause it. UIf a 
linux syscall returns EINVAL as errno, it will be converted to ioresult 
218 (so if you are running in {$i+} mode, it will cause an RTE 218)


Jonas





More information about the fpc-pascal mailing list