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

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

bug#18463: play-sound crashes emacs if file does not exist


From: Eli Zaretskii
Subject: bug#18463: play-sound crashes emacs if file does not exist
Date: Sat, 13 Sep 2014 11:36:16 +0300

> Date: Sat, 13 Sep 2014 02:45:48 -0500
> From: Mario Valencia <mariovalspi@gmail.com>
> Cc: 18463@debbugs.gnu.org
> 
> i also wouldn't know how to debug emacs myself.

No need to debug it, just run it under GDB, like this:

 c:\whatever> gdb emacs.exe
 ...
 (gdb) run -Q

Then do whatever is needed to reproduce the crash.  When Emacs
crashes, GDB will kick in and display its "(gdb)" prompt in the cmd
window where you started it.  Then type at that prompt:

 (gdb) thread apply all bt

and post here everything it displays.  We will take it from there.





reply via email to

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