GNU bug report logs - #22739
25.0.50; Hangs on revertig buffer

Previous Next

Package: emacs;

Reported by: Óscar Fuentes <ofv <at> wanadoo.es>

Date: Fri, 19 Feb 2016 03:35:01 UTC

Severity: normal

Found in version 25.0.50

Done: Óscar Fuentes <ofv <at> wanadoo.es>

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: Óscar Fuentes <ofv <at> wanadoo.es>
Cc: 22739 <at> debbugs.gnu.org
Subject: bug#22739: 25.0.50; Hangs on revertig buffer
Date: Fri, 19 Feb 2016 17:45:58 +0200
> From: Óscar Fuentes <ofv <at> wanadoo.es>
> Cc: 22739 <at> debbugs.gnu.org
> Date: Fri, 19 Feb 2016 14:21:48 +0100
> 
> move_it_vertically_backward (it=it <at> entry=0x7ffead898b20, dy=dy <at> entry=500)
>     at ../../emacs/src/xdisp.c:9489
> 9489                   && SREF (it2.string, IT_STRING_BYTEPOS (it2) - 1) == '\n')));
> Value returned is $6 = 812
> (gdb) 
> Run till exit from #0  move_it_vertically_backward (it=it <at> entry=0x7ffead898b20, 
>     dy=dy <at> entry=500) at ../../emacs/src/xdisp.c:9489
> 0x000000000054ae08 in internal_condition_case (
>     bfun=bfun <at> entry=0x4e80d0 <command_loop_1>, handlers=handlers <at> entry=17856, 
>     hfun=hfun <at> entry=0x4de9c0 <cmd_error>) at ../../emacs/src/eval.c:1300
> 1300      if (sys_setjmp (c->jmp))
> (gdb) 

This seems to say that the display engine signaled an error.  If so,
the error message should be in *Messages*.  One way of accessing the
error messages is to use the facilities in etc/emacs-buffer.gdb (after
you instruct GDB to load that file with the "source" command) to
access the text of *Messages*.  An alternative is to put a breakpoint
in Fsignal, and look at the error symbol and data when the breakpoint
breaks, using the commands in src/.gdbinit that display Lisp objects.
(But do NOT use "pp", because it invokes a function inside Emacs.)

Can you do any of these?  If you need more detailed instructions, just
ask.

Thanks.




This bug report was last modified 9 years and 136 days ago.

Previous Next


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