1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

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
This commit is contained in:
Vasil Dimov 2018-01-05 18:58:22 +00:00
parent bc22680e6d
commit 5664c73be5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458162

View File

@ -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.