What does BSOD 340 (UNEXPECTED_STORE_EXCEPTION) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_KERNEL_INFO_VERSIONWin32 errorWindows
Previous Next
KERNEL_LOCK_ENTRY_LEAKED_ON_THREAD_TERMINATION OS_DATA_TAMPERING

UNEXPECTED_STORE_EXCEPTION

The result bug check has a value of 0x00000154. This indicates that the kernel memory store component caught an unexpected exception.

Important

UNEXPECTED_STORE_EXCEPTION Parameters

Parameter Description
1 Pointer to the store context or data manager
2 Exception information
3 Reserved
4 Reserved

Resolution

Determining the cause of this issues typically requires the use of the debugger to gather additional information. Multiple dump files should be examined to see if this stop code has similar characteristics, such as if the same code is running when the stop code appears. For more information, see Crash dump analysis using the Windows debuggers used to investigate UNEXPECTED_STORE_EXCEPTION (WinDbg), Using the !analyze Extension and !analyze.

Once information about the source code in question is available, set a breakpoint in the related code before this code is executed and single step forward through the code looking at the values of critical variables that are used to control the code flow. Carefully examine this area of your code to look for false assumptions or other mistakes.

Troubleshooting Tips

If you are not able to work with the underlying code that is causing this issue, these troubleshooting tips may be helpful.

  • Use the System File Checker tool while investigating UNEXPECTED_STORE_EXCEPTION to repair missing or corrupted system files. The System File Checker is a utility in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files. Use the following command to run the System File Checker tool (SFC.exe).

    SFC /scannow

    For more information, see Use the System File Checker tool to repair missing or corrupted system files.


Looking for a different code? Search another status or error code.