Nice, it works and won't crash anymore. Thanks!
For the further readers who has same problem and couldn't apply this patch temporarily,
below is my workaround before this patch:
loadmodule "htable.so"
event_route[htable:mod-init] {
$shv(MYIP) = $sel(cfg_get.self.MYIP);
}
—
Reply to this email directly or view it on GitHub.