valgrind: mmap(0x600000, 8192) failed in UME with error 12 (Cannot allocate memory)

随声附和 提交于 2019-12-01 19:50:39

The error which you have encountered is actually a kernel bug, which was fixed in the subsequent versions. More details here:
https://bugzilla.redhat.com/show_bug.cgi?id=1301093

To overcome the error, I would suggest you to update the kernel.
Note: I am myself using running Ubuntu 14.04 on kernel version 3.16.0-67 and it runs without any hassles.

Edit: As pointed out by the OP in comments, the bug has been fixed in kernel version 4.5.2.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!