Santhu / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

Mmap fails on large files (>2GB) #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a large file (>2GB) with Mmap class

Changing type of the length_ member fixes the problem.

Original issue reported on code.google.com by paul.r.dixon on 18 Aug 2011 at 6:02

GoogleCodeExporter commented 9 years ago
Thank you for the report.

Our Mmap class is not designed to handle such large files.
Currently "Google Japanese Input", from which Mozc code tree branched, nor Mozc 
never depend on such large files.
We will upgrade Mmap class whenever we needed.

Regards,

Original comment by yukawa@google.com on 19 Feb 2012 at 12:22