What does BSOD 0xBA (SESSION_HAS_VALID_VIEWS_ON_EXIT) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_FLAG_NUMBERWin32 errorWindows
Previous Next
CHIPSET_DETECTED_ERROR NETWORK_BOOT_INITIALIZATION_FAILED

SESSION_HAS_VALID_VIEWS_ON_EXIT

The SESSION_HAS_VALID_VIEWS_ON_EXIT bug check has a value of 0x000000BA. This indicates that a session driver still had mapped views when the session unloaded.

SESSION_HAS_VALID_VIEWS_ON_EXIT Parameters

Parameter Description

1

The session ID

2

The number of mapped views that are leaking

3

The address of this session's mapped views table

4

The size of this session's mapped views table

Cause

This error is caused by a session driver not unmapping its mapped views prior to a session unload. For SESSION_HAS_VALID_VIEWS_ON_EXIT, this indicates a bug in win32k.sys, atmfd.dll, rdpdd.dll, or a video driver.

References


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