bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17168: 24.3.50; Segfault at mark_object


From: Eli Zaretskii
Subject: bug#17168: 24.3.50; Segfault at mark_object
Date: Wed, 02 Apr 2014 23:37:04 +0300

> Date: Wed, 02 Apr 2014 12:46:13 -0700
> From: Daniel Colascione <dancol@dancol.org>
> Cc: 17168@debbugs.gnu.org
> 
> Nicolas, what is the bzr revision from which this Emacs was compiled?
> (Is there a way to get this information from a core other than just
> walking the symbol obarray?)

Like this:

  (gdb) p Fsymbol_value(intern("emacs-bzr-version"))
  $5 = 57020481
  (gdb) xtype
  Lisp_String
  (gdb) xstring
  $6 = (struct Lisp_String *) 0x3661040
  "116894 rudalics@gmx.at-20140402143333-a56l2vy9oak0njsg"

Alas, you cannot do this when debugging a core file, you need a
running program.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]