From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Problem with portable dumper Date: Sat, 15 Feb 2020 15:42:05 -0500 Message-ID: References: <87ftfby9in.fsf@gmx.de> <831rqvodxl.fsf@gnu.org> <87blpzy4ie.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="63068"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Feb 15 21:42:51 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j34H2-000GIj-Tm for ged-emacs-devel@m.gmane-mx.org; Sat, 15 Feb 2020 21:42:48 +0100 Original-Received: from localhost ([::1]:54446 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j34H2-0006mw-0s for ged-emacs-devel@m.gmane-mx.org; Sat, 15 Feb 2020 15:42:48 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45163) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j34GW-0006Ls-Ua for emacs-devel@gnu.org; Sat, 15 Feb 2020 15:42:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j34GU-0008CO-Fc for emacs-devel@gnu.org; Sat, 15 Feb 2020 15:42:16 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:45711) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j34GQ-00081X-Uy; Sat, 15 Feb 2020 15:42:11 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 4F7C544E626; Sat, 15 Feb 2020 15:42:08 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 7A9AC44E490; Sat, 15 Feb 2020 15:42:06 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1581799326; bh=mE6A+IKxtY+1SfACn9fvz/hin5Vg+1HQkuqB3qN6xBo=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=C3luMDbG5nCOynSoZ0eQvjkjc6De/zPNYtrgmPfbtlrmjHAOBTe3vWdZgCMpisPu0 wd+QYDHdAzGeOhrHh9crjhKCwMJlz9IUjJVWmWWk0Zki7wp0gMXJFWhMlzmp+eddNq fcm3FVtLRzjW9p0Bip3gn4qd/HJB+b9Dso1lPe1bzgztPAZzipjQnRUZ10y0fKElcU gQTCSi3Vg98661cE22yrb/kagcldzO77EK9Oz3jqhxL5n3W4Z1Pezxn92mNzdGrKia bjH5KCjKxbXm7hgymiG/9eP5csqLFK6ZO/IJbvLVGURYmtJtUfaqgqhS0FfeGesJWv zdg5/kkFNe6Hg== Original-Received: from alfajor (unknown [157.52.14.222]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 38E4412062C; Sat, 15 Feb 2020 15:42:06 -0500 (EST) In-Reply-To: <87blpzy4ie.fsf@gmx.de> (Michael Albinus's message of "Sat, 15 Feb 2020 21:33:45 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:244954 Archived-At: >> or figure out how to leave mutex variables out of state that is >> dumped, I think. Why do you need mutexes to be dumped? > I'm working in the feature/tramp-thread-safe branch. I simply need it. That doesn't explain why you need a mutex object to be written in the dumped image of Emacs. AFAICT Tramp is not even preloaded, so changing Tramp should simply not affect the dump at all. Stefan