From unknown Sun Jun 22 03:58:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#18463 <18463@debbugs.gnu.org> To: bug#18463 <18463@debbugs.gnu.org> Subject: Status: play-sound crashes emacs if file does not exist Reply-To: bug#18463 <18463@debbugs.gnu.org> Date: Sun, 22 Jun 2025 10:58:42 +0000 retitle 18463 play-sound crashes emacs if file does not exist reassign 18463 emacs submitter 18463 Mario Valencia severity 18463 normal tag 18463 unreproducible thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 12 12:54:17 2014 Received: (at submit) by debbugs.gnu.org; 12 Sep 2014 16:54:17 +0000 Received: from localhost ([127.0.0.1]:39615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSU6y-0005da-JY for submit@debbugs.gnu.org; Fri, 12 Sep 2014 12:54:17 -0400 Received: from eggs.gnu.org ([208.118.235.92]:53639) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSU6w-0005dS-EJ for submit@debbugs.gnu.org; Fri, 12 Sep 2014 12:54:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSU6u-00053T-RO for submit@debbugs.gnu.org; Fri, 12 Sep 2014 12:54:14 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSU6u-00053P-O9 for submit@debbugs.gnu.org; Fri, 12 Sep 2014 12:54:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSU6t-0001By-DP for bug-gnu-emacs@gnu.org; Fri, 12 Sep 2014 12:54:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSU6r-00051i-TT for bug-gnu-emacs@gnu.org; Fri, 12 Sep 2014 12:54:11 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:57665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSU6r-00051G-JK for bug-gnu-emacs@gnu.org; Fri, 12 Sep 2014 12:54:09 -0400 Received: by mail-wg0-f42.google.com with SMTP id x12so988024wgg.25 for ; Fri, 12 Sep 2014 09:54:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=W6VpGnbuBq1JvWdfuUMIw6QJR8KqBUoRbSRK/s6jw48=; b=sQD1dd/fgMFroWE6A+zL+FsDKuh70UXCxzUm6ycUvpAuYD+3JKTitNJVmjzc64SsZ5 9oxhqtHJa8cXUDXCsEXHzgludfxypufcGq002QTdh1k2YoJ1kgIjwHCN0nbOp8wRWZTy ffcYuDqsmNLnyLUSEsZY82gdbhnemndZXMWsGTa2fd5yl6fVRvz533ZjmEwjairynqZ0 bzpoQnJUwrjhMxW/lJrHK3BduT4KvVRAYdLu8wyTKXHusRi2tSBS0eiR35CylBuuKSj/ RULmiMc+Qj9SdXniOHcalIEtD2eWqPJZGiN3zDHBufdb5I97nKluiGv68XXq35wFbC6R 5d6w== MIME-Version: 1.0 X-Received: by 10.180.75.144 with SMTP id c16mr3963571wiw.9.1410540847205; Fri, 12 Sep 2014 09:54:07 -0700 (PDT) Received: by 10.194.38.35 with HTTP; Fri, 12 Sep 2014 09:54:07 -0700 (PDT) Date: Fri, 12 Sep 2014 11:54:07 -0500 Message-ID: Subject: play-sound crashes emacs if file does not exist From: Mario Valencia To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=f46d04388df32394ef0502e12299 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --f46d04388df32394ef0502e12299 Content-Type: text/plain; charset=UTF-8 running emacs -Q on windows 8 tried (play-sound '(sound :file "c:/users/mario/desktop/whatever.wav")) in *scratch* buffer. if the file exists, it works fine. if the file does not exist, emacs crashes. In GNU Emacs 24.3.1 (i386-mingw-nt6.2.9200) of 2013-03-17 on MARVIN Windowing system distributor `Microsoft Corp.', version 6.2.9200 Configured using: `configure --with-gcc (4.7) --cflags -ID:/devel/emacs/libs/libXpm-3.5.8/include -ID:/devel/emacs/libs/libXpm-3.5.8/src -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include -ID:/devel/emacs/libs/giflib-4.1.4-1/include -ID:/devel/emacs/libs/jpeg-6b-4/include -ID:/devel/emacs/libs/tiff-3.8.2-1/include -ID:/devel/emacs/libs/gnutls-3.0.9/include -ID:/devel/emacs/libs/libiconv-1.13.1-1-dev/include -ID:/devel/emacs/libs/libxml2-2.7.8/include/libxml2' Important settings: value of $LANG: ESM locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ( p l a y - s o u n d SPC ' ( s o u n d SPC : f i l e SPC " c : / u s e r s / m a r i o / d e s k t o p / c o p m m p l e t e d . w a n o w h a s d f . w a v " ) ) Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32 multi-tty emacs) --f46d04388df32394ef0502e12299 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
running emacs -Q on windows 8
tried (pl= ay-sound '(sound :file "c:/users/mario/desktop/whatever.wav")= )
in *scratch* buffer.
if the file exists, it works fin= e. if the file does not exist, emacs crashes.

In G= NU Emacs 24.3.1 (i386-mingw-nt6.2.9200)
=C2=A0of 2013-03-17 o= n MARVIN
Windowing system distributor `Microsoft Corp.', vers= ion 6.2.9200
Configured using:
=C2=A0`configure --with-= gcc (4.7) --cflags
=C2=A0-ID:/devel/emacs/libs/libXpm-3.5.8/inclu= de
=C2=A0-ID:/devel/emacs/libs/libXpm-3.5.8/src
=C2=A0-= ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include
=C2=A0-ID:/devel/= emacs/libs/zlib-dev_1.2.5-2/include
=C2=A0-ID:/devel/emacs/libs/g= iflib-4.1.4-1/include
=C2=A0-ID:/devel/emacs/libs/jpeg-6b-4/inclu= de
=C2=A0-ID:/devel/emacs/libs/tiff-3.8.2-1/include
=C2= =A0-ID:/devel/emacs/libs/gnutls-3.0.9/include
=C2=A0-ID:/devel/em= acs/libs/libiconv-1.13.1-1-dev/include
=C2=A0-ID:/devel/emacs/lib= s/libxml2-2.7.8/include/libxml2'

Important set= tings:
=C2=A0 value of $LANG: ESM
=C2=A0 locale-coding-= system: cp1252
=C2=A0 default enable-multibyte-characters: t

Major mode: Lisp Interaction

= Minor modes in effect:
=C2=A0 tooltip-mode: t
=C2=A0 mo= use-wheel-mode: t
=C2=A0 tool-bar-mode: t
=C2=A0 menu-b= ar-mode: t
=C2=A0 file-name-shadow-mode: t
=C2=A0 globa= l-font-lock-mode: t
=C2=A0 font-lock-mode: t
=C2=A0 bli= nk-cursor-mode: t
=C2=A0 auto-composition-mode: t
=C2= =A0 auto-encryption-mode: t
=C2=A0 auto-compression-mode: t
=
=C2=A0 line-number-mode: t
=C2=A0 transient-mark-mode: t

Recent input:
<help-echo> ( p l a y -= s o u n d SPC ' ( s o u n d=C2=A0
SPC : f i l e SPC " c= : / u s e r s / m a r i o / d=C2=A0
e s k t o p / c o p m <ba= ckspace> <backspace> m p l=C2=A0
e t e d . w a <C-bac= kspace> <C-backspace> n o <backspace>=C2=A0
<ba= ckspace> w h <backspace> <backspace> a s d f . w=C2=A0
=
a v " ) ) <help-echo> <help-echo> <help-echo> &= lt;help-echo>=C2=A0
<help-echo> <help-echo> <he= lp-echo> <help-echo> <help-echo>=C2=A0
<help-ec= ho> <help-echo> <help-echo> <help-echo> <help-echo&= gt;=C2=A0
<help-echo> <menu-bar> <help-menu> &l= t;send-emacs-bug
-report>

Recent mess= ages:
For information about GNU Emacs and the GNU system, type C-= h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr= emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-deco= de mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils ma= ilheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr m= ail-utils time-date tooltip ediff-hook vc-hooks
lisp-float-type m= wheel dos-w32 ls-lisp w32-common-fns disp-table w32-win
w32-vars = tool-bar dnd fontset image regexp-opt fringe tabulated-list
newco= mment lisp-mode register page menu-bar rfn-eshadow timer select
s= croll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese hebrew greek romanian slovak czech european ethiop= ic
indian cyrillic chinese case-table epa-hook jka-cmpr-hook help= simple
abbrev minibuffer loaddefs button faces cus-face macroexp= files
text-properties overlay sha1 md5 base64 format env code-pa= ges mule
custom widget hashtable-print-readable backquote make-ne= twork-process
w32 multi-tty emacs)


<= /div>
--f46d04388df32394ef0502e12299-- From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 12 16:10:59 2014 Received: (at 18463) by debbugs.gnu.org; 12 Sep 2014 20:10:59 +0000 Received: from localhost ([127.0.0.1]:39666 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSXBL-00023L-Bu for submit@debbugs.gnu.org; Fri, 12 Sep 2014 16:10:59 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:36267) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSXBI-00023B-8b for 18463@debbugs.gnu.org; Fri, 12 Sep 2014 16:10:57 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NBT009000Q31I00@a-mtaout22.012.net.il> for 18463@debbugs.gnu.org; Fri, 12 Sep 2014 23:10:54 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBT008891E5DRA0@a-mtaout22.012.net.il>; Fri, 12 Sep 2014 23:10:54 +0300 (IDT) Date: Fri, 12 Sep 2014 23:10:43 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: X-012-Sender: halo1@inter.net.il To: Mario Valencia Message-id: <83fvfw7g70.fsf@gnu.org> References: X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Fri, 12 Sep 2014 11:54:07 -0500 > From: Mario Valencia > > running emacs -Q on windows 8 > tried (play-sound '(sound :file "c:/users/mario/desktop/whatever.wav")) > in *scratch* buffer. > if the file exists, it works fine. if the file does not exist, emacs crashes. I cannot reproduce this (but I don't have access to Windows 8). The latest pretest version of 24.4 signals an error saying This Emacs binary lacks sound support Emacs 24.3 instead displays an error message about failed sound command and asks to verify that the file exists. Can show the C-level backtrace from the crash, by running Emacs under a debugger? From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 00:15:18 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 04:15:18 +0000 Received: from localhost ([127.0.0.1]:39763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSek0-00054R-Pp for submit@debbugs.gnu.org; Sat, 13 Sep 2014 00:15:17 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:50671) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSejx-00054I-GN for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 00:15:14 -0400 Received: by mail-wi0-f172.google.com with SMTP id e4so1615741wiv.11 for <18463@debbugs.gnu.org>; Fri, 12 Sep 2014 21:15:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/Btg/1kwIdEaGeEJYT5ckXhuL48ac2InbH620EALDLU=; b=IqzUr+6KTAjxWjNV63AtleE3EBo1Vwl/WLiBOVJYSt7jgj1dAs6/GuM/fx87qJzXIU 3sr/iA/mj7isfDrSlW4X9ncyTwFIE3fJY1S+zONTmjXiLiIWRwa8Ld6041+1e5xi4UIe ITB4kVmzKROCyfhQWQW8MgCtdep24V43OoGyNEFnquI8c+5wnGswToWbkODQCf4xL2tG R8PyoT+GSEffdpq0W/SQyyxD03cAX1+9bnP+5PW1BX1PJSVOsFcXz05Jx96RBA+vlAud Aol96kT7wTr9zTHkmnqQSPHk29m/1giuAaBe6Aw0k71NohjwswVzVxkHx/ERB8yClAPO NsEw== MIME-Version: 1.0 X-Received: by 10.180.19.103 with SMTP id d7mr7696463wie.9.1410581712643; Fri, 12 Sep 2014 21:15:12 -0700 (PDT) Received: by 10.194.38.35 with HTTP; Fri, 12 Sep 2014 21:15:12 -0700 (PDT) In-Reply-To: <83fvfw7g70.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> Date: Fri, 12 Sep 2014 23:15:12 -0500 Message-ID: Subject: Re: bug#18463: play-sound crashes emacs if file does not exist From: Mario Valencia To: Eli Zaretskii Content-Type: multipart/alternative; boundary=bcaec53d58cbe8ac0a0502eaa560 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --bcaec53d58cbe8ac0a0502eaa560 Content-Type: text/plain; charset=UTF-8 well, the official windows binary is built without debug information so i don't know if i could get any useful info. 2014-09-12 15:10 GMT-05:00 Eli Zaretskii : > > Date: Fri, 12 Sep 2014 11:54:07 -0500 > > From: Mario Valencia > > > > running emacs -Q on windows 8 > > tried (play-sound '(sound :file "c:/users/mario/desktop/whatever.wav")) > > in *scratch* buffer. > > if the file exists, it works fine. if the file does not exist, emacs > crashes. > > I cannot reproduce this (but I don't have access to Windows 8). The > latest pretest version of 24.4 signals an error saying > > This Emacs binary lacks sound support > > Emacs 24.3 instead displays an error message about failed sound > command and asks to verify that the file exists. > > Can show the C-level backtrace from the crash, by running Emacs under > a debugger? > --bcaec53d58cbe8ac0a0502eaa560 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
well, the official windows binary is built without debug i= nformation so i don't know if i could get any useful info.

2014-09-12 15:10 GMT-05:= 00 Eli Zaretskii <eliz@gnu.org>:
mari= ovalspi@gmail.com>
>
> running emacs -Q on windows 8
> tried (play-sound '(sound :file "c:/users/mario/desktop/whate= ver.wav"))
> in *scratch* buffer.
> if the file exists, it works fine. if the file does not exist, emacs c= rashes.

I cannot reproduce this (but I don't have access to Windows 8).=C2=A0 T= he
latest pretest version of 24.4 signals an error saying

=C2=A0 =C2=A0This Emacs binary lacks sound support

Emacs 24.3 instead displays an error message about failed sound
command and asks to verify that the file exists.

Can show the C-level backtrace from the crash, by running Emacs under
a debugger?

--bcaec53d58cbe8ac0a0502eaa560-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 02:41:46 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 06:41:46 +0000 Received: from localhost ([127.0.0.1]:39791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSh1l-0000A0-2Y for submit@debbugs.gnu.org; Sat, 13 Sep 2014 02:41:45 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:64727) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSh1g-00009n-Cj for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 02:41:41 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NBT00000U3GJ300@a-mtaout20.012.net.il> for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 09:41:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBT00M3NULEZUA0@a-mtaout20.012.net.il>; Sat, 13 Sep 2014 09:41:38 +0300 (IDT) Date: Sat, 13 Sep 2014 09:41:27 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: X-012-Sender: halo1@inter.net.il To: Mario Valencia Message-id: <83d2b06mzs.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Fri, 12 Sep 2014 23:15:12 -0500 > From: Mario Valencia > Cc: 18463@debbugs.gnu.org > > well, the official windows binary is built without debug information so i don't > know if i could get any useful info. There are binaries of both the trunk and the release branch available out there, and they do have debug info. Please try them, and if the crash still occurs there, please post the backtrace. (If the crash does not occur in those versions, it means the bug, whatever it is, was already solved as part of development.) Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 03:35:28 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 07:35:28 +0000 Received: from localhost ([127.0.0.1]:39813 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XShrj-0001Qo-61 for submit@debbugs.gnu.org; Sat, 13 Sep 2014 03:35:27 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:64425) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XShrf-0001Qe-TG for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 03:35:25 -0400 Received: by mail-wi0-f169.google.com with SMTP id cc10so281959wib.0 for <18463@debbugs.gnu.org>; Sat, 13 Sep 2014 00:35:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=z4MxF3MRiYmvKQ+egXOW1FNmss0LxnUyUKNk5gwdqpg=; b=e6OpH2/Du4FWd7z2YnOUVClRgInvCUd7VaQwMQLYgQW+vOmBKi8lq6eQT1wcwjom7O NnRFpbGeXZ57BtEDoTW5oe+YxWkwLcYeVRuEwxUPbDCkh4h0s08cYZpTX6JkL4VGqc3B i4Wyg59iYtgevPFTwVeA7NR1q9WK7Yj5JZev36V59QIpGflI7OhdiMMrTiuHF1KBkCtw 5qrfrity8MtXjuoVhbXsS+ABbMYyer4UzN7l0eaWmycqM3L8Xz6o/krPdCUOaGC7L6ie M/b5XCG3HLlmwtXaA11L3BMlVk4p0jv+/oh18PsXAbZX8ZTCrsKVQZT2TCrDVpSf8jPJ /Qkw== MIME-Version: 1.0 X-Received: by 10.181.8.70 with SMTP id di6mr8445061wid.78.1410593722976; Sat, 13 Sep 2014 00:35:22 -0700 (PDT) Received: by 10.194.38.35 with HTTP; Sat, 13 Sep 2014 00:35:22 -0700 (PDT) In-Reply-To: <83d2b06mzs.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> Date: Sat, 13 Sep 2014 02:35:22 -0500 Message-ID: Subject: Re: bug#18463: play-sound crashes emacs if file does not exist From: Mario Valencia To: Eli Zaretskii Content-Type: multipart/alternative; boundary=001a1134d61cc7cf560502ed715e X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --001a1134d61cc7cf560502ed715e Content-Type: text/plain; charset=UTF-8 I don't know where those binaries with debug info are. 2014-09-13 1:41 GMT-05:00 Eli Zaretskii : > > Date: Fri, 12 Sep 2014 23:15:12 -0500 > > From: Mario Valencia > > Cc: 18463@debbugs.gnu.org > > > > well, the official windows binary is built without debug information so > i don't > > know if i could get any useful info. > > There are binaries of both the trunk and the release branch available > out there, and they do have debug info. Please try them, and if the > crash still occurs there, please post the backtrace. (If the crash > does not occur in those versions, it means the bug, whatever it is, > was already solved as part of development.) > > Thanks. > --001a1134d61cc7cf560502ed715e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I don't know where those binaries with debug info are.= =C2=A0

2014-= 09-13 1:41 GMT-05:00 Eli Zaretskii <eliz@gnu.org>:
> Date: Fri, 12 Sep 2014 23:15:12 -0500
> From: Mario Valencia <mari= ovalspi@gmail.com>
> Cc: 18463@debbugs.gnu.org=
>
> well, the official windows binary is built without debug information s= o i don't
> know if i could get any useful info.

There are binaries of both the trunk and the release branch availabl= e
out there, and they do have debug info.=C2=A0 Please try them, and if the crash still occurs there, please post the backtrace.=C2=A0 (If the crash does not occur in those versions, it means the bug, whatever it is,
was already solved as part of development.)

Thanks.

--001a1134d61cc7cf560502ed715e-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 03:45:53 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 07:45:53 +0000 Received: from localhost ([127.0.0.1]:39817 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSi1o-0001fY-Ak for submit@debbugs.gnu.org; Sat, 13 Sep 2014 03:45:52 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:43700) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSi1l-0001fK-Lj for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 03:45:50 -0400 Received: by mail-we0-f169.google.com with SMTP id w61so1761215wes.0 for <18463@debbugs.gnu.org>; Sat, 13 Sep 2014 00:45:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0jzT3fuxLGwjNvtCoYeWlSGW4A2taaN8s/26XoUfY7M=; b=kdzjJomj1DUf14Fw3rVCZm7ZQMVXQbXsA9jISGSJb5wq2oWBG3MxjCFMmbz1THtk9I 9lIABZkHP4WldK9nBpIY61ucdprywLwOZyjnoK5e8J0/ctiWlDFoXvUgorfwGTN2wN3Q GYUJ00yyTeuMRY5S4w5uVUE03BfnOmPmHJVzd9dUJIDxy7/HgqutDtLa/vlYGA+yosvf lFJnjqKoM9TIgkGOM4TAov2RNLPq8VVTTBu1DHKj/iQp7IpUFUS/SpUYq/CecrF8Z7rW 7Uh8G0/WuvDlNPaLS91SY6OFbIMu1KFzseaL7m3Cfb5bFNAlFBDYTDLZ2HaF2rTdYNx0 yjew== MIME-Version: 1.0 X-Received: by 10.194.82.106 with SMTP id h10mr17634790wjy.37.1410594348450; Sat, 13 Sep 2014 00:45:48 -0700 (PDT) Received: by 10.194.38.35 with HTTP; Sat, 13 Sep 2014 00:45:48 -0700 (PDT) In-Reply-To: References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> Date: Sat, 13 Sep 2014 02:45:48 -0500 Message-ID: Subject: Re: bug#18463: play-sound crashes emacs if file does not exist From: Mario Valencia To: Eli Zaretskii Content-Type: multipart/alternative; boundary=047d7bb04ace0fd06b0502ed97b9 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --047d7bb04ace0fd06b0502ed97b9 Content-Type: text/plain; charset=UTF-8 i also wouldn't know how to debug emacs myself. 2014-09-13 2:35 GMT-05:00 Mario Valencia : > I don't know where those binaries with debug info are. > > 2014-09-13 1:41 GMT-05:00 Eli Zaretskii : > > > Date: Fri, 12 Sep 2014 23:15:12 -0500 >> > From: Mario Valencia >> > Cc: 18463@debbugs.gnu.org >> > >> > well, the official windows binary is built without debug information so >> i don't >> > know if i could get any useful info. >> >> There are binaries of both the trunk and the release branch available >> out there, and they do have debug info. Please try them, and if the >> crash still occurs there, please post the backtrace. (If the crash >> does not occur in those versions, it means the bug, whatever it is, >> was already solved as part of development.) >> >> Thanks. >> > > --047d7bb04ace0fd06b0502ed97b9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
i also wouldn't know how to debug emacs myself.
<= div class=3D"gmail_extra">
2014-09-13 2:35 GM= T-05:00 Mario Valencia <mariovalspi@gmail.com>:
I don't know where those bin= aries with debug info are.=C2=A0

2014-09-13 1:41 GMT-05:00 Eli Zaretskii <eliz@gnu.org&= gt;:

> D= ate: Fri, 12 Sep 2014 23:15:12 -0500
> From: Mario Valencia <mariovalspi@gmail.com>
> Cc: 18463@d= ebbugs.gnu.org
>
> well, the official windows binary is built without debug information s= o i don't
> know if i could get any useful info.

There are binaries of both the trunk and the release branch availabl= e
out there, and they do have debug info.=C2=A0 Please try them, and if the crash still occurs there, please post the backtrace.=C2=A0 (If the crash does not occur in those versions, it means the bug, whatever it is,
was already solved as part of development.)

Thanks.


--047d7bb04ace0fd06b0502ed97b9-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 04:29:42 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 08:29:42 +0000 Received: from localhost ([127.0.0.1]:39868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSiiE-0002hV-2R for submit@debbugs.gnu.org; Sat, 13 Sep 2014 04:29:42 -0400 Received: from mtaout28.012.net.il ([80.179.55.184]:55030) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSiiB-0002hL-IC for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 04:29:40 -0400 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NBT00100YYXWA00@mtaout28.012.net.il> for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 11:28:21 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBT00JK5ZJ9R480@mtaout28.012.net.il>; Sat, 13 Sep 2014 11:28:21 +0300 (IDT) Date: Sat, 13 Sep 2014 11:29:27 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: <83fvfw7g70.fsf@gnu.org> X-012-Sender: halo1@inter.net.il To: mariovalspi@gmail.com Message-id: <83a9637wk8.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Fri, 12 Sep 2014 23:10:43 +0300 > From: Eli Zaretskii > Cc: 18463@debbugs.gnu.org > > The latest pretest version of 24.4 signals an error saying > > This Emacs binary lacks sound support This was due to a bug in the build process: the sound support functions were not compiled into the Windows build. Now fixed on the emacs-24 branch (revision 117496). So something good already resulted from this bug report; thanks. With that bug fixed, an existing sound file is played, while a non-existing one causes this error message to be displayed: The open mciSendString command failed to open the specified sound file. Error: Cannot find the specified file. Make sure the path and filename are correct. This is on XPSP2; I will try on Windows 7 when I have time. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 04:32:07 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 08:32:07 +0000 Received: from localhost ([127.0.0.1]:39876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSikY-0002mP-4a for submit@debbugs.gnu.org; Sat, 13 Sep 2014 04:32:06 -0400 Received: from mtaout28.012.net.il ([80.179.55.184]:56613) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSikV-0002mF-HQ for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 04:32:04 -0400 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NBT00100YYXWA00@mtaout28.012.net.il> for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 11:30:46 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBT00JX2ZNAR480@mtaout28.012.net.il>; Sat, 13 Sep 2014 11:30:46 +0300 (IDT) Date: Sat, 13 Sep 2014 11:31:52 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: X-012-Sender: halo1@inter.net.il To: Mario Valencia Message-id: <838uln7wg7.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Sat, 13 Sep 2014 02:35:22 -0500 > From: Mario Valencia > Cc: 18463@debbugs.gnu.org > > I don't know where those binaries with debug info are. Here are 2 places: https://www.dropbox.com/sh/3pgcb3iiy8s9irl/c171Xhsd99 http://sourceforge.net/projects/emacs-bin/files/releases/ On the 1st site, take the latest zip of the 24.3.91 series. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 04:36:32 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 08:36:32 +0000 Received: from localhost ([127.0.0.1]:39880 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSiop-0002sf-IO for submit@debbugs.gnu.org; Sat, 13 Sep 2014 04:36:31 -0400 Received: from mtaout25.012.net.il ([80.179.55.181]:43559) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSiom-0002sW-Cy for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 04:36:29 -0400 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NBT00700ZM5WU00@mtaout25.012.net.il> for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 11:31:01 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBT004SHZNPZO20@mtaout25.012.net.il>; Sat, 13 Sep 2014 11:31:01 +0300 (IDT) Date: Sat, 13 Sep 2014 11:36:16 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: X-012-Sender: halo1@inter.net.il To: Mario Valencia Message-id: <837g177w8v.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Sat, 13 Sep 2014 02:45:48 -0500 > From: Mario Valencia > 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. From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 04:39:30 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 08:39:30 +0000 Received: from localhost ([127.0.0.1]:39884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSirh-0002yx-7A for submit@debbugs.gnu.org; Sat, 13 Sep 2014 04:39:29 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]:37357) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSird-0002ym-Ea for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 04:39:26 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NBT00000ZWA8M00@a-mtaout23.012.net.il> for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 11:39:24 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBU000VM01N5J30@a-mtaout23.012.net.il>; Sat, 13 Sep 2014 11:39:24 +0300 (IDT) Date: Sat, 13 Sep 2014 11:39:13 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: <838uln7wg7.fsf@gnu.org> X-012-Sender: halo1@inter.net.il To: mariovalspi@gmail.com Message-id: <8361gr7w3y.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Sat, 13 Sep 2014 11:31:52 +0300 > From: Eli Zaretskii > Cc: 18463@debbugs.gnu.org > > > Date: Sat, 13 Sep 2014 02:35:22 -0500 > > From: Mario Valencia > > Cc: 18463@debbugs.gnu.org > > > > I don't know where those binaries with debug info are. > > Here are 2 places: > > https://www.dropbox.com/sh/3pgcb3iiy8s9irl/c171Xhsd99 > http://sourceforge.net/projects/emacs-bin/files/releases/ > > On the 1st site, take the latest zip of the 24.3.91 series. But please wait for the next binary after today, since what is there now has its sound support disabled due to the bug I mentioned in my previous mail. Btw, do you see crashes for _any_ non-existing file, or just for some of them? E.g., do you have non-ASCII characters in those file names? How about the leading directories: if the file name includes leading directories outside of the C:/Users tree, does the problem still happen? From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 04:42:01 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 08:42:01 +0000 Received: from localhost ([127.0.0.1]:39888 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSiu8-00032Z-7A for submit@debbugs.gnu.org; Sat, 13 Sep 2014 04:42:00 -0400 Received: from mail-wg0-f50.google.com ([74.125.82.50]:47274) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSiu6-00032R-2Y for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 04:41:58 -0400 Received: by mail-wg0-f50.google.com with SMTP id x13so1691662wgg.33 for <18463@debbugs.gnu.org>; Sat, 13 Sep 2014 01:41:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=evZx7rz6sDqqMW3rFgswBmigUsOLKE9N67nXlawJ2Do=; b=ywWGR0L+nqF9b+ZZ00gXeqIuoDFTNVKMRZrwN0YmyCZmX0RUpnLjGHthvS8C0FSXRe ho5bT23QYBYPn57RNHQm+cuEuAn+sS5g15ekCDSFQveEEWPen9LdhsjGNP/GfmGVS3PL e6E43QdBlXQl70JmeDvy3w8dkgR1zJpk5tjVTXX4zi2yfPeG7Sujlq28imY6qDFQc6vE beNJY3T58KPw9toqXmM2TXdYiGXzOjpZjRybWQUinPmIelKRBGRx/C/U3zGydrubY1Lk bWqDeUG2wp9mczMQ9CHOFedAQqNjRMwLrwOkw++8ahk9thG31XUWCQmAv+8DsbkIKEwp JOvw== MIME-Version: 1.0 X-Received: by 10.194.71.210 with SMTP id x18mr17445276wju.6.1410597717334; Sat, 13 Sep 2014 01:41:57 -0700 (PDT) Received: by 10.194.38.35 with HTTP; Sat, 13 Sep 2014 01:41:57 -0700 (PDT) In-Reply-To: <8361gr7w3y.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> Date: Sat, 13 Sep 2014 03:41:57 -0500 Message-ID: Subject: Re: bug#18463: play-sound crashes emacs if file does not exist From: Mario Valencia To: Eli Zaretskii Content-Type: multipart/alternative; boundary=047d7bfd0776dce5d00502ee5f47 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --047d7bfd0776dce5d00502ee5f47 Content-Type: text/plain; charset=UTF-8 It happens with any string whatsoever actually, even the empty string. it only works if the file exists. 2014-09-13 3:39 GMT-05:00 Eli Zaretskii : > > Date: Sat, 13 Sep 2014 11:31:52 +0300 > > From: Eli Zaretskii > > Cc: 18463@debbugs.gnu.org > > > > > Date: Sat, 13 Sep 2014 02:35:22 -0500 > > > From: Mario Valencia > > > Cc: 18463@debbugs.gnu.org > > > > > > I don't know where those binaries with debug info are. > > > > Here are 2 places: > > > > https://www.dropbox.com/sh/3pgcb3iiy8s9irl/c171Xhsd99 > > http://sourceforge.net/projects/emacs-bin/files/releases/ > > > > On the 1st site, take the latest zip of the 24.3.91 series. > > But please wait for the next binary after today, since what is there > now has its sound support disabled due to the bug I mentioned in my > previous mail. > > Btw, do you see crashes for _any_ non-existing file, or just for some > of them? E.g., do you have non-ASCII characters in those file names? > How about the leading directories: if the file name includes leading > directories outside of the C:/Users tree, does the problem still > happen? > --047d7bfd0776dce5d00502ee5f47 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
It happens with any string whatsoever actually, even the e= mpty string. it only works if the file exists.


2014-09-13 3:39 GMT-05:00= Eli Zaretskii <eliz@gnu.org>:
= > Date: Sat, 13 Sep 2014 11:31:52 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 18463@debbugs.gnu.org=
>
> > Date: Sat, 13 Sep 2014 02:35:22 -05= 00
> > From: Mario Valencia <mariovalspi@gmail.com>
> > Cc: 18463@debbugs.gnu.or= g
> >
> > I don't know where those binaries with debug info are.
>
> Here are 2 places:
>
>=C2=A0 =C2=A0https://www.dropbox.com/sh/3pgcb3iiy8s9irl/c171Xh= sd99
>=C2=A0 =C2=A0http://sourceforge.net/projects/emacs-bin/fil= es/releases/
>
> On the 1st site, take the latest zip of the 24.3.91 series.

But please wait for the next binary after today, since what is = there
now has its sound support disabled due to the bug I mentioned in my
previous mail.

Btw, do you see crashes for _any_ non-existing file, or just for some
of them?=C2=A0 E.g., do you have non-ASCII characters in those file names?<= br> How about the leading directories: if the file name includes leading
directories outside of the C:/Users tree, does the problem still
happen?

--047d7bfd0776dce5d00502ee5f47-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 04:50:17 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 08:50:17 +0000 Received: from localhost ([127.0.0.1]:39892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSj28-0003Ej-Pj for submit@debbugs.gnu.org; Sat, 13 Sep 2014 04:50:17 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:51115) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSj26-0003EZ-LU for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 04:50:15 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NBU0010009QLH00@a-mtaout20.012.net.il> for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 11:50:13 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBU0019D0JOOP00@a-mtaout20.012.net.il>; Sat, 13 Sep 2014 11:50:13 +0300 (IDT) Date: Sat, 13 Sep 2014 11:50:02 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: X-012-Sender: halo1@inter.net.il To: Mario Valencia Message-id: <8338bv7vlx.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Sat, 13 Sep 2014 03:41:57 -0500 > From: Mario Valencia > Cc: 18463@debbugs.gnu.org > > It happens with any string whatsoever actually, even the empty string. it only > works if the file exists. OK. Can you look in the Windows Event Viewer, under Applications, for any events that show these Emacs crashes? If so, please post here all the information recorded in the event (it should at least show the DLL or .exe file where the crash happened, and the address of the instruction that caused the crash). From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 04:59:18 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 08:59:18 +0000 Received: from localhost ([127.0.0.1]:39896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSjAr-0003RO-RO for submit@debbugs.gnu.org; Sat, 13 Sep 2014 04:59:18 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:40904) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSjAo-0003RD-6K for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 04:59:14 -0400 Received: by mail-wi0-f179.google.com with SMTP id hi2so1827897wib.6 for <18463@debbugs.gnu.org>; Sat, 13 Sep 2014 01:59:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VXWhYZotbOL7otFlhJMPJl31G17SZoZcFMFb0acu6PU=; b=FGX+RjcsdpN+jRJShggZZl2cIIjVcor/+ZJZHqOKkebaSh3+6mx/b3WOn5CA/o1RJ1 T94wmshY5Lb+A6vDMXpyQU8t66kW5gv4KkjXEYzckZt50/VR3uLlr2fyLtUXBtNsSrcl WanIzgvM5Sf9h4NUMPoHfsQo7psf05nNRjyX0SsdtIWCNgNXrA9YkVOifc9H/IVDk4zn HFSKV1GpCYDb95xDdKKp5mZm8ATM05Q4lqhCqso8bL8MkMHmo3l5zws5NPlKdFFKnmEX Fi2ATWOiJAO0A8/XN3QucT00IFPK+bWakKap5xKcvp/ddsipsQEtHXQVQaIbaqZa45R2 P3dA== MIME-Version: 1.0 X-Received: by 10.194.184.166 with SMTP id ev6mr17464841wjc.61.1410598753265; Sat, 13 Sep 2014 01:59:13 -0700 (PDT) Received: by 10.194.38.35 with HTTP; Sat, 13 Sep 2014 01:59:13 -0700 (PDT) In-Reply-To: <8338bv7vlx.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> <8338bv7vlx.fsf@gnu.org> Date: Sat, 13 Sep 2014 03:59:13 -0500 Message-ID: Subject: Re: bug#18463: play-sound crashes emacs if file does not exist From: Mario Valencia To: Eli Zaretskii Content-Type: multipart/alternative; boundary=047d7bae49329bf2b10502ee9d00 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --047d7bae49329bf2b10502ee9d00 Content-Type: text/plain; charset=UTF-8 Log Name: Application Source: Application Error Date: 9/13/2014 3:55:12 a. m. Event ID:. 1,000 Task Category: (100) Level: Error Keywords: Classic User: Not available Computer: Lenovo-PC Description: Name of application errors: emacs.exe Version: 24.3.0.0, time stamp: 0x51461ed8 Faulting module name: emacs.exe Version: 24.3.0.0, time stamp: 0x51461ed8 Exception code: 0x40000015 Offset errors: 0x000c5847 Faulting process identifier: 0x1aa4 Start time of application errors: 0x01cfcf306387d837 Path application errors: C: \ Users \ mario \ Desktop \ emacs-24.3 \ bin \ emacs.exe Path module with errors: C: \ Users \ mario \ Desktop \ emacs-24.3 \ bin \ emacs.exe Report ID: ab4a0b15-3b23-11e4-826b-a4db30844fdb Full name of package errors: Application identifier on the package errors: XML event: 1000 2 100 0x80000000000000 10308 Application Lenovo-PC emacs.exe 24.3.0.0 51461ed8 emacs.exe 24.3.0.0 51461ed8 40000015 000c5847 1aa4 01cfcf306387d837 C: \ Users \ mario \ Desktop \ emacs-24.3 \ bin \ emacs.exe C: \ Users \ mario \ Desktop \ emacs-24.3 \ bin \ emacs.exe ab4a0b15-3b23-11e4-826b-a4db30844fdb 2014-09-13 3:50 GMT-05:00 Eli Zaretskii : > > Date: Sat, 13 Sep 2014 03:41:57 -0500 > > From: Mario Valencia > > Cc: 18463@debbugs.gnu.org > > > > It happens with any string whatsoever actually, even the empty string. > it only > > works if the file exists. > > OK. Can you look in the Windows Event Viewer, under Applications, for > any events that show these Emacs crashes? If so, please post here all > the information recorded in the event (it should at least show the DLL > or .exe file where the crash happened, and the address of the > instruction that caused the crash). > --047d7bae49329bf2b10502ee9d00 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Log Name: Application=C2=A0
Source: Ap= plication Error=C2=A0
Date: 9/13/2014 3:55:12 a. m.=C2=A0
Event ID:. 1,000=C2=A0
Task Category: (100)=C2=A0
Le= vel: Error=C2=A0
Keywords: Classic=C2=A0
User: Not avai= lable=C2=A0
Computer: Lenovo-PC=C2=A0
Description:=C2= =A0
Name of application errors: emacs.exe Version: 24.3.0.0, time= stamp: 0x51461ed8=C2=A0
Faulting module name: emacs.exe Version:= 24.3.0.0, time stamp: 0x51461ed8=C2=A0
Exception code: 0x4000001= 5=C2=A0
Offset errors: 0x000c5847=C2=A0
Faulting proces= s identifier: 0x1aa4=C2=A0
Start time of application errors: 0x01= cfcf306387d837=C2=A0
Path application errors: C: \ Users \ mario = \ Desktop \ emacs-24.3 \ bin \ emacs.exe=C2=A0
Path module with e= rrors: C: \ Users \ mario \ Desktop \ emacs-24.3 \ bin \ emacs.exe=C2=A0
Report ID: ab4a0b15-3b23-11e4-826b-a4db30844fdb=C2=A0
Ful= l name of package errors:=C2=A0
Application identifier on the pac= kage errors:=C2=A0
XML event:=C2=A0
<Event xmlns =3D= "ht= tp://schemas.microsoft.com/win/2004/08/events/event">=C2=A0
=C2=A0 =C2=A0<System>=C2=A0
=C2=A0 =C2=A0 =C2=A0<= Provider Name =3D "Application Error" />=C2=A0
=C2= =A0 =C2=A0 =C2=A0<EventID Qualifiers =3D "0"> 1000 </ Ev= entID>=C2=A0
=C2=A0 =C2=A0 =C2=A0<Level> 2 </ Level&g= t;=C2=A0
=C2=A0 =C2=A0 =C2=A0<Task> 100 </ Task>=C2= =A0
=C2=A0 =C2=A0 =C2=A0<Keywords> 0x80000000000000 </ K= eywords>=C2=A0
=C2=A0 =C2=A0 =C2=A0<TimeCreated SYSTEMTIME = =3D "2014-09-13T08: 55: 12.000000000Z" />=C2=A0
=C2= =A0 =C2=A0 =C2=A0<EventRecordID> 10308 </ EventRecordID>=C2=A0<= /div>
=C2=A0 =C2=A0 =C2=A0<Channel> Application </ Channel>= =C2=A0
=C2=A0 =C2=A0 =C2=A0<Computer> Lenovo-PC </ Compu= ter>=C2=A0
=C2=A0 =C2=A0 =C2=A0<Security />=C2=A0
<= div>=C2=A0 =C2=A0</ System>=C2=A0
=C2=A0 =C2=A0<EventDat= a>=C2=A0
=C2=A0 =C2=A0 =C2=A0<Data> emacs.exe </ Data= >=C2=A0
=C2=A0 =C2=A0 =C2=A0<Data> 24.3.0.0 </ Data&g= t;=C2=A0
=C2=A0 =C2=A0 =C2=A0<Data> 51461ed8 </ Data>= =C2=A0
=C2=A0 =C2=A0 =C2=A0<Data> emacs.exe </ Data>= =C2=A0
=C2=A0 =C2=A0 =C2=A0<Data> 24.3.0.0 </ Data>= =C2=A0
=C2=A0 =C2=A0 =C2=A0<Data> 51461ed8 </ Data>= =C2=A0
=C2=A0 =C2=A0 =C2=A0<Data> 40000015 </ Data>= =C2=A0
=C2=A0 =C2=A0 =C2=A0<Data> 000c5847 </ Data>= =C2=A0
=C2=A0 =C2=A0 =C2=A0<Data> 1aa4 </ Data>=C2=A0=
=C2=A0 =C2=A0 =C2=A0<Data> 01cfcf306387d837 </ Data>= =C2=A0
=C2=A0 =C2=A0 =C2=A0<Data> C: \ Users \ mario \ Desk= top \ emacs-24.3 \ bin \ emacs.exe </ Data>=C2=A0
=C2=A0 = =C2=A0 =C2=A0<Data> C: \ Users \ mario \ Desktop \ emacs-24.3 \ bin \= emacs.exe </ Data>=C2=A0
=C2=A0 =C2=A0 =C2=A0<Data> = ab4a0b15-3b23-11e4-826b-a4db30844fdb </ Data>=C2=A0
=C2=A0 = =C2=A0 =C2=A0<Data>=C2=A0
=C2=A0 =C2=A0 =C2=A0</ Data>= ;=C2=A0
=C2=A0 =C2=A0 =C2=A0<Data>=C2=A0
=C2=A0 = =C2=A0 =C2=A0</ Data>=C2=A0
=C2=A0 =C2=A0</ EventData>= ;=C2=A0
</ Event>


2014-09-13 3:50 GMT-05:00 = Eli Zaretskii <eliz@gnu.org>:
= > Date: Sat, 13 Sep 2014 03:41:57 -0500
> From: Mario Valencia <mariovalspi@gmail.com>
> Cc: 18463@debbugs.gnu.org=
>
> It happens with any string whatsoever actually= , even the empty string. it only
> works if the file exists.

OK.=C2=A0 Can you look in the Windows Event Viewer, under Applicatio= ns, for
any events that show these Emacs crashes?=C2=A0 If so, please post here all=
the information recorded in the event (it should at least show the DLL
or .exe file where the crash happened, and the address of the
instruction that caused the crash).

--047d7bae49329bf2b10502ee9d00-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 05:51:01 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 09:51:01 +0000 Received: from localhost ([127.0.0.1]:39916 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSjyu-0004g5-QZ for submit@debbugs.gnu.org; Sat, 13 Sep 2014 05:51:01 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:60501) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSjys-0004fv-8m for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 05:50:59 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NBU002003947000@a-mtaout20.012.net.il> for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 12:50:56 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBU001QW3CWOP80@a-mtaout20.012.net.il>; Sat, 13 Sep 2014 12:50:56 +0300 (IDT) Date: Sat, 13 Sep 2014 12:50:45 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: X-012-Sender: halo1@inter.net.il To: Mario Valencia Message-id: <83y4tn6e8a.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> <8338bv7vlx.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Sat, 13 Sep 2014 03:59:13 -0500 > From: Mario Valencia > Cc: 18463@debbugs.gnu.org > > Log Name: Application > Source: Application Error > Date: 9/13/2014 3:55:12 a. m. > Event ID:. 1,000 > Task Category: (100) > Level: Error > Keywords: Classic > User: Not available > Computer: Lenovo-PC > Description: > Name of application errors: emacs.exe Version: 24.3.0.0, time stamp: 0x51461ed8 > Faulting module name: emacs.exe Version: 24.3.0.0, time stamp: 0x51461ed8 > Exception code: 0x40000015 > Offset errors: 0x000c5847 ^^^^^^^^^^^^^^^^^^^^^^^^^ According to this, Emacs tried to display the Abort dialog box, and crashed while trying. You didn't see the Abort dialog, did you? Maybe there's some Windows 8 specific problem in displaying that dialog. Of course, the main question is why did Emacs at all tried to display the Abort dialog... From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 05:56:58 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 09:56:58 +0000 Received: from localhost ([127.0.0.1]:39924 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSk4f-0004om-HM for submit@debbugs.gnu.org; Sat, 13 Sep 2014 05:56:58 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:46776) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSk4d-0004od-5w for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 05:56:55 -0400 Received: by mail-wg0-f52.google.com with SMTP id x13so1777436wgg.35 for <18463@debbugs.gnu.org>; Sat, 13 Sep 2014 02:56:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=TZIGoak7XS9q4MjdnZXpIFCGCB0QrXTd8TsIkfZwDUw=; b=k0z0/D4AiKQRhnfSh/CkHjyp56pt6KdigaQbkv/lC1Zuwkxv7tqT0ZCoe+KKbr6kgP wM8EuuTC92KeOwjEh9kWau9+bKO8EIe1u8HD42MYAs06YiCqsnZPZ7IZRJ3ygC27MUBa NK5rYWAorh83misrtj/GRvqcu8PrsnNykJEzFGrstv5vECyYUvod8nWNoVHBe6rfC4/2 dJrY3hKL8y29AbdrBGDLPHET5ZFBcOwV3wJtJD5mySRBxqaDhgZPJBO7iqyFD6dQtd/r khEWkez4NYq0MO6Z6RKNKrSsMqK7KVto28CVJziWuDZrRMPBoGodG0BgxigJuqkJtnFg 7Kig== MIME-Version: 1.0 X-Received: by 10.194.184.166 with SMTP id ev6mr17799368wjc.61.1410602214385; Sat, 13 Sep 2014 02:56:54 -0700 (PDT) Received: by 10.194.38.35 with HTTP; Sat, 13 Sep 2014 02:56:54 -0700 (PDT) In-Reply-To: References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> <8338bv7vlx.fsf@gnu.org> <83y4tn6e8a.fsf@gnu.org> Date: Sat, 13 Sep 2014 04:56:54 -0500 Message-ID: Subject: Fwd: bug#18463: play-sound crashes emacs if file does not exist From: Mario Valencia To: 18463@debbugs.gnu.org Content-Type: multipart/alternative; boundary=047d7bae4932e875520502ef6b09 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18463 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --047d7bae4932e875520502ef6b09 Content-Type: text/plain; charset=UTF-8 ---------- Forwarded message ---------- From: Mario Valencia Date: 2014-09-13 4:55 GMT-05:00 Subject: Re: bug#18463: play-sound crashes emacs if file does not exist To: Eli Zaretskii Emacs Abort Dialog A fatal error has ocurred. Would you like to attach a debugger? .... etc etc use gdb -p emacs blablablah 2014-09-13 4:50 GMT-05:00 Eli Zaretskii : > > Date: Sat, 13 Sep 2014 03:59:13 -0500 > > > From: Mario Valencia > > Cc: 18463@debbugs.gnu.org > > > > Log Name: Application > > Source: Application Error > > Date: 9/13/2014 3:55:12 a. m. > > Event ID:. 1,000 > > Task Category: (100) > > Level: Error > > Keywords: Classic > > User: Not available > > Computer: Lenovo-PC > > Description: > > Name of application errors: emacs.exe Version: 24.3.0.0, time stamp: > 0x51461ed8 > > Faulting module name: emacs.exe Version: 24.3.0.0, time stamp: 0x51461ed8 > > Exception code: 0x40000015 > > Offset errors: 0x000c5847 > ^^^^^^^^^^^^^^^^^^^^^^^^^ > According to this, Emacs tried to display the Abort dialog box, and > crashed while trying. You didn't see the Abort dialog, did you? > > Maybe there's some Windows 8 specific problem in displaying that > dialog. Of course, the main question is why did Emacs at all tried to > display the Abort dialog... > i keep forgetting to include 18463@debbugs.gnu.org --047d7bae4932e875520502ef6b09 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

---------- Forwarded messag= e ----------
From: Mario Valencia <mariovalspi@gmai= l.com>
Date: 2014-09-13 4:55 GMT-05:00
Subject: Re: bug= #18463: play-sound crashes emacs if file does not exist
To: Eli Zaretski= i <eliz@gnu.org>


Emacs Abort Dialog

A fatal error has ocurred= .

Would you like to attach a debugger?
<= br>
.... etc etc use gdb -p emacs blablablah

2014-09-1= 3 4:50 GMT-05:00 Eli Zaretskii <eliz@gnu.org>:
> Date: Sat, 13 Sep 2014 03:59:13 -0500
<= br> > From: Mario Valencia <mariovalspi@gmail.com>
> Cc: 18463@d= ebbugs.gnu.org
>
> Log Name: Application
> Source: Application Error
> Date: 9/13/2014 3:55:12 a. m.
> Event ID:. 1,000
> Task Category: (100)
> Level: Error
> Keywords: Classic
> User: Not available
> Computer: Lenovo-PC
> Description:
> Name of application errors: emacs.exe Version: 24.3.0.0, time stamp: 0= x51461ed8
> Faulting module name: emacs.exe Version: 24.3.0.0, time stamp: 0x51461= ed8
> Exception code: 0x40000015
> Offset errors: 0x000c5847
=C2=A0 ^^^^^^^^^^^^^^^^^^^^^^^^^
According to this, Emacs tried to display the Abort dialog box, and
crashed while trying.=C2=A0 You didn't see the Abort dialog, did you?
Maybe there's some Windows 8 specific problem in displaying that
dialog.=C2=A0 Of course, the main question is why did Emacs at all tried to=
display the Abort dialog...

i keep forgetting to include=C2=A018463@debbugs.g= nu.org
--047d7bae4932e875520502ef6b09-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 08:21:49 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 12:21:49 +0000 Received: from localhost ([127.0.0.1]:39950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSmKq-0001DY-OF for submit@debbugs.gnu.org; Sat, 13 Sep 2014 08:21:49 -0400 Received: from mtaout29.012.net.il ([80.179.55.185]:42778) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSmKn-0001DM-MB for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 08:21:47 -0400 Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NBU004009PHIX00@mtaout29.012.net.il> for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 15:21:29 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBU00621ABTQU00@mtaout29.012.net.il>; Sat, 13 Sep 2014 15:21:29 +0300 (IDT) Date: Sat, 13 Sep 2014 15:21:32 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: X-012-Sender: halo1@inter.net.il To: Mario Valencia Message-id: <83wq97678z.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> <8338bv7vlx.fsf@gnu.org> <83y4tn6e8a.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Sat, 13 Sep 2014 04:55:42 -0500 > From: Mario Valencia > > Emacs Abort Dialog > > A fatal error has ocurred. > > Would you like to attach a debugger? > > .... etc etc use gdb -p emacs blablablah So you did see the abort dialog? Is there anything else you see that happens at that moment, and might be relevant to the problem? Let me be sure I understand what you see. . you type "emacs -Q" . in the scratch buffer you type the play-sound form, and press C-j (or is it "C-x C-e"?) at its right parenthesis . Emacs pops up the Abort dialog What happens next? Do you click "No" on the dialog, and then Emacs crashes? Or something else? From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 08:27:42 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 12:27:42 +0000 Received: from localhost ([127.0.0.1]:39954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSmQX-0001MT-Ks for submit@debbugs.gnu.org; Sat, 13 Sep 2014 08:27:42 -0400 Received: from mail-we0-f172.google.com ([74.125.82.172]:37638) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSmQT-0001MJ-NL for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 08:27:38 -0400 Received: by mail-we0-f172.google.com with SMTP id k48so1935719wev.31 for <18463@debbugs.gnu.org>; Sat, 13 Sep 2014 05:27:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=esPZSX2ZY1andKbl8YxUihVgQiISsibn+HXesvSPVYY=; b=qera7QSClgLmJurm4VCcofLAB/Jc63ONpUX8dTC84E3i/tip7eiGzSgASYkqkug/My 7PhyUccwfSbs6YeM2atpBWlK7OGecidUuk5JKT4rDCi0mmmZ4Ppw+jPkQacvwT8Zp2qH 9AXO6bD1aNG7wl4PmzukUJfS51S+QuD5Q0YkYf2DYCQHE+Qv9TvPp3JcgfMz0uqXLl4z Dd6JLhr44089F4WAns7M5C/GQ99y/uKwktx1HmqyzkKF7ULW26nFw00APgGWI7in862u g6yQq+MFqimf1MR90o8BAYV0oxkM+iT/IqU63XHj/CFfMlq+bvwclAHUkwq7QD+Vwf0Q wtvQ== MIME-Version: 1.0 X-Received: by 10.181.8.70 with SMTP id di6mr10107242wid.78.1410611256438; Sat, 13 Sep 2014 05:27:36 -0700 (PDT) Received: by 10.194.38.35 with HTTP; Sat, 13 Sep 2014 05:27:36 -0700 (PDT) In-Reply-To: <83wq97678z.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> <8338bv7vlx.fsf@gnu.org> <83y4tn6e8a.fsf@gnu.org> <83wq97678z.fsf@gnu.org> Date: Sat, 13 Sep 2014 07:27:36 -0500 Message-ID: Subject: Re: bug#18463: play-sound crashes emacs if file does not exist From: Mario Valencia To: Eli Zaretskii Content-Type: multipart/alternative; boundary=001a1134d61cdb36e90502f1860a X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --001a1134d61cdb36e90502f1860a Content-Type: text/plain; charset=UTF-8 yes. pressing C-j or C-x C-e, no difference. i see the abort dialog (which tells me emacs crashed, and to use debugger if possible). i click no, windows shows application crash message. i see nothing else relevant to the problem. 2014-09-13 7:21 GMT-05:00 Eli Zaretskii : > > Date: Sat, 13 Sep 2014 04:55:42 -0500 > > From: Mario Valencia > > > > Emacs Abort Dialog > > > > A fatal error has ocurred. > > > > Would you like to attach a debugger? > > > > .... etc etc use gdb -p emacs blablablah > > So you did see the abort dialog? Is there anything else you see that > happens at that moment, and might be relevant to the problem? > > Let me be sure I understand what you see. > > . you type "emacs -Q" > . in the scratch buffer you type the play-sound form, and press C-j > (or is it "C-x C-e"?) at its right parenthesis > . Emacs pops up the Abort dialog > > What happens next? Do you click "No" on the dialog, and then Emacs > crashes? Or something else? > --001a1134d61cdb36e90502f1860a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
yes. pressing C-j or C-x C-e, no difference. i see the abo= rt dialog (which tells me emacs crashed, and to use debugger if possible). = i click no, windows shows application crash message. i see nothing else rel= evant to the problem.

2014-09-13 7:21 GMT-05:00 Eli Zaretskii <eliz@gnu.org>:=
> Date: Sat, 13 Sep 2014 04:55:42 -05= 00
> From: Mario Valencia <mari= ovalspi@gmail.com>
>
> Emacs Abort Dialog
>
> A fatal error has ocurred.
>
> Would you like to attach a debugger?
>
> .... etc etc use gdb -p emacs blablablah

So you did see the abort dialog?=C2=A0 Is there anything else you se= e that
happens at that moment, and might be relevant to the problem?

Let me be sure I understand what you see.

=C2=A0. you type "emacs -Q"
=C2=A0. in the scratch buffer you type the play-sound form, and press C-j =C2=A0 =C2=A0(or is it "C-x C-e"?) at its right parenthesis
=C2=A0. Emacs pops up the Abort dialog

What happens next?=C2=A0 Do you click "No" on the dialog, and the= n Emacs
crashes?=C2=A0 Or something else?

--001a1134d61cdb36e90502f1860a-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 13 09:19:21 2014 Received: (at 18463) by debbugs.gnu.org; 13 Sep 2014 13:19:21 +0000 Received: from localhost ([127.0.0.1]:39973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSnEW-0002dk-K4 for submit@debbugs.gnu.org; Sat, 13 Sep 2014 09:19:20 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:64062) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XSnET-0002dW-OO for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 09:19:18 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NBU00C00CMLRW00@a-mtaout21.012.net.il> for 18463@debbugs.gnu.org; Sat, 13 Sep 2014 16:19:14 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBU00CMKD02RC20@a-mtaout21.012.net.il>; Sat, 13 Sep 2014 16:19:14 +0300 (IDT) Date: Sat, 13 Sep 2014 16:19:04 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: X-012-Sender: halo1@inter.net.il To: Mario Valencia Message-id: <83vbor64l3.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> <8338bv7vlx.fsf@gnu.org> <83y4tn6e8a.fsf@gnu.org> <83wq97678z.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Sat, 13 Sep 2014 07:27:36 -0500 > From: Mario Valencia > Cc: 18463@debbugs.gnu.org > > yes. pressing C-j or C-x C-e, no difference. i see the abort dialog (which > tells me emacs crashed, and to use debugger if possible). i click no, windows > shows application crash message. i see nothing else relevant to the problem. OK, so the only issue here is why Emacs shows the abort dialog in this scenario. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 14 12:01:27 2014 Received: (at 18463) by debbugs.gnu.org; 14 Sep 2014 16:01:27 +0000 Received: from localhost ([127.0.0.1]:40896 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XTCEs-0003gb-Vg for submit@debbugs.gnu.org; Sun, 14 Sep 2014 12:01:27 -0400 Received: from mtaout21.012.net.il ([80.179.55.169]:43108) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XTCEm-0003gO-PR for 18463@debbugs.gnu.org; Sun, 14 Sep 2014 12:01:21 -0400 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NBW00H00EW0DE00@a-mtaout21.012.net.il> for 18463@debbugs.gnu.org; Sun, 14 Sep 2014 19:01:15 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBW00H1MF629370@a-mtaout21.012.net.il>; Sun, 14 Sep 2014 19:01:15 +0300 (IDT) Date: Sun, 14 Sep 2014 19:01:07 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: X-012-Sender: halo1@inter.net.il To: Mario Valencia Message-id: <83k3565gzg.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> <8338bv7vlx.fsf@gnu.org> <83y4tn6e8a.fsf@gnu.org> <83wq97678z.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Sat, 13 Sep 2014 07:27:36 -0500 > From: Mario Valencia > Cc: 18463@debbugs.gnu.org > > pressing C-j or C-x C-e, no difference. i see the abort dialog (which > tells me emacs crashed, and to use debugger if possible). i click no, windows > shows application crash message. i see nothing else relevant to the problem. I tried this on Windows 7, and I cannot reproduce the problem there. Either it plays the sound file (if it exists) or says the file could not be found. Can someone who is equipped to run Emacs under a debugger please try reproducing this on Windows 8, and report the results? TIA. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 15 11:23:19 2014 Received: (at 18463) by debbugs.gnu.org; 15 Sep 2014 15:23:19 +0000 Received: from localhost ([127.0.0.1]:41545 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XTY7a-0007E5-Hq for submit@debbugs.gnu.org; Mon, 15 Sep 2014 11:23:19 -0400 Received: from mail-lb0-f179.google.com ([209.85.217.179]:63054) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XTY7Y-0007Ds-0F for 18463@debbugs.gnu.org; Mon, 15 Sep 2014 11:23:17 -0400 Received: by mail-lb0-f179.google.com with SMTP id p9so4621544lbv.38 for <18463@debbugs.gnu.org>; Mon, 15 Sep 2014 08:23:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Pp4oJsv1Adtll/GA7cGKBMyGm71XP4xqrRPbSNbHHiA=; b=noo97YCW4zf4jog6yu0TkKeJnnEh1j2b05kN87Ge6dXXt1RarNDIUXRRACvoZDZES7 egEbAsfnsbY0Afsc1icMG0to1u0CiER/fx0Oo7kGEFi3iuRC2xLrGTOAisTjXNyXUhv1 EvhCOBBArfqFXiXONXGlC3HBYwArCgU5/uwMrCHK3Fdupe5HDCAk+5wKVbHcR0c5o87M 7EnzM2sXYl03hpcrbEOMrWaTRoBNyxUstyO8XT0Xn3x4IBMjfmcX84ryiRkz3N/xAsUg 7MPZbbns8JheUti7YszTAO7HI1KrsCb6MRqB3tO3Z3M71iEOB1+KExAoviYCBam3A1As OQag== MIME-Version: 1.0 X-Received: by 10.112.158.170 with SMTP id wv10mr27593705lbb.66.1410794592499; Mon, 15 Sep 2014 08:23:12 -0700 (PDT) Received: by 10.114.27.230 with HTTP; Mon, 15 Sep 2014 08:23:12 -0700 (PDT) In-Reply-To: <83k3565gzg.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> <8338bv7vlx.fsf@gnu.org> <83y4tn6e8a.fsf@gnu.org> <83wq97678z.fsf@gnu.org> <83k3565gzg.fsf@gnu.org> Date: Mon, 15 Sep 2014 17:23:12 +0200 Message-ID: Subject: Re: bug#18463: play-sound crashes emacs if file does not exist From: Dani Moncayo To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org, Mario Valencia X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) > Can someone who is equipped to run Emacs under a debugger please try > reproducing this on Windows 8, and report the results? TIA. On Windows 8, with the current trunk, emacs -Q Eval: (play-sound '(sound :file "c:/path/foo.wav")) gives this if the file does not exist: * Return value = nil. * Side effect: Message [1] in the *Messages* buffer. and this if the file does exist: * Return value = nil. * Side effect: The sound stored in the file is played as expected. I've been unable to make the test with the latest version from the emacs-24 brach, because it failed to build (reported to emacs-devel). HTH. ----- Footnotes ---- [1] The open mciSendString command failed to open the specified sound file. Error: Cannot find the specified file. Make sure the path and filename are correct. -- Dani Moncayo From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 15 12:00:07 2014 Received: (at 18463) by debbugs.gnu.org; 15 Sep 2014 16:00:07 +0000 Received: from localhost ([127.0.0.1]:41564 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XTYh7-0008Em-A4 for submit@debbugs.gnu.org; Mon, 15 Sep 2014 12:00:05 -0400 Received: from mtaout25.012.net.il ([80.179.55.181]:36900) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XTYh1-0008EX-5u for 18463@debbugs.gnu.org; Mon, 15 Sep 2014 11:59:59 -0400 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0NBY00B009AS2B00@mtaout25.012.net.il> for 18463@debbugs.gnu.org; Mon, 15 Sep 2014 18:54:34 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBY00ARM9IYGT10@mtaout25.012.net.il>; Mon, 15 Sep 2014 18:54:34 +0300 (IDT) Date: Mon, 15 Sep 2014 18:59:48 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: X-012-Sender: halo1@inter.net.il To: Dani Moncayo Message-id: <838ulk6fij.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> <8338bv7vlx.fsf@gnu.org> <83y4tn6e8a.fsf@gnu.org> <83wq97678z.fsf@gnu.org> <83k3565gzg.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org, mariovalspi@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Mon, 15 Sep 2014 17:23:12 +0200 > From: Dani Moncayo > Cc: Mario Valencia , 18463@debbugs.gnu.org > > > Can someone who is equipped to run Emacs under a debugger please try > > reproducing this on Windows 8, and report the results? TIA. > > On Windows 8, with the current trunk, > emacs -Q > Eval: (play-sound '(sound :file "c:/path/foo.wav")) > > gives this if the file does not exist: > * Return value = nil. > * Side effect: Message [1] in the *Messages* buffer. > > and this if the file does exist: > * Return value = nil. > * Side effect: The sound stored in the file is played as expected. Thanks, this is the expected behavior. Can you test with Emacs 24.3, preferably the official binary on the GNU FTP site? That was the one the OP complained about. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 15 12:22:10 2014 Received: (at 18463) by debbugs.gnu.org; 15 Sep 2014 16:22:11 +0000 Received: from localhost ([127.0.0.1]:41571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XTZ2Y-0000On-Ju for submit@debbugs.gnu.org; Mon, 15 Sep 2014 12:22:10 -0400 Received: from mail-lb0-f179.google.com ([209.85.217.179]:49521) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XTZ2W-0000Oc-Ph for 18463@debbugs.gnu.org; Mon, 15 Sep 2014 12:22:09 -0400 Received: by mail-lb0-f179.google.com with SMTP id p9so4733323lbv.38 for <18463@debbugs.gnu.org>; Mon, 15 Sep 2014 09:22:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JJSChDKe9rhavGHA9dDrdgUOKTvoyr77E0nyFGNC4SM=; b=fr0jHWGctqSP6wM4Pc/D4qZp4l3l8j3rkutQadEne8m1mVj+cmzyJLxc81sGUanqLW SqPOr1fEwnleRjwFKK1x0uesuCATrAEpzEwWvdFyDqYm1TnRA7wTHsWrjLoKTIMQh8T6 w2+VybpzMH2PpngQfBulZ+Kou/4iZAlIQ5Eq+0zL5SVXGY+vV3IaXSCWcJoG1s/t6SJT EH1muelQnu35Dk0amQfwS2FUI7/Sxp+pAbvGzV4trj6wJz21ST0inAuqhFahTJiJL4Ss 1J8v+VE4RBkEbpJxb+2kGJk4hmjeviiitoaWtPx8lCgtg2gmVk2xbii1f9/zhH6JZjH1 jZRw== MIME-Version: 1.0 X-Received: by 10.112.202.1 with SMTP id ke1mr28180635lbc.33.1410798125312; Mon, 15 Sep 2014 09:22:05 -0700 (PDT) Received: by 10.114.27.230 with HTTP; Mon, 15 Sep 2014 09:22:05 -0700 (PDT) In-Reply-To: <838ulk6fij.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> <8338bv7vlx.fsf@gnu.org> <83y4tn6e8a.fsf@gnu.org> <83wq97678z.fsf@gnu.org> <83k3565gzg.fsf@gnu.org> <838ulk6fij.fsf@gnu.org> Date: Mon, 15 Sep 2014 18:22:05 +0200 Message-ID: Subject: Re: bug#18463: play-sound crashes emacs if file does not exist From: Dani Moncayo To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org, Mario Valencia X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) > Can you test with Emacs 24.3, preferably the official binary on the > GNU FTP site? That was the one the OP complained about. OK, I've just done it, and I observe the same behavior I've described for the current trunk. -- Dani Moncayo From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 15 13:00:47 2014 Received: (at 18463) by debbugs.gnu.org; 15 Sep 2014 17:00:47 +0000 Received: from localhost ([127.0.0.1]:41594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XTZdv-0001RV-9Z for submit@debbugs.gnu.org; Mon, 15 Sep 2014 13:00:47 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:56768) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XTZdp-0001RJ-HD for 18463@debbugs.gnu.org; Mon, 15 Sep 2014 13:00:44 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NBY00900CIJFT00@a-mtaout20.012.net.il> for 18463@debbugs.gnu.org; Mon, 15 Sep 2014 20:00:39 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBY00844CL2XSB0@a-mtaout20.012.net.il>; Mon, 15 Sep 2014 20:00:39 +0300 (IDT) Date: Mon, 15 Sep 2014 20:00:34 +0300 From: Eli Zaretskii Subject: Re: bug#18463: play-sound crashes emacs if file does not exist In-reply-to: X-012-Sender: halo1@inter.net.il To: Dani Moncayo Message-id: <8361go6cp9.fsf@gnu.org> References: <83fvfw7g70.fsf@gnu.org> <83d2b06mzs.fsf@gnu.org> <838uln7wg7.fsf@gnu.org> <8361gr7w3y.fsf@gnu.org> <8338bv7vlx.fsf@gnu.org> <83y4tn6e8a.fsf@gnu.org> <83wq97678z.fsf@gnu.org> <83k3565gzg.fsf@gnu.org> <838ulk6fij.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18463 Cc: 18463@debbugs.gnu.org, mariovalspi@gmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > Date: Mon, 15 Sep 2014 18:22:05 +0200 > From: Dani Moncayo > Cc: Mario Valencia , 18463@debbugs.gnu.org > > > Can you test with Emacs 24.3, preferably the official binary on the > > GNU FTP site? That was the one the OP complained about. > > OK, I've just done it, and I observe the same behavior I've described > for the current trunk. Thank you. I guess there's something special on Mario's system that somehow causes this. From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 02 13:20:19 2016 Received: (at control) by debbugs.gnu.org; 2 Jun 2016 17:20:19 +0000 Received: from localhost ([127.0.0.1]:51985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b8WI7-0002ji-LL for submit@debbugs.gnu.org; Thu, 02 Jun 2016 13:20:19 -0400 Received: from mail-oi0-f50.google.com ([209.85.218.50]:33098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b8WI6-0002jN-Mt for control@debbugs.gnu.org; Thu, 02 Jun 2016 13:20:19 -0400 Received: by mail-oi0-f50.google.com with SMTP id k23so88005710oih.0 for ; Thu, 02 Jun 2016 10:20:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to; bh=3DoT7F3zwwTP93Z1ZmQUjWEnWTZeOm0FXDUswXfnmyc=; b=a1PENEeGgXDzlS92MtmbKjCOH2QVkmjSCk/B9N2l62H7Fhf5O9vjwFVtrM7vimYiLl D9AZ+BZGnPPSkbYF/dZw68q3ES69CQ9GFfrTAeA17i5mPywVcaqzfZuUE6qEXCrKvuAu s7vnvg3y67/zTTCTzW4yC/luZJhmA2x5WWMu0t4R9R5yHcKPWvBiwf53q0gCTJBxqIe5 TyIWI/nuyejEfpzQEtgfsU+ukxO1oFcdqbgHeNHFYS+uu+739ahkzRH88PSH8GJwGpuW 0eGWiBVGVgT7w3YB14g/hQD31Nw7CNL/IlYarzFWLNfCVPyXE+76sIw4FLL/OPMERh8L 8rZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to; bh=3DoT7F3zwwTP93Z1ZmQUjWEnWTZeOm0FXDUswXfnmyc=; b=KhCroM20O2cm+h+Tvjo4rvbUdlxVH756M/17QnsEghELO6/Hk9Lg/hc3ybjZmtOM/r F7m59p18xucW0vt6z+1AiNHRKetcXvdDh7T9tEWRD9T1Yz7D73/6XxF3Ir2HV638+haa cHk1e2UJrpdF4vWxsIxhEUFBN64ZLN7a7kfUmHqe3+q7AREJlaLl+zr17sJAssGEq71X DM6nA989geNh4Ng/4ADe5s+BVgpLAjhZVeIvGAxNLWEOyZbK3j+HdpHTxrAv55+AM5Xe 3JFumto0shHA/TA2Iqvh/F/KUBmf0djmyL4v1BCQHbuvV8CUimNNXWeQ6ima9T15Azqe QeYA== X-Gm-Message-State: ALyK8tKgp4NpiaahP8pS+qOYD5n+iMM2pBRWLjtbXkJYGkPtHrSzm9lOK5z1YFNSApOdSBkcn7KLKZuSHqx8Gw== MIME-Version: 1.0 X-Received: by 10.202.51.133 with SMTP id z127mr24551077oiz.202.1464888013228; Thu, 02 Jun 2016 10:20:13 -0700 (PDT) Received: by 10.157.34.169 with HTTP; Thu, 2 Jun 2016 10:20:13 -0700 (PDT) Date: Thu, 2 Jun 2016 13:20:13 -0400 X-Google-Sender-Auth: vM6S__a3jtv7AqTXZS54eBfSnI0 Message-ID: Subject: Re: bug#18463: play-sound crashes emacs if file does not exist From: Noam Postavsky To: 18463-done@debbugs.gnu.org Content-Type: text/plain; charset=UTF-8 Bcc: control@debbugs.gnu.org X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) tag 18463 + unreproducible quit I don't see a crash on Windows 8, Emacs 24.3 either. Closing as unreproducible. From unknown Sun Jun 22 03:58:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 01 Jul 2016 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator