Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Native memory leak in 9.4.x fixed in 9.4.26
  • From: "Cantor, Scott" <cantor.2@xxxxxxx>
  • Date: Wed, 26 Feb 2020 00:38:21 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=4jTQG0vM8DkZaeNxX+69FUaO+lE2Bu140QDDOQAkUe8=; b=bZR+/2ePU7UOUTR7OJPfeHYDmdSu/jeA2s4OJAQK6nom0WdDvh/kenuCuGrpO7q9GFXpmEj3Bp+9j5R4wVaivJcC9+A2gjQfvA8Mkkvw2VpDPOcV14fyTFWKTw81tB82w0gUPMBRy1ZqaNxEcA5V8fbQSyctg3Ous3Q/+ZS7reZwDIxCEy1xTDPWavhBE6mxl9kX6ezWAxGG1frkbw/FDTGNhC7zb85TIjCcOcoLMn+9lV/J7kNxsT4VZvkC9b552D8RIHsstxXUOqmanhjRAlMbwGM7dYiCokYG7yECGdlYIi2z+NnGH/a8QrK5t9IFl7kK7z4SnsaJgprTHgnZBQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=G8FBtY6y1riUaU7BE/7D/eCBLnJpyjqqLbMSoiklsxbprxpV1b9NYl/FE/SSJli94ysLMgE+4HAMmUel4CurDYz4eHtSwk9wAASTgEczHMc+Zi4F8JidlHnKOB9WRcp8N8EOdUoLc7qjNQ85rt9d0MIqgxG1F34Y8Z45SPQM6J6ie7Vl5XzAoMqo02p3Yd/3evk2G7bQOyAKaVGzKOuL0ab9jVFuoWZvaYK6D2ceB5Lex1V8CU/ORHVke2luyDqp7DPNYmQvdB8ClgOuNHqDHdTaiKlse5Q09r1WASYhGKk9VuZAw2eGQwUwyi91WnDsvbMNIQ/1mqhmTixj5dlViQ==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdXsCbKyMzRaEOx5TvO7O/Q8y+uHuQAGry+AAAYUXEA=
  • Thread-topic: [jetty-users] Native memory leak in 9.4.x fixed in 9.4.26

> thanks for this heads up.  26 did include a fix for a TLS timeout issue in
> https://github.com/eclipse/jetty.project/pull/4446

Yes, that's really one of only two obviously implicated commits I saw in the diff. I don't have the insight to gauge whether either of them could have plugged a leak, but it was significant enough to be worth noting.

The other possibility of course was CentOS glibc issues, but that seemed likely to have been noticed independently of Jetty. Notably I had not patched Java itself in the intervening span.

-- Scott


Back to the top