[fpc-pascal] random "Disk Full" exceptions

Jonas Maebe jonas.maebe at elis.ugent.be
Sat Oct 20 11:05:43 CEST 2007


On 20 Oct 2007, at 09:28, Marc Santhoff wrote:

>
> Is there any debugging technique or some other information that can  
> help
> me finding the cause?

Run the program through strace to see what the actual error is. Some  
unrelated error codes are also converted to "disk full" (such as  
EFAULT).


Jonas



More information about the fpc-pascal mailing list