Site icon EfmSoft

What does NTSTATUS 0xC000071A (STATUS_PORT_ALREADY_HAS_COMPLETION_LIST) mean?

 
Previous Next
STATUS_CONTEXT_MISMATCH STATUS_CALLBACK_RETURNED_THREAD_PRIORITY

STATUS_PORT_ALREADY_HAS_COMPLETION_LIST

The ALPC completion-list association is already established

A completion list is a port-level delivery resource, not a per-message option. Registration allocates shared bookkeeping and binds its lifetime to the port configuration. A second registration usually indicates duplicate initialization, competing owners, or an attempted resize performed without first dismantling the existing association.

Do not overwrite the first list pointer or free its storage while callbacks can still publish entries. Initialization and teardown must be serialized with message producers and consumers, especially when a service restarts only part of its communication subsystem.

What to inspect

References


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

Exit mobile version