qemu gdb lx-symbols Python Exception <class ‘gdb.MemoryError‘> Cannot access memory at address 0xfff
在/etc/default/grub
里的GRUB_CMDLINE_LINUX
里加上nokaslr
,然后更新一下grub.cfg
:
centos上用
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
debian系好像是
sudo update-grub
然后重启一下就好了。
参考文献:https://blog.csdn.net/lonely_geek/article/details/89215513