GNU bug report logs - #6301
23.2.50; GC may lose Lisp objects in the image cache

Previous Next

Package: emacs;

Reported by: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>

Date: Sat, 29 May 2010 15:50:02 UTC

Severity: normal

Tags: patch

Found in version 23.2.50

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 6301 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
Cc: 6301 <at> debbugs.gnu.org
Subject: Re: bug#6301: 23.2.50; GC may lose Lisp objects in the image cache
Date: Mon, 11 Oct 2010 19:21:25 +0200
YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp> writes:

> --- 4109,4125 ----
>   mark_maybe_object (obj)
>        Lisp_Object obj;
>   {
> !   void *po;
> !   struct mem_node *m;
> ! 
> !   switch (XTYPE (obj))
> !     {
> !     case_Lisp_Int:
> !       return;
> !     }

aka. if (INTEGERP (obj)) return;

Andreas.

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




This bug report was last modified 14 years and 184 days ago.

Previous Next


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