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

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

bug#18438: 24.4.50; assertion failed in bidi.c


From: Eli Zaretskii
Subject: bug#18438: 24.4.50; assertion failed in bidi.c
Date: Fri, 10 Oct 2014 10:26:07 +0300

> Date: Fri, 10 Oct 2014 10:19:57 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 18438@debbugs.gnu.org
> 
> To work around this, comment out (by prepending a # to every line) the
> following few lines in .gdbinit:
> 
> define hookpost-backtrace
>   set $bt = backtrace_top ()
>   if backtrace_p ($bt)
>     echo \n
>     echo Lisp Backtrace:\n
>     xbacktrace
>   end
> end

Alternatively, you could leave .gdbinit alone, and redefine
hookpost-backtrace manually to an empty function at start of the GDB
session, like this:

  (gdb) define hookpost-backtrace
  Redefine command "hookpost-backtrace"? (y or n) y
  Type commands for definition of "hookpost-backtrace".
  End with a line saying just "end".
  >end






reply via email to

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