MODM-040 — Inconsistent file descriptor and netio structure
The proxy accesses network socket file descriptors using a Kernun mechanism called netio. The proxy module manager chooses file descriptors for processing using select(). Descriptors and netios must be registered for select() first. If a descriptor is being registered together with a netio structure and the descriptor number does not match the descriptor stored in the netio, this error is logged and the process is terminated.
Internal error.