Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oy1Wl-0004B8-ED for pgsql-hackers@arkaria.postgresql.org; Thu, 24 Nov 2022 01:59:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oy1Wj-0004gv-HV for pgsql-hackers@arkaria.postgresql.org; Thu, 24 Nov 2022 01:59:45 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oy1Wj-0004gm-8M for pgsql-hackers@lists.postgresql.org; Thu, 24 Nov 2022 01:59:45 +0000 Received: from mail-vs1-xe2b.google.com ([2607:f8b0:4864:20::e2b]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1oy1Wh-0005Ue-4T for pgsql-hackers@postgresql.org; Thu, 24 Nov 2022 01:59:44 +0000 Received: by mail-vs1-xe2b.google.com with SMTP id p4so273079vsa.11 for ; Wed, 23 Nov 2022 17:59:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=V/5U+rZQnuDpNPm5TgRaB+vndG9ShVN8m4/suk7bNBQ=; b=q532hfyvUhtyqKQXJNVGNsYhjlE/D65e9nZpvsYcLoSoV67og+d4EhUKEIxH4kDO54 wTlKH3oGGNi+QOQrxo+D2QKGd2F2MOqSQnO9SFFsH1cA0C3+2aG19pB/3VjsNI72U8f3 GwRUSgHArXLNmaNYoqlMIwuXv13V6Ayp+Nf2JnqWki/jd/jlhI4jAOnk29D0Ib6VwlC1 EIKbLqcd/ObLtCFpEp4n6SwcEK0H9jLsuxG4/GoJkCpyXZSrSHnIN0B74Ig5klfMw1fL 6z8GNLsU0Fdv4mnb7c7Qx1qAGZ9gtpdxuB7XST65cC2W70GyYUGLao34Y1SNrntY1O7q WOvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=V/5U+rZQnuDpNPm5TgRaB+vndG9ShVN8m4/suk7bNBQ=; b=cwaRRvzLGSsRHzXzaW5Bi4CY3P2XM++rtdx2f0eNu8rFQLEjXWl4rTXsE17W/fk4vf F3dvxMhEKGESOM/kEz3tYVNhr5WtX4VDwhyT8PogerHPXyAIw37Lu59KWUUUiEM+w5SD A4wFjmhYnhPO/JgVdYY1Tll7rLzPehP8rv0Isb0jY2rY8nmz87rVhEM8XcZwIhaUMJjF hf5fezvWfXd/102tNXWg6qeca6QWQ9mrhXRhlzW/xPBmNFXrRarcwhBWvNYuJENuBSxf NwBjiVrUnLQow819RaTQ8OJ+M4kGj8eqbAf1NDOlSZ2WjpUuZKgzUMDPcL9cAWSezMjm xSgQ== X-Gm-Message-State: ANoB5pkpJN8yPHeIoaML3wpIA17kIMLKWlHc+6/UNN4X9KjPjCBOETa3 p/t6Dlso2xqj/LHJX9Ej8hCqMqRMJyr6u5HG4p4= X-Google-Smtp-Source: AA0mqf6RARnPF6Va2Bb9UK4v/5k6Wq8O2LamkGxDVz7BBVD4xlgCp5FpYPedQobbpbwdzP+r7IcUs0GVlp0LNPMOqvE= X-Received: by 2002:a05:6102:114b:b0:3b0:5300:a99b with SMTP id j11-20020a056102114b00b003b05300a99bmr8730753vsg.23.1669255181268; Wed, 23 Nov 2022 17:59:41 -0800 (PST) MIME-Version: 1.0 References: <20221123014224.xisi44byq3cf5psi@awork3.anarazel.de> <3748783.1669241103@sss.pgh.pa.us> In-Reply-To: From: Thomas Munro Date: Thu, 24 Nov 2022 14:59:04 +1300 Message-ID: Subject: Re: odd buildfarm failure - "pg_ctl: control file appears to be corrupt" To: Tom Lane Cc: Andres Freund , pgsql-hackers@postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Nov 24, 2022 at 2:02 PM Thomas Munro wrote: > ... and you'll soon see: > > ERROR: calculated CRC checksum does not match value stored in file I forgot to mention: this reproducer only seems to work if fsync = off. I don't know why, but I recall that was true also for bug #17064.