【无标题】蓝屏事件 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导致的蓝屏 堆栈没有对齐

相关推荐
SystickInt1 小时前
C语言 strcpy和memcpy 异同/区别
c语言·开发语言
CS Beginner1 小时前
【C语言】windows下编译mingw版本的glew库
c语言·开发语言·windows
JAY_LIN——82 小时前
指针-数组
c语言·排序算法
进阶的猪3 小时前
STM32 使用HAL库SPI读写FLASH(W25Q128JV)数据 Q&A
c语言·stm32·单片机
charlie1145141914 小时前
现代C++嵌入式教程:C++98基础特性:从C到C++的演进(1)
c语言·开发语言·c++·笔记·学习·教程
CQ_YM7 小时前
Linux管道通信
linux·c语言·管道·ipc·管道通信
Sunsets_Red7 小时前
2025 FZYZ夏令营游记
java·c语言·c++·python·算法·c#
别来无恙blwy8 小时前
SQL Server高可用自动故障转移失败(短时间内多次转移失败,只需一步可处理)
数据库·windows·sqlserver·负载均衡·可用性测试
红豆诗人9 小时前
数据结构初阶知识--单链表
c语言·数据结构
智者知已应修善业11 小时前
【蓝桥杯龟兔赛跑】2024-2-12
c语言·c++·经验分享·笔记·算法·职场和发展·蓝桥杯