Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
内核Oops中的Linux页面错误代码是否可能是错误的?_Linux_Debugging_X86_Kernel_X86 64 - Fatal编程技术网

内核Oops中的Linux页面错误代码是否可能是错误的?

内核Oops中的Linux页面错误代码是否可能是错误的?,linux,debugging,x86,kernel,x86-64,Linux,Debugging,X86,Kernel,X86 64,在linux引导过程中,我偶然发现了以下错误: [ 16.489730] modprobe: Corrupted page table at address 7fef44115000 [ 16.489820] PGD 104fbea067 PUD 84b1f9067 PMD 84b1df067 PTE 8000001050a3a025 [ 16.490120] Bad pagetable: 0009 [#1] SMP 据我所知,0009代码表示表条目的保留位已写入。然而,在他给我的

在linux引导过程中,我偶然发现了以下错误:

[   16.489730] modprobe: Corrupted page table at address 7fef44115000
[   16.489820] PGD 104fbea067 PUD 84b1f9067 PMD 84b1df067 PTE 8000001050a3a025
[   16.490120] Bad pagetable: 0009 [#1] SMP
据我所知,0009代码表示表条目的保留位已写入。然而,在他给我的页面表条目中,我看不到任何类似的内容。我本可以将其归咎于PTE条目的第63位,但我非常确定我的IA32_EFER.NXE位已打开,因此应该没有问题。那么为什么它会给出错误代码呢