Closed dignifiedquire closed 1 year ago
I could not find the root cause as well. Anyway, thanks for the report and pull request.
Managed to get at least a report, this was in a long running process, and the mac was asleep, and when I woke it up I saw these messages.
unexpected RTM_VERSION: 0 in rt_msghdr { rtm_msglen: 0, rtm_version: 0, rtm_type: 0, rtm_index: 0, rtm_flags: 0, rtm_addrs: 0, rtm_pid: 0, rtm_seq: 0, rtm_errno: 0, rtm_use: 0, rtm_inits: 0, rtm_rmx: rt_metrics { rmx_locks: 0, rmx_mtu: 0, rmx_hopcount: 0, rmx_expire: 0, rmx_recvpipe: 0, rmx_sendpipe: 0, rmx_ssthresh: 0, rmx_rtt: 0, rmx_rttvar: 0, rmx_pksent: 0, rmx_state: 0, rmx_filler: [0, 0, 0] } }
unexpected RTM_VERSION: 0 in rt_msghdr { rtm_msglen: 0, rtm_version: 0, rtm_type: 0, rtm_index: 0, rtm_flags: 0, rtm_addrs: 0, rtm_pid: 0, rtm_seq: 0, rtm_errno: 0, rtm_use: 0, rtm_inits: 0, rtm_rmx: rt_metrics { rmx_locks: 0, rmx_mtu: 0, rmx_hopcount: 0, rmx_expire: 0, rmx_recvpipe: 0, rmx_sendpipe: 0, rmx_ssthresh: 0, rmx_rtt: 0, rmx_rttvar: 0, rmx_pksent: 0, rmx_state: 0, rmx_filler: [0, 0, 0] } }
Encountered this recently, unclear what exactly is going wrong, but sth doesn't seem to always work out.
First reported in https://github.com/n0-computer/iroh/issues/1442