GNU bug report logs -
#9087
Crash reading from minibuffer with icomplete-mode
Previous Next
Full log
Message #35 received at 9087 <at> debbugs.gnu.org (full text, mbox):
On Fri, Jul 15, 2011 at 17:24, Eli Zaretskii <eliz <at> gnu.org> wrote:
> (gdb) commands
> >p interrupt_input_blocked
> >bt 5
> >continue
> >end
Well, don't laugh too hard: I didn't know you could do that with a
watchpoint. Cool.
Still, starting from the beginning it does not work:
(gdb) run -Q -f icomplete-mode
Starting program: C:\Devel\emacs\repo\debug\src/..\bin\emacs.exe -Q -f
icomplete-mode
[New Thread 1884.0x678]
Hardware watchpoint 3: interrupt_input_blocked
Old value = 0
New value = 1
xmalloc (size=16) at alloc.c:673
673 val = (POINTER_TYPE *) malloc (size);
$1 = 1
#0 xmalloc (size=16) at alloc.c:673
#1 0x0100280a in sort_args (argc=4, argv=0x9e2d70) at emacs.c:1831
Lisp Backtrace:
Cannot access memory at address 0x730077
(gdb)
and so it does not continue. So I tried starting Emacs, interrupting
it with C-c, setting the watchpoint and continuing. I was able to
crash emacs but the watchpoint for interrupt_input_blocked was
apparently not triggered.
Juanma
This bug report was last modified 13 years and 128 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.