Reluctant destabilization takes the abstract value of the entry point of a changed function from the previous run to re-evaluate the changed function. With the precision refinement the new (increased) precision is projected at the entry edges. With reluctant destabilization this entry edge to a changed function will however never be reevaluated if there are no actual code changes in the changed function that affect the abstract value at its return point. This results in the fixpoint not being reached at the entry state of the changed function.
As a test case for this issue one can refer to incremental/01-force-reanalyze/00-int with additionally activated reluctant destabilization.