Consider the equation $A.\vec{x} = \vec{b}$, where $A$ is a square singular matrix, which has (potentially degenerate) complex eigenvalues, and a single zero eigenvalue. There is no unique solution to this equation as the inverse of $A$ does not exist.
However, since the set of singular matrices is infinitely thin I can invert $\left[i\epsilon I -A\right]^{-1}$ for small $\epsilon$ and the identity matrix $I$.
My question is this: is the solution to the equation $\left[i\epsilon I -A\right].\vec{x} = \vec{b}$ $\epsilon$-close to solution of $A.\vec{x}=\vec{b}$?
The answer is in general negative. The system $A x = b$ may even have no solutions. You may want to check inequalities regarding error propagation in the solution of linear systems that include the notion of "condition number".