HomieBootMode _nextHomieBootMode = Interface::get().getConfig().getHomieBootModeOnNextBoot();
getConfig return nullptr so next call to getHomieBootModeOnNextBoot() pagefaults.
I am compiling with Sloeber, anyways I am using the Example code or Homie.
I am assuming the is a problem with unitialized valiables which can work on some IDE and other not.
I am using develop branch of Homie.
I will try a tagged branch to see if problem is gone.
Anyways I though I report this.