where has been saved the output?

hello guys
i run my program that has text output, my output file become very huge and my drive capacity get fulled! but my program do not stop at all, so i delete some files and drive get free volume, but my output text did not update.
the output text is about 1GB while this should be about 2GB!
now my question is:
where has been saved the output?
can i access to them?
thanks for your answers.
When you run out of space, next buffer flush failed and stream has gone in fail state (or even bad state). In this state every write into stream automaticaly fails and nothing is written at all. As you probably did not place any checks for stream state in your output, you did not catch that. It is good idea to check if your reads/writes are actually works.

TL;DR: all data went to dev/null
tank you MiiNiPaa
so i should run again.
Topic archived. No new replies allowed.