GNU bug report logs - #12242
Emacs 24.2 RC1 build fails on OpenBSD

Previous Next

Package: emacs;

Reported by: jca <at> wxcvbn.org (Jérémie Courrèges-Anglas)

Date: Mon, 20 Aug 2012 19:58:02 UTC

Severity: important

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: jca <at> wxcvbn.org
Cc: 12242 <at> debbugs.gnu.org
Subject: Re: bug#12242: Emacs 24.2 RC1 build fails on OpenBSD
Date: Tue, 21 Aug 2012 19:49:52 +0300
> Date: Tue, 21 Aug 2012 06:03:37 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 12242 <at> debbugs.gnu.org
> 
> I think I see the problem and will fix it later today.

Actually, no, I don't think I see the problem.  What does the
following GDB command print in frame #0?

  (gdb) p *heap

Also, could you please run Emacs under GDB, and when it crashes, type
the following commands, which define a new command "heaps", and then
run it?  Like this:

  (gdb) define heaps
  Type commands for definition of "heaps".
  End with a line saying just "end".
  >set $a = first_heap
  >while $a
   >p *$a
   >set $a = $a->next
   >end
  >end
  (gdb) heaps

Please post here everything that GDB prints as result.

Thanks.




This bug report was last modified 12 years and 330 days ago.

Previous Next


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