NDSolve::mrsti
NDSolveValue::mrsti
ParametricNDSolve::mrsti
ParametricNDSolveValue::mrsti
An error occurs because of the excessively small value of the MaxStepFraction option:
NDSolve[{x''[t] + x[t] == 0, x[0] == 0, x'[0] == 1}, x, {t, 0, 1}, MaxStepFraction -> 2 ^ -32]