Elad Lahav - 2009-12-09

You may be hitting a 2GB Windows limit on the file size, as the code attempts to double the size of the file every time it becomes full. Thus, when it hits 1 GB, it will try to grow the file to 2 GB, which I remember as being some limit imposed on file sizes.
I'll try to fix this by limiting the size to which the file can grow (or you can try this yourself and let me know if it works, as I don't have any codebase that generates a cscope.out file greater than 700 MB).