Site icon EfmSoft

What is 340 (0x00000154) bug check

 

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 UNEXPECTED_STORE_EXCEPTION bug check has a value of 0x00000154. This indicates that the kernel memory store component caught an unexpected exception.

Important

This topic is for programmers. If you are a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

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 (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.

Exit mobile version