GNU bug report logs - #12839
24.3.50; Emacs aborts in GC

Previous Next

Package: emacs;

Reported by: Eli Zaretskii <eliz <at> gnu.org>

Date: Thu, 8 Nov 2012 17:25:01 UTC

Severity: normal

Found in version 24.3.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dmitry Antipov <dmantipov <at> yandex.ru>
Cc: 12839 <at> debbugs.gnu.org
Subject: bug#12839: 24.3.50; Emacs aborts in GC
Date: Fri, 09 Nov 2012 16:47:22 +0200
> Date: Fri, 09 Nov 2012 16:44:26 +0400
> From: Dmitry Antipov <dmantipov <at> yandex.ru>
> CC: 12839 <at> debbugs.gnu.org
> 
> (gdb) pvectype current_buffer
> PVEC_BUFFER
> (gdb) pvecsize current_buffer
> 69
> 48

I get different results here:

  (gdb) pvectype current_buffer
  PVEC_BUFFER
  (gdb) pvecsize current_buffer
  69
  55
  (gdb) p selected_frame
  $2 = 55923965
  (gdb) xvectype
  PVEC_FRAME
  (gdb) xvecsize
  22
  73

How to know whether the results of these commands are correct?

> (This layout is documented around enum More_Lisp_Bits and
> struct vectorlike_header in lisp.h).

Maybe I'm blind, but I don't see anything that's near this detailed
description.  How about just making a large comment with all this
text?




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

Previous Next


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