bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2790: emacs 22.1.1 cannot open 5GB file on 64GB 64-bit GNU/Linux box


From: Stefan Monnier
Subject: bug#2790: emacs 22.1.1 cannot open 5GB file on 64GB 64-bit GNU/Linux box
Date: Sun, 29 Mar 2009 16:14:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

>     There was an incorrect check that limited the size to INT_MAX/4
>     (i.e. 512MB for systems where ints are 32bit).  I've removed this check
>     in the CVS code (see patch below).  I am now able to open an 800MB file
>     with this check removed.

> After you visit such a file, what does (point-max) return?

It returns the correct value.

> Perhaps you're talking only about 64-bit systems?

Yes, all this discussion is in this context.  For 32bit systems, the
256MB limit kicks in long before we hit any of those problems.


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]