From nobody Mon Aug 05 17:28:25 2024 X-Original-To: java@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Wd3Ld6kzqz5SPKN for ; Mon, 05 Aug 2024 17:28:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Wd3Ld4hQNz4m8f for ; Mon, 5 Aug 2024 17:28:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1722878905; a=rsa-sha256; cv=none; b=ADpxRX5uyeYnJkdAtMN5iFwM8ucQ2ZMMPzmaLNlCvz5NKFRyTWvXp9KAd7a8LOkJXKyFBP J8P+GhVQK7ifSPpqEfqj0TVvUF2vz1/y1kuIPVuKZZnJEBPHWDNFbbhwt7iYh+Pq8wP4W3 apqUgpzGrnWF3Yk3UjISgaUQ8OQeI8Pa/9FTear/H4eM+f/BUO62h1cs6uVCJwr4wZOUWF zFwwejBc5tSbL5Q66pXeQJ3LdvyeumCUoPQ+f9w+OTi29Za60upRvPrubH5nR48uOnds5n kqRbt6NIVRvbn/isR0PRE5jq59T77p0h7msBvtGuDT7HB6b26+k4VLfPQ+QGUQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1722878905; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cLRuDrOOX6YwSKBBuq3ydY38XaYcc18Aa7dznnSHY3k=; b=mPryV/fWO8b2p0+N0Atb/JSlv6jfaBjHuJXRnWCvOUMGlwtPiuLJoCo/Hs131pTLhO0kfn 7QW3nvONMhXiRIy/ED2+//OYecWqZqpV8BvSZ5gevK6FvJZAyP5b2e7gFK2am8ckBhGQYE zfkNQX9/+98cKhw7YdA36WGiGlShzC+hurZ6jwTP51FhoHlrZJjsjjb87/WDfvif26xAF9 nQfoXIB5Z1aj9GL/hbMULqaVB+IyHG0pL2Clcq9vkSjRALf1iLz1nOq+UqKncIxx2gmVO5 EkDY4L/LVMpaG6Oft8fYWPPjpMlmjkzEP0wPbr4LFr6ETs4DLh1VxnL8Qph6ow== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Wd3Ld4JKQzXx6 for ; Mon, 5 Aug 2024 17:28:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 475HSPCn072503 for ; Mon, 5 Aug 2024 17:28:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 475HSPu8072501 for java@FreeBSD.org; Mon, 5 Aug 2024 17:28:25 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 274964] java/openjdk21 Dual-stack IPv4/IPv6 applications no longer work with sysctl net.inet6.ip6.v6only=1 Date: Mon, 05 Aug 2024 17:28:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: djn@araxis.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Porting Java to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-java List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-java@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274964 --- Comment #7 from Daniel Neades --- (In reply to antonfb from comment #6) Thank you for the additional information. We are seeing this bug on FreeBSD 13.x (originally reported against FreeBSD 13.2-RELEASE-p3), and only with OpenJDK 21 (not with OpenJDK 17). --=20 You are receiving this mail because: You are the assignee for the bug.=