From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Question about dumping and initialization Date: Thu, 14 Mar 2013 14:16:21 -0700 Message-ID: <51423E25.6070703@cs.ucla.edu> References: <87r4ji44ko.fsf@moo.wxcvbn.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1363295786 3475 80.91.229.3 (14 Mar 2013 21:16:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Mar 2013 21:16:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 14 22:16:52 2013 Return-path: Envelope-to: ged-emacs-devel@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 1UGFW7-0002L3-0P for ged-emacs-devel@m.gmane.org; Thu, 14 Mar 2013 22:16:51 +0100 Original-Received: from localhost ([::1]:48010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGFVj-0006j0-ST for ged-emacs-devel@m.gmane.org; Thu, 14 Mar 2013 17:16:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGFVg-0006iv-NL for emacs-devel@gnu.org; Thu, 14 Mar 2013 17:16:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGFVf-0004VA-FT for emacs-devel@gnu.org; Thu, 14 Mar 2013 17:16:24 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:39081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGFVf-0004V2-9q for emacs-devel@gnu.org; Thu, 14 Mar 2013 17:16:23 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 5FA82A60035 for ; Thu, 14 Mar 2013 14:16:22 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4huACKw-fBld for ; Thu, 14 Mar 2013 14:16:22 -0700 (PDT) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 10A4BA6002C for ; Thu, 14 Mar 2013 14:16:22 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3 In-Reply-To: <87r4ji44ko.fsf@moo.wxcvbn.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157874 Archived-At: Can you reproduce the problem on GNU/Linux? Make the same change to 'configure', then run something like this: emacs_cv_var_doug_lea_malloc=no ./configure MALLOC_PERTURB_=23 make This tries to set up the same sort of environment, with address space randomization and everything. If this fails in a similar way, it might be easier to debug than the OpenBSD port would be. And if it doesn't fail it's an indication that the problem might be more on the OpenBSD side than in the Emacs side.