GNU bug report logs - #15024
24.3; Crash when editing pattern for Helm-for-files

Previous Next

Package: emacs;

Reported by: "Sebastien Vauban" <sva-news <at> mygooglest.com>

Date: Mon, 5 Aug 2013 08:37:01 UTC

Severity: normal

Tags: moreinfo

Merged with 15008, 15060, 15509, 15962

Found in versions 24.3, 24.3.50

Done: Eli Zaretskii <eliz <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: Sebastien Vauban <sva-news <at> mygooglest.com>
Cc: 15024 <at> debbugs.gnu.org
Subject: bug#15024: 24.3; Crash when editing pattern for Helm-for-files
Date: Mon, 12 Aug 2013 14:41:37 +0300
> From: "Sebastien Vauban" <sva-news <at> mygooglest.com>
> Cc: 15024 <at> debbugs.gnu.org
> Date: Mon, 12 Aug 2013 10:46:44 +0200
> 
> > Can you run Emacs under GDB at all times?
> 
> You mean the following, right?
> 
> $ cd /cygdrive/c/Program\ Files\ \(x86\)/emacs-trunk/bin
> $ gdb emacs.exe
> ...
> (gdb) r

Yes.  (But please use "./emacs.exe", to avoid the slim chance of
running a different executable.)

> BTW, is it `emacs.exe' or `runemacs.exe' I have to run?

emacs.exe

> Question: running it like that, or attaching GDB, is it different?

It's not too different, if you attach the debugger before the problem
happens.  But the first way is preferable because it keeps the
standard streams of emacs.exe connected to the console where you run
GDB, so GDB commands, such as "pp", which call functions inside Emacs,
still work.  When you attach the debugger to a running Emacs, the
standard streams are not available, and "pp" and its ilk will appear
to do nothing.

Thanks.




This bug report was last modified 11 years and 178 days ago.

Previous Next


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