Mail Archives: djgpp/1992/06/22/11:09:41
>...I was stopping them and the program
>by warm-booting using control-alt-delete. Control-C wasn't
>working. After doing this twice, I think, the program
>terminated the third time during the disk accesses to give
>an "out of swap space" error ( I don't remember the message
>precisely). At this point I noticed that the last 16 or so
>megabytes of free space on my hard drive had been reduced to
>less than 100 Kbytes.
You can hardly blame gcc for not cleaning up its swap space if you
reboot while it is running. You'll get the same lost cluster problem
from many DOS programs if you boot while they have files open.
I always run chkdsk after a program crashes or has to be interrupted.
- Raw text -