gpt4 book ai didi

debugging - 了解电围栏和gdb的输出

转载 作者:行者123 更新时间:2023-12-04 05:21:26 26 4
gpt4 key购买 nike

调试以segfault终止的程序时,电子围栏与gdb一起返回以下内容:
"ElectricFence Exiting: mprotect() failed: Cannot allocate memory
[Thread 0xb0bd4b70 (LWP 5363) exited]
Program exited with code 0377.

我实际上认为电围栏会更有帮助。这是什么意思?我该如何解释这些信息?我似乎没有剩下的任何堆栈,或者至少bt将不会返回任何内容。

任何建议将不胜感激。

谢谢!

最佳答案

您可能已用完内存映射区域。使用调试分配器时,默认值较低。可以在运行时通过以下方式进行调整

echo 128000 > /proc/sys/vm/max_map_count

或通过将以下行添加到/etc/sysctl.conf并重新启动:
vm.max_map_count = 128000

max_map_count编号默认为65530,如有必要,可以增加到MAX_INT。

有关更多信息,请参见:
  • max_map_count
  • Side effects when increasing vm.max_map_count
  • 关于debugging - 了解电围栏和gdb的输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4189190/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com