Sample list of core dumps with command: get core dumps |
> get core dumps |
/var/log/syslogSample logs from /var/log/syslog |
datapathd 2507612 intel-rte tname="dp-ipc56" [FATAL] PANIC in dpdk_panic(): |
/var/log/syslogSample logs from /var/log/syslog |
NSX FIREWALL [nsx@6876 comp="nsx-edge" subcomp="datapathd" s2comp="firewalldp" tname="dp-ipc56" level="INFO"] pf_state_list_op_error:error in op:REMOVE for state:0x############ id:0000000000000000 state_list:(nil) target_list:(nil) core_id:6 local_flags:1 state_flags:65667 timeout:22 ref_flags:0 kif:0x############ refcount:0 lookup_cnt:0 rule_id:0 sync_flags: 1025 lb_flags: 0 |
Sample logs from /var/log/nvapi/api_server.log |
| napi.root.node.edge_utils ERROR edge-appctl failed for service dataplane: out:, err:2026-03-13T14:35:11Z edge-appctl 77699 jsonrpc [WARN] unix:/var/run/vmware/edge/dpd.ctl: receive error: Connection reset by peer /var/run/vmware/edge/dpd.ctl: transaction error (Connection reset by peer) napi.root.node.utils ERROR Cannot find socket file: /var/run/vmware/edge/dpd.ctl napi.root.node.edge_utils ERROR edge-appctl failed for service dataplane: out:, err:2026-03-12T14:32:37Z edge-appctl 3356100 u nixctl [WARN] failed to connect to /var/run/vmware/edge/dpd.ctl |
Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.
VMware NSX
The root cause is a race condition between the state-table shutdown (during service router deletion) and the internal purge mechanism.
A stale cursor continues to point to unlinked states, leading to a double-decrement of NAT rule counters. This results in a memory counter underflow (pf_state_list_op_error), which triggers the PF_VERIFY assertion failure and forces the nsx-dataplane service to crash to prevent further corruption.
This is a known issue impacting VMware NSX.
Workaround:
The datapath service will automatically attempt to restart after the core dump is generated, restoring the communication.
If the NSX Edge node or Bare Metal remains in an inconsistent state or the nsx-dataplane fails to initialize, reboot it.