From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timothy Sample Subject: bug#37384: Daemon does not honor =?UTF-8?Q?=E2=80=9CuseSubstitutes=E2=80=9D?= on armhf Date: Wed, 11 Sep 2019 16:28:22 -0400 Message-ID: <87sgp2vaqh.fsf@ngyro.com> References: <87woeevf8k.fsf@ngyro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45078) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i89Ed-0001KB-Af for bug-guix@gnu.org; Wed, 11 Sep 2019 16:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i89Ec-00022W-4g for bug-guix@gnu.org; Wed, 11 Sep 2019 16:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33975) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i89Eb-00022R-UX for bug-guix@gnu.org; Wed, 11 Sep 2019 16:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i89Eb-0001pf-PN for bug-guix@gnu.org; Wed, 11 Sep 2019 16:29:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87woeevf8k.fsf@ngyro.com> (Timothy Sample's message of "Wed, 11 Sep 2019 14:51:07 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37384@debbugs.gnu.org Timothy Sample writes: > it gives me different addresses depending on whether I=E2=80=99m printing= from > the main daemon loop or from the =E2=80=9CquerySubstitutablePathInfos=E2= =80=9D method. > The addresses suspiciously differ by eight. The problem goes away if I move =E2=80=9CuseSubstitutes=E2=80=9D above =E2= =80=9CreservedSize=E2=80=9D, which has type =E2=80=9Coff_t=E2=80=9D. I=E2=80=99m guessing this is becau= se of something fishy with =E2=80=9C_FILE_OFFSET_BITS=E2=80=9D, but I=E2=80=99m not sure what jus= t yet. -- Tim