From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.devel Subject: Re: Preview: portable dumper Date: Tue, 20 Feb 2018 11:32:40 -0500 Message-ID: <1995a495-980b-ec6d-deae-19a88a519714@cornell.edu> References: <797cf77a-337e-459a-a82b-28d2c63418a7@email.android.com> <4e7c8a41-2d90-dff5-52f4-54d383c06131@cornell.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1519144315 27276 195.159.176.226 (20 Feb 2018 16:31:55 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 20 Feb 2018 16:31:55 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 Cc: Eli Zaretskii , emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 20 17:31:50 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 1eoApZ-0006k4-F7 for ged-emacs-devel@m.gmane.org; Tue, 20 Feb 2018 17:31:49 +0100 Original-Received: from localhost ([::1]:56418 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoArb-000871-Ot for ged-emacs-devel@m.gmane.org; Tue, 20 Feb 2018 11:33:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoAqc-00083p-1v for emacs-devel@gnu.org; Tue, 20 Feb 2018 11:32:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eoAqZ-0005Jr-Ff for emacs-devel@gnu.org; Tue, 20 Feb 2018 11:32:54 -0500 Original-Received: from limerock02.mail.cornell.edu ([128.84.13.242]:49747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoAqZ-0005JM-AR; Tue, 20 Feb 2018 11:32:51 -0500 X-CornellRouted: This message has been Routed already. Original-Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock02.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id w1KGWg82007930; Tue, 20 Feb 2018 11:32:42 -0500 Original-Received: from [192.168.0.15] (mta-68-175-129-7.twcny.rr.com [68.175.129.7] (may be forged)) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id w1KGWels005307 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 20 Feb 2018 11:32:41 -0500 In-Reply-To: <4e7c8a41-2d90-dff5-52f4-54d383c06131@cornell.edu> Content-Language: en-US X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 128.84.13.242 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:222925 Archived-At: On 2/19/2018 5:33 PM, Ken Brown wrote: > On 2/19/2018 12:03 PM, Daniel Colascione wrote: >> Thanks. I've pushed a fix, I think. Try it now. > > That fixes it. But then the following commit broke the build: commit fca8372020248318f1d0007378607a912b19026e Author: Daniel Colascione Date: Mon Feb 19 16:35:09 2018 -0800 eassert -> eassume in pdumper More precisely, it broke a "standard" build (./configure && make). The build fails as follows: [...] Finding pointers to doc strings...done Dumping under the name bootstrap-emacs.pdmp dumping fingerprint: d3d1723e85f76355cab6880175f65823cbad50b923958d6dcb4b5e78a766a04e make[1]: *** [Makefile:779: bootstrap-emacs.exe] Segmentation fault (core dumped) If I configure with --enable-checking, or if I build without optimization, then the build succeeds again. This is on 64-bit Cygwin. I haven't tried any other platform. Ken