NO_MORE_IRP_STACK_LOCATIONS
Code: 0x35 (53)
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x0035 (53)
- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x0035 (53)
Parameters
| Parameter | Description |
|---|---|
| 1 | Address of the IRP |
| 2 | Reserved |
| 3 | Reserved |
| 4 | Reserved |
Description
The NO_MORE_IRP_STACK_LOCATIONS bug check has a value of 0x00000035. This bug check occurs when the IoCallDriver packet has no more stack locations remaining.
Important
This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.
Cause
A higher-level driver has attempted to call a lower-level driver through the IoCallDriver interface, but there are no more stack locations in the packet. This will prevent the lower-level driver from accessing its parameters.
This is a disastrous situation, since the higher level driver is proceeding as if it has filled in the parameters for the lower level driver (as required). But since there is no stack location for the latter driver, the former has actually written off the end of the packet. This means that some other memory has been corrupted as well.
Article text from the Windows driver documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.
Associated Modules
| Module | Code | Found in | Description |
|---|---|---|---|
| EhStorAuthn.exe | 0x35 | 7 | Device command error |
| EventCreate.exe | 0x35 | 78.11011 | %1 |
| KernelBase.dll | 0x35 | 78.1 | The network path was not found. |
| cipher.exe | 0x35 | 78.11011 | Please type the backup PFX file name. |
| dsreg.dll | 0x35 | 1011 | Unable to retrieve the local computer's name in the specified format %1. Error: %2 |
| dssec.dll | 0x35 | 78.11011 | Check stale phantoms |
| ehepgres.dll | 0x35 | 7 | %1 |
| kernel32.dll | 0x35 | 78.11011 | The network path was not found. |
| nslookup.exe | 0x35 | 78.11011 | Server: |
| reagentc.exe | 0x35 | 8.11011 | Sets the location of the recovery image.
Note: Permissions on the recovery image file must be set so that only users
in the Administrators group can write to and modify it.
%1 /setosimage /path |
| sc.exe | 0x35 | 78.11011 | RESTART -- Delay = %1 milliseconds. |
| w32time.dll | 0x35 | 1011 | The time provider NtpClient fails sending request to server %1. |
| webservices.dll | 0x35 | 78.11011 | The operation could not be completed because the channel has been aborted. |
| wecutil.exe | 0x35 | 78.11011 | Configuration mode for the subscription is not Custom. Property %1!s! can't be set for this mode. |
| wevtutil.exe | 0x35 | 78.11011 | Failed to save bookmark to file "%1!s!". |
| win32k.sys | 0x35 | 78.1 | ButtonDkShadow |
| win32kbase.sys | 0x35 | 1011 | ButtonDkShadow |
| 17 entries | |||