From owner-svn-ports-head@freebsd.org Fri Jan 5 18:58:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8BB6EB9F8E; Fri, 5 Jan 2018 18:58:23 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A62AD782FC; Fri, 5 Jan 2018 18:58:23 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w05IwMpc030601; Fri, 5 Jan 2018 18:58:22 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w05IwMVK030600; Fri, 5 Jan 2018 18:58:22 GMT (envelope-from vd@FreeBSD.org) Message-Id: <201801051858.w05IwMVK030600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Fri, 5 Jan 2018 18:58:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458162 - head/net-p2p/monero-cli X-SVN-Group: ports-head X-SVN-Commit-Author: vd X-SVN-Commit-Paths: head/net-p2p/monero-cli X-SVN-Commit-Revision: 458162 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2018 18:58:23 -0000 Author: vd Date: Fri Jan 5 18:58:22 2018 New Revision: 458162 URL: https://svnweb.freebsd.org/changeset/ports/458162 Log: Add a message to make users aware of potential crashes due to a boost bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224599 Added: head/net-p2p/monero-cli/pkg-message (contents, props changed) Added: head/net-p2p/monero-cli/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/monero-cli/pkg-message Fri Jan 5 18:58:22 2018 (r458162) @@ -0,0 +1,5 @@ +If you observe segfaults during program exit, this is likely due to a +bug in the boost libraries. It does not affect Monero behavior and is +triggered by your malloc.conf(3) config. +See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224599 for more +details.