From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.devel Subject: Re: Dumper issue, revisited; invalid realloc/free Date: Thu, 05 Feb 2015 17:14:54 +0100 Message-ID: <85iofgz5zg.fsf@iznogoud.viz> References: <20150204175709.GX23507@brightrain.aerifal.cx> <83pp9pfqb3.fsf@gnu.org> <20150204191305.GY23507@brightrain.aerifal.cx> <83lhkdfpgc.fsf@gnu.org> <54D28260.40403@cornell.edu> <20150205013147.GE23507@brightrain.aerifal.cx> <20150205032550.GF23507@brightrain.aerifal.cx> <83a90tf27l.fsf@gnu.org> <20150205043317.GH23507@brightrain.aerifal.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423153166 19484 80.91.229.3 (5 Feb 2015 16:19:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 16:19:26 +0000 (UTC) Cc: Eli Zaretskii , kbrown@cornell.edu, emacs-devel@gnu.org To: Rich Felker Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 17:19:21 2015 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 1YJP9E-00061M-Vp for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 17:19:21 +0100 Original-Received: from localhost ([::1]:42928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJP9E-0000mr-GF for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 11:19:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJP98-0000h0-MK for emacs-devel@gnu.org; Thu, 05 Feb 2015 11:19:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJP8z-0007PI-Ei for emacs-devel@gnu.org; Thu, 05 Feb 2015 11:19:14 -0500 Original-Received: from b2bfep12.mx.upcmail.net ([62.179.121.57]:41779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJP8z-0007NL-4T for emacs-devel@gnu.org; Thu, 05 Feb 2015 11:19:05 -0500 Original-Received: from edge11.upcmail.net ([192.168.13.81]) by b2bfep12.mx.upcmail.net (InterMail vM.8.01.05.11 201-2260-151-128-20120928) with ESMTP id <20150205161901.WIOF14748.b2bfep12-int.chello.at@edge11.upcmail.net> for ; Thu, 5 Feb 2015 17:19:01 +0100 Original-Received: from iznogoud.viz ([91.119.128.15]) by edge11.upcmail.net with edge id ogK01p00H0L43jP0BgK0ry; Thu, 05 Feb 2015 17:19:01 +0100 X-SourceIP: 91.119.128.15 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1YJP8t-0001nx-SK; Thu, 05 Feb 2015 17:18:59 +0100 Mail-Followup-To: Rich Felker , Eli Zaretskii , kbrown@cornell.edu, emacs-devel@gnu.org User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 62.179.121.57 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:182458 Archived-At: On Wed, Feb 04 2015, Rich Felker wrote: > I now have a working build with no ugly hackery. Does it use any special properties of musl malloc or should the hybrid approach now work with any reasonable malloc implementation? Wolfgang