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

Previous Next

Package: emacs;

Reported by: Mike Coleman <tutufan <at> gmail.com>

Date: Thu, 26 Mar 2009 16:00:03 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: 2790 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>,
        tutufan <at> gmail.com
Subject: bug#2790: emacs 22.1.1 cannot open 5GB file on 64GB 64-bit	GNU/Linux box
Date: Sun, 29 Mar 2009 20:59:09 -0400
>> In that case I'd rather do the check more directly, e.g.:
>> (((EMACS_INT)st.st_size)*4)/4 == st.st_size
> That will reintroduce the buggy reliance on undefined integer overflow.

I do not know what you're referring to.  If you're referring to the fact
that (((EMACS_INT)st.st_size)*4) may overflow, then I'm not sure what
problem you're envisaging: do you think that in some cases where it
overflows, (((EMACS_INT)st.st_size)*4)/4 may still be equal to
st.st_size (I can't think of any meningful semantics for overflow that
would give me that property)?  Or are you concerned about trapping
overflow semantics (I've never seen it in use and doubt Emacs would
work in such a system)?


        Stefan




This bug report was last modified 13 years and 315 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.