Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wVVFR-0020bf-0t for pgsql-bugs@arkaria.postgresql.org; Fri, 05 Jun 2026 14:10:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wVVFO-00CoV7-2x for pgsql-bugs@arkaria.postgresql.org; Fri, 05 Jun 2026 14:10:06 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wVVFO-00CoUz-2A for pgsql-bugs@lists.postgresql.org; Fri, 05 Jun 2026 14:10:06 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wVVFN-00000001FQl-0Awg for pgsql-bugs@lists.postgresql.org; Fri, 05 Jun 2026 14:10:05 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2026010100; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description; bh=ofeyCzcWPG4uJoL5V++n38QXNbNMrf5yD0wZTRGWU+I=; b=ScxJw QDjxnum5OCGkk374e8+hWXPwNmY5Uz3AueN2wJ+oG4Wx7sZ6bsRWWeBwHnfT0qu2vBblYnmcnT2fy 0f+L3EylpjuV+ozOFL18/VPiwLNUIxk8lCYkrgMishxLOWvhHCZyreGnEcT70OICvFoF+qcpK3ZP1 L8/nVelKOaVVdby4PHoFEBHBV/ns0MBsQWdGOGKhwmP0ozAXZQIj64Omh+z10IwqIHDTOAZR28Z53 D1PVnoisacfoUxE9wyzEMVB3xSeSNN8IN+IjuFEzf8yhH3yxC0QyQqWfvjRmuc3NYGvc0+c8xLzzI hTDYTsGr7Rnmz9IlhIRyiJaADP0Lw==; Received: from bruce by momjian.us with local (Exim 4.98.2) (envelope-from ) id 1wVVFJ-0000000BWrV-3vy5; Fri, 05 Jun 2026 10:10:01 -0400 Date: Fri, 5 Jun 2026 10:10:01 -0400 From: Bruce Momjian To: kspark@nepes.co.kr, pgsql-bugs@lists.postgresql.org Subject: Re: BUG #19512: PG 17.10: SIGSEGV in build_minmax_path (planner) and hash_bytes (HashAgg executor) Message-ID: References: <19512-507749042aab33c7@postgresql.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19512-507749042aab33c7@postgresql.org> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, Jun 5, 2026 at 01:49:46AM +0000, PG Bug reporting form wrote: > The following bug has been logged on the website: > > Bug reference: 19512 > Logged by: Kay > Email address: kspark@nepes.co.kr > PostgreSQL version: 17.10 > Operating system: Ubuntu 24.04 LTS, kernel 6.8.0-110-generic, x86_64 > Description: > > PostgreSQL 17.10 (pgdg, Ubuntu 24.04) crashes with SIGSEGV in two > unrelated code paths when planning / executing aggregate queries > against a busy TimescaleDB hypertable. Both stacks are entirely > inside core PG (the TimescaleDB planner hook is on the stack but > the crash address is below it in PG core, not inside the extension's > .so). Five cluster-wide cascade restarts in 2 hours today, plus 5 > distinct events over the preceding 72 hours. The only thing I can add is that it is possible for an extension like TimescaleDB to cause a crash in the Postgres sections of the code. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Do not let urgent matters crowd out time for investment in the future.