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

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

Re: emacs crashes with eval-region and marker


From: Stefan Monnier
Subject: Re: emacs crashes with eval-region and marker
Date: Fri, 08 Apr 2005 09:35:15 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

> +    int marker_pos = -1;

This should be EMACS_INT, since Lisp_Object can be 64bit even if int is
only 32bit (and it should be in the MARKERP branch of PRINTPREPARE rather
than in PRINTDECLARE).


        Stefan


PS: Yes, it's a very widespread problem, but if we ever want to be able to
    handle >2GB buffers, we should start thinking about it.




reply via email to

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