Hardware: HP Laptop 15-fd1xxx (new, purchased recently)
CPU: 1 socket, 9 cores, 18 logical processors
RAM: 24 GB
OS: Windows 10 Home, Build 26200 (stable channel, not Insider)
Issue:
SQL Server fails to start on every attempt, both with SQL Server 2019 (RTM 15.0.2000.5)
and SQL Server 2022 (RTM 16.0.1000.6). The crash is 100% reproducible and occurs
at the exact same point every time: right after buffer pool allocation and
soft-NUMA activation, during master database startup.
SQL Server 2019 first attempt threw:
- Exception code: 0xc0000005 (access violation) in ntdll.dll
Subsequent attempts (both 2019 and 2022) consistently throw:
- EXCEPTION_STACK_OVERFLOW (0xc00000fd)
- Stack Signature: 0xBDDB9855 (identical across every crash)
Troubleshooting already performed, no effect on the crash:
- Disabled Memory Integrity / HVCI (Core Isolation)
- Disabled third-party antivirus (McAfee) real-time protection
- Windows memory diagnostic: passed, no errors
- Windows fully updated (including July 2026 cumulative update)
- BIOS updated to latest version via HP Support Assistant
- Not on Windows Insider channel
- Disabled Virtualization Technology in BIOS (confirmed via ERRORLOG, "(Hypervisor)" tag no longer present) — crash still identical
- No accessible P-core/E-core control in this BIOS to test further
ERRORLOG excerpt (SQL Server 2022):
[Server] Automatic soft-NUMA was enabled because SQL Server has detected
hardware NUMA nodes with greater than 8 physical cores.
[spid] Starting up database 'master'.
[spid] Stack Overflow Dump not possible - Exception c00000fd
EXCEPTION_STACK_OVERFLOW
[spid] Stack Signature for the dump is 0x00000000BDDB9855
Question: has anyone seen this specific stack signature or a similar
crash pattern on hybrid-core CPUs? Is there a known compatibility issue
between SQL Server RTM builds and this CPU/NUMA configuration, and if so,
is there a fix or workaround (e.g. specific CU, trace flag, or startup
parameter) short of running SQL Server inside a VM?
(Question written thanks to Claude, I'm not that an expert)