From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs reproducible builds part1 of 2 : eln Date: Fri, 12 Jan 2024 18:26:40 +0200 Message-ID: <83edemiklb.fsf@gnu.org> References: <8d01d73e-7ce1-4b3a-a25c-03b518a7e584@lsmod.de> <83jzofj70t.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20150"; mail-complaints-to="usenet@ciao.gmane.io" Cc: bernhardout@lsmod.de, emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jan 12 17:27:29 2024 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 1rOKNV-00055e-LP for ged-emacs-devel@m.gmane-mx.org; Fri, 12 Jan 2024 17:27:29 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rOKMt-00012J-Vc; Fri, 12 Jan 2024 11:26:51 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rOKMs-000128-Rz for emacs-devel@gnu.org; Fri, 12 Jan 2024 11:26:50 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rOKMr-0000en-Iu; Fri, 12 Jan 2024 11:26:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=py1cy5lSSt5ZG1+jiIf43CkWXG7c6cbsIW0Dl8sXztQ=; b=JIhBQ+nXCWh3 /nSCXLlMfZLrHxLV2j4+zzpSi79mYg+85t1OwX1FMZQ8FLcHBbDEWsNbHzVxicxHI2T6MdN4pLXtr lYRTGvMaa7jNBTDye9Wu7JjpyQLWZNzkREwdcv/I0gkTRh7CvmFj6pPizlogUcQGYwNOx6dTU/EZv 3vl73fWqfhMBZ/WGQkHZUTrirR6zt0DjWvJDo1b7wglry4GjxzZgcoU71W9fPrx83aowy+lAM5TOv G5hElLki9YJxy1YKmfH2fbw1PdDo3tJLBvuEpYfx7IGvo68wKj2KHocGjt+L3YZgqFarHzPZLHZi5 6lrIZyeb8yn2eapACtj5iA==; In-Reply-To: (message from Andrea Corallo on Fri, 12 Jan 2024 11:19:58 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314912 Archived-At: > From: Andrea Corallo > Cc: "Bernhard M. Wiedemann" , emacs-devel@gnu.org > Date: Fri, 12 Jan 2024 11:19:58 -0500 > > Mmmh, from what I can see from the diff looks like to me in x-win we > have some circular object. For some reason when we serialize (print) it > in order to store it into the eln the result is not reproducible with > ASLR (!?). I guess the way to find that circular object is to bisect x-win.el? Or are there better ways?