all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Reuben Thomas <rrt@sc3d.org>
Cc: 9558@debbugs.gnu.org
Subject: bug#9558: Minimal emacs build runs out of memory
Date: Tue, 20 Sep 2011 18:20:25 +0200	[thread overview]
Message-ID: <m2d3evmbhy.fsf@igel.home> (raw)
In-Reply-To: <CAOnWdoivxF_gkvcnNvr-vMx7CXHTai3H-COm4OYyNQfqKrvaMA@mail.gmail.com> (Reuben Thomas's message of "Tue, 20 Sep 2011 11:18:32 +0100")

Reuben Thomas <rrt@sc3d.org> writes:

> #0  0x4007a32c in __pthread_mutex_lock (mutex=0x83871c8) at
> pthread_mutex_lock.c:47
> #1  0x08120823 in emacs_blocked_malloc (size=16384, ptr=0x812082e) at
> alloc.c:1260
> #2  0x401220d0 in __libc_malloc (bytes=16384) at malloc.c:3622
> #3  0x0812082e in emacs_blocked_malloc (size=16384, ptr=0x812082e) at
> alloc.c:1269

Obviously stack overflow due to endless recursion.  __libc_malloc isn't
supposed to call back into emacs.  You need to find out why
old_malloc_hook was set to emacs_blocked_malloc.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





      parent reply	other threads:[~2011-09-20 16:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-20 10:18 bug#9558: Minimal emacs build runs out of memory Reuben Thomas
2011-09-20 10:34 ` Eli Zaretskii
2011-09-20 10:45   ` Reuben Thomas
2011-09-20 11:59     ` Eli Zaretskii
     [not found]       ` <CAOnWdoieNYmunkgteYnDBDnHj4RY-5+PPFteDAhtdzFnKO2fcg@mail.gmail.com>
2011-09-20 15:10         ` Eli Zaretskii
2011-09-20 18:53           ` Reuben Thomas
2016-12-14 18:45             ` Glenn Morris
2016-12-15  0:07               ` Reuben Thomas
2011-09-20 16:20 ` Andreas Schwab [this message]

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=m2d3evmbhy.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=9558@debbugs.gnu.org \
    --cc=rrt@sc3d.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.