I amn writing a binary file.
My problem is in my machine after I write the file to 2GB the writing of the file gets stuck and nothing gets written. The input output operation stops.
I amn writing a binary file.
My problem is in my machine after I write the file to 2GB the writing of the file gets stuck and nothing gets written. The input output operation stops.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Thanks.
Regarding the first link:

I can read file as large as 8GB.
My problem is writing of the file. When the written size becomes 2GB, the input output stops. The physical emmory consumed is 32% until such time


Ramesh PalaniappanPosted Sep 7, 2016, 12:13 PM
Ali HaiderPosted Sep 5, 2016, 4:28 AM
Sahil DevPosted Aug 23, 2016, 9:38 AM
Tapan PatelPosted Aug 23, 2016, 9:36 AM
Tapan PatelPosted Aug 23, 2016, 9:33 AM
Sahil DevPosted Aug 23, 2016, 9:33 AM
Hi Tapan,
Can you advise where to put the try catch block? Also about the event viewer?
Sahil DevPosted Aug 23, 2016, 9:26 AM
Tapan PatelPosted Aug 23, 2016, 9:23 AM
Sahil DevPosted Aug 23, 2016, 9:18 AM
No exception. IT just stops to work (that is nothing gets written into the file)after generating file size of 1.5GB
Tapan PatelPosted Aug 23, 2016, 9:11 AM
Try debugging the code (with setting as, Break on All Exceptions) and see if it hits any exception). At the same time, go through event viewer if OS is throwing any error which is not captured in CLR.
Sahil DevPosted Aug 23, 2016, 9:04 AM
MAnas/Tapan,
Sahil DevPosted Aug 23, 2016, 9:01 AM