GNU bug report logs - #2403
23.0.90; emacs bootstrap under AIX hangs at lisp/international/characters.el

Previous Next

Package: emacs;

Reported by: Ulrich Mueller <ulm <at> gentoo.org>

Date: Fri, 20 Feb 2009 05:05:05 UTC

Severity: normal

Tags: patch

Done: Ulrich Mueller <ulm <at> gentoo.org>

Bug is archived. No further changes may be made.

Full log


Message #109 received at 2403 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Pierre Poissinger <pierre.poissinger <at> gmail.com>
Cc: 2403 <at> debbugs.gnu.org
Subject: Re: bug#2403: And the guilty is: Garbage Collecting leak
Date: Mon, 30 Mar 2009 11:42:41 -0400
> Took time to trace/debug with the help of Pascal Stenuit: The bug and
> pattern seems to be a leak in GC due to a missing GCUNPRO...

Than you very much, installed.

> This result in a unclean gcprolist in AIX (I do think the bug is "all
> arch", just badly visible in AIX and some specific GNU/Linux arch -
> other archs will just leak)...

Other arches don't use GCPROs at all, instead they conservatively scan
the whole stack.  They do that by setting

   #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS

in the corresponding emacs/src/s/*.h.  This is the preferred way to
function, so if you can test it and confirm that it works as well under
AIX, we could set it for that OS as well.


        Stefan




This bug report was last modified 16 years and 82 days ago.

Previous Next


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