惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
博客园 - 叶小钗
A
About on SuperTechFans
Last Week in AI
Last Week in AI
量子位
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MongoDB | Blog
MongoDB | Blog
T
The Blog of Author Tim Ferriss
Vercel News
Vercel News
博客园 - 司徒正美
博客园 - Franky
博客园 - 【当耐特】
月光博客
月光博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
J
Java Code Geeks

Proxmox Support Forum

[SOLVED] - Github Auth for Mirrors-Kernel Repo? [Automation] Mass migration tool for MS Win11/Server Proxmox GUI hang - not response is it possible to reject or quarantine spam based on conditions I set ? The PVENode task list in PVE9 is partially obscured due to the terminal font being too large. About 100% error reporting due to pveproxy.service hooks Kubernetes overlay networking breaks when upgrading from PVE 9.1 to PVE 9.2.3 Zentraler Speicher No space left on device Combine datastore and direct file archival to tape Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird. How to migrate disk of a VM from one ZFS to another Windows Server 2025 fails to boot after PVE 9.2 / Linux 7.0 Kernel upgrade Cannot Install Proxmox on T610 Poweredge with H700 PERC card sdn Config. gateway not reachable How to safely change domain/FQDN? Welche Filterquote erreicht ihr? NFS Share status unknown on 2 of 5 nodes Can't connect to PVE9 consoles [solved] Can't connect to PVE9 consoles [solved] [SOLVED] - Use secondary network for PVE commands Created cluster, one node storage gone BUG: proxmox mail gateway FROM = null bypass spam filtering Moving existing PBS from VMWare workstation to PVE cluster Does eBGP SDN fabric support external peering? Bug: PDM 1.1 not recognizing valid license status Proxmox GUI hang - not response PVE crashes unexpectedly Proxmox Backup Server 4.2 released! Advice
VMs freeze (kvm ~1100% CPU, split_lock_detect traps) on k...
invalid@exam · 2026-06-16 · via Proxmox Support Forum

Hi all,

After the kernel moved from the 7.0.2 base to 7.0.6-2-pve, my Windows VMs
intermittently freeze and only a hard reset recovers them. The 7.0.2 base
(the PVE 9.2 default) has been stable. I am currently pinned back to
7.0.2-7-pve and observing.

Symptoms
- A VM becomes completely unresponsive: RDP disconnects, the noVNC console
shows only a black screen, and the qemu-guest-agent guest-ping times out.
- On the host, the kvm process for the affected VM is pegged at ~1100% CPU
(compute-bound, not I/O wait). Host RAM is healthy (plenty free, swap unused).
- dmesg is full of "x86/split lock detection: #AC ... took a split_lock trap"
messages — some at user-space addresses (0x7ff7...), some in the guest
kernel (0xfffff80...).
- It has happened on two VMs with very different configs (one q35 + OVMF,
the other i440fx + SeaBIOS), so it doesn't look VM-config specific. One of
them was only running a web browser when it froze.
- Only `qm reset` / `qm stop` recovers it.

Host
- CPU: Intel Core i9-14900K (single socket)
- RAM: 64 GB, non-ECC
- Motherboard: ASRock Rack Z690D4U, BIOS 21.12 (2025-11-28)
- Storage: NVMe + SATA SSD
- intel-microcode: 3.20251111.1~deb13u1 (recent — so this is not stale microcode)
- PVE: proxmox-ve 9.2.0, pve-manager 9.2.3, pve-qemu-kvm 11.0.0-4
- Affected kernel: 7.0.6-2-pve | Stable kernel: 7.0.2-7-pve (also 7.0.2-6)

What I've tried
- `sysctl kernel.split_lock_mitigate=0`: does NOT rescue a VM that is already
hung; testing whether it prevents recurrence.
- Pinned 7.0.2-7-pve via `proxmox-boot-tool kernel pin` and rebooted; so far
observing for stability.

This looks very similar to another report here:

I just reinstalled Proxmox VE (9.2-1) on my Homeserver (Asus Rog Strix Z690-E Mainboard with Intel Core I9-14900K) because the server freezes while booting at different points. After fresh installation with "proxmox-kernel-7.0.2-6-pve-signed" reboot works. After updating to "proxmox-kernel-7.0.6-2-pve-signed", the server freezes again during boot process. Is there a compatibility issue with mainboard or cpu? I tried to find logs with specific errors, but nothing usefull. Memtest and cpu tests without errors, latest bios version installed. I now changed grub to boot "7.0.2-6". Thanks for help.

Questions
- Is this a known regression in the 7.0.6 base on Intel Raptor Lake (13th/14th
gen) hosts?
- Did split_lock_detect / bus-lock handling change between the 7.0.2 and 7.0.6
bases?
- Any recommended fix beyond pinning 7.0.2 / split_lock_mitigate=0, or is a fix
expected in a newer 7.0.x kernel?

Full `pveversion -v`, dmesg, and `qm config` available on request.

Thanks!