all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: Chip Coldwell <coldwell@redhat.com>
Cc: emacs-devel@gnu.org
Subject: Re: 22.0.99 emacs dumper (?) problem
Date: Sat, 19 May 2007 18:32:03 -0400	[thread overview]
Message-ID: <E1HpXT1-0000LF-3z@fencepost.gnu.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0705180936190.3221@localhost.localdomain> (message from Chip Coldwell on Fri, 18 May 2007 09:42:19 -0400 (EDT))

There was a report that the same problem happened with the unicode-2
Emacs branch.  That seems to have been spurious.  But as far as I know
that doesn't mean your problem isn't real.

Can you please try building the previous pretests, and see if
the problem has appeared recently?

    MALLOC_MMAP_MAX_=0

    to this line

    LC_ALL=C $(RUN_TEMACS) -nl -batch -l loadup dump

    works, although there are some conflicting reports about this, also.

It is possible that this is a Glibc bug, perhaps due to some
private change in Fedora's version of Glibc.

Here is an idea.  You could try changing emacs_blocked_malloc
so that, when Vpurify_flag is non-nil, it uses mallopt to prevent
malloc mmap'ing.  It could save the value of the N_MMAP_MAX
parameter, then set it to 0, then call malloc, then restore
the old value of the parameter.  But it should do this
only when Vpurify_flag is non-nil.

Does that fix the problem?

  parent reply	other threads:[~2007-05-19 22:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-18 13:42 22.0.99 emacs dumper (?) problem Chip Coldwell
2007-05-18 14:16 ` Neal Becker
2007-05-18 16:19   ` Chip Coldwell
2007-05-18 23:00     ` Neal Becker
2007-05-19 22:32 ` Richard Stallman [this message]
2007-05-21  3:26 ` Chong Yidong
2007-05-21  7:49   ` Glenn Morris
2007-05-21 13:24   ` Richard Stallman
2007-05-21 14:45     ` Chip Coldwell
2007-05-21 14:47   ` Chip Coldwell
2007-05-21 15:27     ` Chong Yidong
2007-05-21 15:28       ` Chip Coldwell
2007-05-22 14:51       ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1HpXT1-0000LF-3z@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=coldwell@redhat.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.