Skip to content

Commit 21ca018

Browse files
Merge pull request #34546 from dimitri-furman/dfurman/ctp21-avx
Add a known issue for missing AVX in CTP 2.1
2 parents 86a020d + e69a99e commit 21ca018

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/sql-server/sql-server-2025-release-notes.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Find information about SQL Server 2025 (17.x) limitations, known is
44
author: MikeRayMSFT
55
ms.author: mikeray
66
ms.reviewer: randolphwest
7-
ms.date: 06/19/2025
7+
ms.date: 06/26/2025
88
ms.service: sql
99
ms.subservice: release-landing
1010
ms.topic: release-notes
@@ -27,13 +27,13 @@ For hardware and software requirements, see [Hardware and software requirements
2727

2828
## Known issues
2929

30-
### SQL Server on Windows fails to start after installation
30+
### SQL Server on Windows fails to start on machines with more than 64 logical cores per NUMA node
3131

3232
**Issue**: SQL Server instances on Windows might fail to start after the installation if the machine has more than 64 logical cores per NUMA node.
3333

3434
For more information, see [Limit number of logical cores per NUMA node to 64](compute-capacity-limits-by-edition-of-sql-server.md#limit-number-of-logical-cores-per-numa-node-to-64).
3535

36-
### SQL Server on Linux fails to start after installation
36+
### SQL Server on Linux fails to start on machines with hybrid CPU architecture
3737

3838
**Issue**: SQL Server instances on Linux might fail to start if the machine uses an Intel 12th Gen or later hybrid architecture CPU, and the host operating system is Linux.
3939

@@ -45,6 +45,14 @@ Reason: 0x00000004 Message: ASSERT: Expression=(result * DrtlGetProcessorCoreCou
4545

4646
If you want to use a Linux host operating system, you can work around the issue by disabling efficiency cores (E-cores) in your BIOS. If you use containers, or a hypervisor like Hyper-V on Windows (including WSL), you aren't affected.
4747

48+
### SQL Server fails to start if AVX2 CPU instructions aren't available
49+
50+
**Issue**: In CTP 2.1 (version 2025.170.800.3), SQL Server doesn't start if AVX2 CPU instructions aren't available on the machine.
51+
52+
In the Windows application event log, you see an **Error** event referencing exception code `0xc000001d` and a faulting module path that includes `sqllang.dll`.
53+
54+
To work around this issue, enable AVX2 CPU instructions on the machine. AVX instructions might be disabled in the machine BIOS or UEFI, or disabled in the hypervisor configuration. If SQL Server setup failed because of this issue, uninstall and reinstall SQL Server once AVX2 instructions are enabled.
55+
4856
### Upgrade in place
4957

5058
[!INCLUDE [sssql25-md](../includes/sssql25-md.md)] doesn't support in place upgrades from previous versions of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], including SQL Server 2025 CTP releases.

0 commit comments

Comments
 (0)