GNU bug report logs - #18463
play-sound crashes emacs if file does not exist

Previous Next

Package: emacs;

Reported by: Mario Valencia <mariovalspi <at> gmail.com>

Date: Fri, 12 Sep 2014 16:55:01 UTC

Severity: normal

Tags: unreproducible

Done: Noam Postavsky <npostavs <at> users.sourceforge.net>

Bug is archived. No further changes may be made.

Full log


Message #29 received at 18463 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Mario Valencia <mariovalspi <at> gmail.com>
Cc: 18463 <at> debbugs.gnu.org
Subject: Re: 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 <at> gmail.com>
> Cc: 18463 <at> 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.




This bug report was last modified 8 years and 358 days ago.

Previous Next


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