Juliusz Chroboczek
unread,Feb 9, 2020, 1:48:29 PM2/9/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
The first time I ran go-1.14rc1 on a stock Debian system, I got:
runtime: mlock of signal stack failed: 12
runtime: increase the mlock limit (ulimit -l) or
runtime: update your kernel to 5.3.15+, 5.4.2+, or 5.5+
fatal error: mlock failed
ulimit -l is at 64, which is also the hard limit.
After opening a new shell, I can no longer reproduce the issue --
everything appears to be working fine. Still, I find this heisenbug
somewhat disturbing.
-- Juliusz