From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: vincent.belaiche@gmail.com (Vincent =?UTF-8?Q?Bela=C3=AFche?=) Newsgroups: gmane.emacs.bugs Subject: bug#22301: 25.1.50; Emacs crashes while lisp debugging Date: Mon, 01 Feb 2016 18:22:57 +0100 Message-ID: <84fuxcfiq6.fsf@gmail.com> References: <84oad2z3lp.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1454347408 28985 80.91.229.3 (1 Feb 2016 17:23:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Feb 2016 17:23:28 +0000 (UTC) Cc: 22301@debbugs.gnu.org, Vincent =?UTF-8?Q?Bela=C3=AFche?= To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 01 18:23:16 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aQIBz-0008RA-NW for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Feb 2016 18:23:11 +0100 Original-Received: from localhost ([::1]:53489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQIBy-0007RO-KV for geb-bug-gnu-emacs@m.gmane.org; Mon, 01 Feb 2016 12:23:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQIBr-0007Kd-J9 for bug-gnu-emacs@gnu.org; Mon, 01 Feb 2016 12:23:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQIBq-0003Bb-Iy for bug-gnu-emacs@gnu.org; Mon, 01 Feb 2016 12:23:03 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:57191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQIBq-0003BX-F7 for bug-gnu-emacs@gnu.org; Mon, 01 Feb 2016 12:23:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aQIBq-0000NB-Ag for bug-gnu-emacs@gnu.org; Mon, 01 Feb 2016 12:23:02 -0500 X-Loop: help-debbugs@gnu.org In-Reply-To: <84oad2z3lp.fsf@gmail.com> Resent-From: vincent.belaiche@gmail.com (Vincent =?UTF-8?Q?Bela=C3=AFche?=) Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 01 Feb 2016 17:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22301 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 22301-submit@debbugs.gnu.org id=B22301.14543473801412 (code B ref 22301); Mon, 01 Feb 2016 17:23:02 +0000 Original-Received: (at 22301) by debbugs.gnu.org; 1 Feb 2016 17:23:00 +0000 Original-Received: from localhost ([127.0.0.1]:45411 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aQIBo-0000Mi-Ll for submit@debbugs.gnu.org; Mon, 01 Feb 2016 12:23:00 -0500 Original-Received: from smtp03.smtpout.orange.fr ([80.12.242.125]:26755 helo=smtp.smtpout.orange.fr) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aQIBn-0000MR-5G for 22301@debbugs.gnu.org; Mon, 01 Feb 2016 12:22:59 -0500 Original-Received: from AigleRoyal ([81.53.6.167]) by mwinf5d38 with ME id D5No1s00Q3cD9Rd035Noxy; Mon, 01 Feb 2016 18:22:52 +0100 X-ME-Helo: AigleRoyal X-ME-Auth: dmluY2VudGJlbGFpY2hlQG9yYW5nZS5mcg== X-ME-Date: Mon, 01 Feb 2016 18:22:52 +0100 X-ME-IP: 81.53.6.167 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:112211 Archived-At: Dear Eli, Some update on this problem: I could not reproduce it with the -Og compilation either. I tried to recompile with same options as the crashing Emacs (-O3 and no CFLAGS) and I could not reproduce it either. I am now sure that the crashing Emacs was compiled with a w32 (not w64) mingw, because when compiling with w64 you get `(i686-w64-mingw32)' in the Emacs bug reprot, while in the orginal report there was `(i686-pc-mingw32)'. So either - the changes made in ses.el by me now hide the bug (or the crash won't happen so easily), or - there was some changes in the C code since the crashing Emacs, and that has corrected or moved/hidden the problem. So now, I am trying to reproduce the crash again with the Emacs instance that initially was crashing in order to find some more deterministic way to produce the crash and be more sure what is working and what is not working. VBR, Vincent