【无标题】蓝屏事件 139

复制代码
KERNEL_SECURITY_CHECK_FAILURE (139)
A kernel component has corrupted a critical data structure.  The corruption
could potentially allow a malicious user to gain control of this machine.
Arguments:
Arg1: 0000000000000004, The thread's stack pointer was outside the legal stack
	extents for the thread.
Arg2: fffff80227a744f0, Address of the trap frame for the exception that caused the BugCheck
Arg3: fffff80227a74448, Address of the exception record for the exception that caused the BugCheck
Arg4: 0000000000000000, Reserved
复制代码
rax=ffff87884e4f6000 rbx=0000000000000000 rcx=0000000000000004
rdx=ffff87884e4fc000 rsi=0000000000000000 rdi=0000000000000000
rip=fffff8022ac4f1df rsp=fffff80227a74680 rbp=fffff80227a746f0
 r8=ffff87884e4fc000  r9=fffff80227a74701 r10=ffffbd0b27ac7040
r11=ffffbd0b26d1df18 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
复制代码
FAULTING_SOURCE_CODE:  
    36:     push rdx
    37:     push rcx
    38:     push rax	
    39:      sub     rsp ,60h
>   40:     movdqa  xmmword ptr [rsp], xmm0
    41:     movdqa  xmmword ptr [rsp+10h], xmm1
    42:     movdqa  xmmword ptr [rsp+20h], xmm2
    43:     movdqa  xmmword ptr [rsp+30h], xmm3
    44:     movdqa  xmmword ptr [rsp+40h], xmm4
    45:     movdqa  xmmword ptr [rsp+50h], xmm5

movdqa导致的蓝屏 堆栈没有对齐

相关推荐
VIP_CQCRE16 分钟前
Visual Studio 也能接入 AI 编程:用 Ace Data Cloud 快速配置 LMLocal
openai·ai编程·visual studio·ace data cloud
小此方1 小时前
告别云服务器连接困扰——Windows下利用VirtualBox安装配置Ubuntu虚拟机详细教程
服务器·windows·ubuntu
yanlaifan2 小时前
C语言标准版本简单介绍
c语言
AI推荐率9 小时前
想让AI在选购问题中推荐品牌,应该找什么类型的服务商?
大数据·人工智能·microsoft
wuyk55511 小时前
从零吃透 MQTT 通信|第 8 章 FreeRTOS 多任务架构下 MQTT 工程架构,任务拆分、队列解耦、临界区保护
c语言·开发语言·stm32·学习·架构
xx~t12 小时前
嵌入式——51单片机1
linux·c语言·单片机·嵌入式硬件·51单片机
Navigator_Z13 小时前
LeetCode //C - 1240. Tiling a Rectangle with the Fewest Squares
c语言·算法·leetcode
码行山野赴时序归途14 小时前
C语言预处理指令:编译前的“幕后导演“
c语言·开发语言
2401_8582861116 小时前
130.【C语言】可变参数宏
c语言·开发语言
an869500117 小时前
unity如何在visual studio中打断点debug
unity·游戏引擎·visual studio