From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Dumper problems and a possible solutions Date: Thu, 26 Jun 2014 08:32:55 +0400 Message-ID: <53ABA277.7040107@yandex.ru> References: <53AB0EF8.4090608@yandex.ru> <831tucrguf.fsf@gnu.org> <20140625183241.GW179@brightrain.aerifal.cx> <83wqc4q0xl.fsf@gnu.org> <20140625190333.GZ179@brightrain.aerifal.cx> <20140625202403.GB179@brightrain.aerifal.cx> <20140625220758.GE179@brightrain.aerifal.cx> <53AB8D50.5020005@yandex.ru> <20140626041434.GH179@brightrain.aerifal.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1403757203 26283 80.91.229.3 (26 Jun 2014 04:33:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2014 04:33:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Rich Felker Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 26 06:33:17 2014 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 1X01N6-0007PK-Kr for ged-emacs-devel@m.gmane.org; Thu, 26 Jun 2014 06:33:16 +0200 Original-Received: from localhost ([::1]:42205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X01N5-0004XR-NU for ged-emacs-devel@m.gmane.org; Thu, 26 Jun 2014 00:33:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X01Mv-0004Va-VE for emacs-devel@gnu.org; Thu, 26 Jun 2014 00:33:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X01Mo-0005gf-Lg for emacs-devel@gnu.org; Thu, 26 Jun 2014 00:33:05 -0400 Original-Received: from forward10l.mail.yandex.net ([2a02:6b8:0:1819::a]:43384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X01Mo-0005gU-AC for emacs-devel@gnu.org; Thu, 26 Jun 2014 00:32:58 -0400 Original-Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward10l.mail.yandex.net (Yandex) with ESMTP id 85AC2BA1483; Thu, 26 Jun 2014 08:32:56 +0400 (MSK) Original-Received: from smtp14.mail.yandex.net (localhost [127.0.0.1]) by smtp14.mail.yandex.net (Yandex) with ESMTP id 2E9F01B6006D; Thu, 26 Jun 2014 08:32:56 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 9gBHs0vDiL-WtrK0X77; Thu, 26 Jun 2014 08:32:55 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 21f9a053-8413-4f12-8ab0-1ee439dd4952 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1403757175; bh=xbP3tqiutYdqHIH0nMUB7yzCIMYkIa/CEGLCYhyWwcc=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=pcyBzLC7BlCm/KTq+1sWM2oTw0IAb94nCHiso0+3sr6E0HRWT70UzTGKd7VMv7W4y r8OmvK0ujhG7ddm849R1goNLYBkIjtQvxIZbyXlharAd2G1dmLegiZiPSJ+ZD6tV6z +4eb/cPQTqkcB3Ed1lkashl/GIXdaO2+OWHMZC+Y= Authentication-Results: smtp14.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <20140626041434.GH179@brightrain.aerifal.cx> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a02:6b8:0:1819::a 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:172745 Archived-At: On 06/26/2014 08:14 AM, Rich Felker wrote: > Because dumping isn't really possible to do in a correct and > meaningful way without serious restrictions on what the code can do. What do you think about this project: http://dmtcp.sourceforge.net/index.html? From their point of view, Emacs dumping is just a checkpointing in the very special moment (when all Lisp libraries are loaded). Dmitry