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: "Sebastien Vauban" <sva-news <at> mygooglest.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 15024 <at> debbugs.gnu.org
Subject: bug#15024: 24.3; Crash when editing pattern for Helm-for-files
Date: Mon, 12 Aug 2013 10:46:44 +0200
Eli Zaretskii wrote:
>> From: "Sebastien Vauban" <sva-news <at> mygooglest.com>
>> Cc: 15024 <at> debbugs.gnu.org
>> Date: Thu, 08 Aug 2013 20:52:14 +0200
>> 
>> Eli Zaretskii wrote:
>> >> From: "Sebastien Vauban" <sva-news <at> mygooglest.com>
>> >> Date: Mon, 05 Aug 2013 10:34:55 +0200
>> >> 
>> >> When editing the pattern of helm-for-files (trying to refine locate's results
>> >> -- using Everything, via Cygwin Bash), I got this crash:
>> >
>> > Does this happen frequently, or can you reproduce this?  If yes, I can
>> > give you instructions for investigating next time it happens.
>> 
>> Well, as it should happen again, yes, you can still give me instructions for
>> next time.
>
> 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

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

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

> If so, type this GDB command:
>
>   (gdb) set debugexceptions 1
>
> and let it run.

OK, I'll do.

> When the problem happens, I expect that GDB will show us the exception name
> (that's what the above setting is about), and it also might stop the program
> and show the real backtrace via "bt".
>
> If you cannot run Emacs under GDB, there's still a way to see at least
> the address where the exception happened, but if that address is
> inside some library function or Windows API, we will probably have
> hard time guessing which code of ours triggered that.  So please do
> try running under GDB.

Best regards,
  Seb

-- 
Sebastien Vauban




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.