From owner-dev-commits-ports-main@freebsd.org Tue Aug 10 07:17:57 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AEC116637F5; Tue, 10 Aug 2021 07:17:57 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GkPRn4FpMz3Pdj; Tue, 10 Aug 2021 07:17:57 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from [IPv6:2a02:6d40:369e:a801:546:5b09:5dd1:8737] (unknown [IPv6:2a02:6d40:369e:a801:546:5b09:5dd1:8737]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: mfechner) by smtp.freebsd.org (Postfix) with ESMTPSA id EF52B29513; Tue, 10 Aug 2021 07:17:56 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Subject: Re: git: aa7bf2b545f6 - main - databases/mariadb105-server: Update to 10.5.12 To: Bernard Spil , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202108081850.178IoA6d045205@gitrepo.freebsd.org> From: Matthias Fechner Message-ID: Date: Tue, 10 Aug 2021 09:17:53 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <202108081850.178IoA6d045205@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2021 07:17:57 -0000 Dear Bernard, Am 08.08.2021 um 20:50 schrieb Bernard Spil: > databases/mariadb105-server: Update to 10.5.12 > > * Update/fix i386 build [1] > > PR: 257047 [1] > Reported by: Raymond Quakkelaar > Security: 38a4a043-e937-11eb-9b84-d4c9ef517024 I rolled this now version now out, but one server get a direct crash on start: 2021-08-10  8:53:26 0 [Note] InnoDB: Uses event mutexes 2021-08-10  8:53:26 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2021-08-10  8:53:26 0 [Note] InnoDB: Number of pools: 1 2021-08-10  8:53:26 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2021-08-10  8:53:26 0 [Note] InnoDB: Initializing buffer pool, total size = 1073741824, chunk size = 134217728 2021-08-10  8:53:27 0 [Note] InnoDB: Completed initialization of buffer pool 2021-08-10  8:53:27 0 [ERROR] InnoDB: corrupted TRX_NO 488005401dea0a2 2021-08-10  8:53:27 0 [Note] InnoDB: Retry with innodb_force_recovery=5 2021-08-10  8:53:27 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption 2021-08-10  8:53:27 0 [Note] InnoDB: Starting shutdown... 2021-08-10  8:53:27 0 [ERROR] Plugin 'InnoDB' init function returned error. 2021-08-10  8:53:27 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2021-08-10  8:53:27 0 [Note] Plugin 'FEEDBACK' is disabled. 2021-08-10  8:53:27 0 [ERROR] Unknown/unsupported storage engine: InnoDB 2021-08-10  8:53:27 0 [ERROR] Aborting I tried it with different database backup, all the same problem. After a downgrade to 10.5.11 it was working again. This FreeBSD server is running on a virtual platform (I think it is KVM but I'm not sure). I'm not sure if this crash is related that FreeBSD runs as a virtual machine, but as all my other machines are running fine with the new version, it could be related to this. I created a PR for this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257728 Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook