unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1691: 23.0.60; Building Emacs overflowed pure space
@ 2008-12-24 15:19 ` Christopher L Conway
  2009-08-07 10:55   ` Teemu Likonen
  2009-08-07 14:05   ` bug#1691: marked as done (23.0.60; Building Emacs overflowed pure space) Emacs bug Tracking System
  0 siblings, 2 replies; 6+ messages in thread
From: Christopher L Conway @ 2008-12-24 15:19 UTC (permalink / raw)
  To: emacs-pretest-bug

On startup, with "emacs -Q", I receive the warning:
Warning (initialization): Building Emacs overflowed pure space.  (See the node Pure Storage in the Lisp manual for details.)

I'm getting this error with a local build of revision no. 88988 from
http://arch.savannah.gnu.org/archives/emacs/bzr/trunk/


In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.14.4)
 of 2008-12-21 on wagstaff
Windowing system distributor `The X.Org Foundation', version 11.0.10502000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=SCIM
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-x RET C-g M-x e m a c s - r e p <tab> <tab> <tab> 
<M-backspace> <M-backspace> r e p <tab> o r t <tab> 
<return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#1691: 23.0.60; Building Emacs overflowed pure space
  2008-12-24 15:19 ` bug#1691: 23.0.60; Building Emacs overflowed pure space Christopher L Conway
@ 2009-08-07 10:55   ` Teemu Likonen
  2009-08-07 11:51     ` Eli Zaretskii
  2009-08-07 14:05   ` bug#1691: marked as done (23.0.60; Building Emacs overflowed pure space) Emacs bug Tracking System
  1 sibling, 1 reply; 6+ messages in thread
From: Teemu Likonen @ 2009-08-07 10:55 UTC (permalink / raw)
  To: 1691

On 2008-12-24 10:19 (-0500), Christopher L. Conway wrote:

> On startup, with "emacs -Q", I receive the warning: Warning
> (initialization): Building Emacs overflowed pure space. (See the node
> Pure Storage in the Lisp manual for details.)

I get this same error with my Emacs too; it's built from commit:


    commit 9684dba86f29706650c2321930e207c782647502
    Author: Jay Belanger <belanger@truman.edu>
    Date:   2009-08-05 00:43:34 +0000

        (Types Tutorial Exercise 2): Fix wording.


I notice this bug is tagged with "moreinfo" and "unreproducible". I
don't know what more info I can give. Here's what "M-x emacs-version"
prints:

    GNU Emacs 23.1.50.1 (i686-pc-linux-gnu, GTK+ Version 2.12.12) of
    2009-08-06 on mithlond

The warning does not appear when I build Emacs from EMACS_23_1_RC
branch.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#1691: 23.0.60; Building Emacs overflowed pure space
  2009-08-07 10:55   ` Teemu Likonen
@ 2009-08-07 11:51     ` Eli Zaretskii
  2009-08-07 12:38       ` Teemu Likonen
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2009-08-07 11:51 UTC (permalink / raw)
  To: Teemu Likonen, 1691

> From: Teemu Likonen <tlikonen@iki.fi>
> Date: Fri, 07 Aug 2009 13:55:31 +0300
> Cc: 
> 
> On 2008-12-24 10:19 (-0500), Christopher L. Conway wrote:
> 
> > On startup, with "emacs -Q", I receive the warning: Warning
> > (initialization): Building Emacs overflowed pure space. (See the node
> > Pure Storage in the Lisp manual for details.)
> 
> I get this same error with my Emacs too; it's built from commit:
> 
> 
>     commit 9684dba86f29706650c2321930e207c782647502
>     Author: Jay Belanger <belanger@truman.edu>
>     Date:   2009-08-05 00:43:34 +0000
> 
>         (Types Tutorial Exercise 2): Fix wording.

This commit cannot be the reason for the problem, since it just
updates the Calc manual.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#1691: 23.0.60; Building Emacs overflowed pure space
  2009-08-07 11:51     ` Eli Zaretskii
@ 2009-08-07 12:38       ` Teemu Likonen
  2009-08-12 20:32         ` Juri Linkov
  0 siblings, 1 reply; 6+ messages in thread
From: Teemu Likonen @ 2009-08-07 12:38 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 1691

On 2009-08-07 14:51 (+0300), Eli Zaretskii wrote:

>> I get this same error with my Emacs too; it's built from commit:
>> 
>> 
>>     commit 9684dba86f29706650c2321930e207c782647502
>>     Author: Jay Belanger <belanger@truman.edu>
>>     Date:   2009-08-05 00:43:34 +0000
>> 
>>         (Types Tutorial Exercise 2): Fix wording.
>
> This commit cannot be the reason for the problem, since it just
> updates the Calc manual.

True. It was just the version I used, and which gives the warning.

But now I have successfully git-bisected the commit which introduced the
warning for me (CCing to Juri):


a3459829899b3abe2ff20851b98d811b5fbdbbf9 is first bad commit
commit a3459829899b3abe2ff20851b98d811b5fbdbbf9
Author: Juri Linkov <juri@jurta.org>
Date:   Tue Aug 4 23:51:58 2009 +0000

    Commands to add/delete file/directory-local variables.
    (read-file-local-variable, read-file-local-variable-value)
    (read-file-local-variable-mode, modify-file-local-variable)
    (modify-file-local-variable-prop-line)
    (modify-dir-local-variable): New functions.
    (add-file-local-variable, delete-file-local-variable)
    (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
    (add-dir-local-variable, delete-dir-local-variable)
    (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
    (copy-dir-locals-to-file-locals-prop-line): New commands.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#1691: marked as done (23.0.60; Building Emacs overflowed pure space)
  2008-12-24 15:19 ` bug#1691: 23.0.60; Building Emacs overflowed pure space Christopher L Conway
  2009-08-07 10:55   ` Teemu Likonen
@ 2009-08-07 14:05   ` Emacs bug Tracking System
  1 sibling, 0 replies; 6+ messages in thread
From: Emacs bug Tracking System @ 2009-08-07 14:05 UTC (permalink / raw)
  To: Juri Linkov

[-- Attachment #1: Type: text/plain, Size: 889 bytes --]


Your message dated Fri, 07 Aug 2009 16:55:09 +0300
with message-id <87k51fiv9e.fsf@mail.jurta.org>
and subject line Re: bug#1691: 23.0.60; Building Emacs overflowed pure space
has caused the Emacs bug report #1691,
regarding 23.0.60; Building Emacs overflowed pure space
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
1691: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1691
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 4423 bytes --]

From: Christopher L Conway <cconway@cs.nyu.edu>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; Building Emacs overflowed pure space
Date: Wed, 24 Dec 2008 10:19:30 -0500
Message-ID: <87fxkdlhx9.fsf@wagstaff.i-did-not-set--mail-host-address--so-tickle-me>

On startup, with "emacs -Q", I receive the warning:
Warning (initialization): Building Emacs overflowed pure space.  (See the node Pure Storage in the Lisp manual for details.)

I'm getting this error with a local build of revision no. 88988 from
http://arch.savannah.gnu.org/archives/emacs/bzr/trunk/


In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.14.4)
 of 2008-12-21 on wagstaff
Windowing system distributor `The X.Org Foundation', version 11.0.10502000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=SCIM
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-x RET C-g M-x e m a c s - r e p <tab> <tab> <tab> 
<M-backspace> <M-backspace> r e p <tab> o r t <tab> 
<return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...



[-- Attachment #3: Type: message/rfc822, Size: 1822 bytes --]

From: Juri Linkov <juri@jurta.org>
To: Teemu Likonen <tlikonen@iki.fi>
Cc: 1691-done@emacsbugs.donarmstrong.com
Subject: Re: bug#1691: 23.0.60; Building Emacs overflowed pure space
Date: Fri, 07 Aug 2009 16:55:09 +0300
Message-ID: <87k51fiv9e.fsf@mail.jurta.org>

> But now I have successfully git-bisected the commit which introduced the
> warning for me (CCing to Juri):

It's no wonder that adding code to files.el lifts the puresize limit.
I increased PURESIZE in src/puresize.h to 1270000.

-- 
Juri Linkov
http://www.jurta.org/emacs/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#1691: 23.0.60; Building Emacs overflowed pure space
  2009-08-07 12:38       ` Teemu Likonen
@ 2009-08-12 20:32         ` Juri Linkov
  0 siblings, 0 replies; 6+ messages in thread
From: Juri Linkov @ 2009-08-12 20:32 UTC (permalink / raw)
  To: 1691

After moving code from files.el to a new file I left the puresize limit
unchanged to reduce trouble during development of the next release.

-- 
Juri Linkov
http://www.jurta.org/emacs/





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-12 20:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87k51fiv9e.fsf@mail.jurta.org>
2008-12-24 15:19 ` bug#1691: 23.0.60; Building Emacs overflowed pure space Christopher L Conway
2009-08-07 10:55   ` Teemu Likonen
2009-08-07 11:51     ` Eli Zaretskii
2009-08-07 12:38       ` Teemu Likonen
2009-08-12 20:32         ` Juri Linkov
2009-08-07 14:05   ` bug#1691: marked as done (23.0.60; Building Emacs overflowed pure space) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).