From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Commit 76eda952b0 on master causes emacs crash on Windows during build Date: Thu, 28 Jun 2018 22:16:24 +0300 Message-ID: <83wouioh6f.fsf@gnu.org> References: <86bmbubumz.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1530213321 23037 195.159.176.226 (28 Jun 2018 19:15:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 28 Jun 2018 19:15:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 28 21:15:17 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fYcNw-0005uh-Va for ged-emacs-devel@m.gmane.org; Thu, 28 Jun 2018 21:15:17 +0200 Original-Received: from localhost ([::1]:38117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYcQ4-00086w-7w for ged-emacs-devel@m.gmane.org; Thu, 28 Jun 2018 15:17:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYcP2-00085i-57 for emacs-devel@gnu.org; Thu, 28 Jun 2018 15:16:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYcOz-00068f-1F for emacs-devel@gnu.org; Thu, 28 Jun 2018 15:16:24 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYcOy-00068b-Sx; Thu, 28 Jun 2018 15:16:20 -0400 Original-Received: from [176.228.60.248] (port=2544 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fYcOx-0001RV-U8; Thu, 28 Jun 2018 15:16:20 -0400 In-reply-to: <86bmbubumz.fsf@gmail.com> (message from Andy Moreton on Thu, 28 Jun 2018 20:04:04 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:226823 Archived-At: > From: Andy Moreton > Date: Thu, 28 Jun 2018 20:04:04 +0100 > > > (gdb) bt full > #0 0x00007ffb85c2c903 in KERNELBASE!DebugBreak () from C:\WINDOWS\System32\KernelBase.dll > No symbol table info available. > #1 0x000000040029e289 in emacs_abort () at C:/emacs/git/emacs/master/src/w32fns.c:10755 > button = 0x6 > #2 0x0000000400129993 in terminate_due_to_signal (sig=0x16, backtrace_limit=0x7fffffff) at C:/emacs/git/emacs/master/src/emacs.c:399 > No locals. > #3 0x00000004001c22b5 in die (msg=0x40070f328 "specpdl_ptr->kind == SPECPDL_UNWIND_PTR && specpdl_ptr->unwind_ptr.func == xfree", file=0x40070ed38 "C:/emacs/git/emacs/master/src/lisp.h", line=0x11c3) at C:/emacs/git/emacs/master/src/alloc.c:7294 > No locals. > #4 0x000000040012666a in safe_free (sa_count=0x54) at C:/emacs/git/emacs/master/src/lisp.h:4546 What is the value of specpdl_ptr->kind when it aborts?