errorlib: gracefully skip failing repr()
- When performing the frame analysis of a traceback if repr() is called on a variable that is not fully initialized (e.g. because the exception was raised in the very body of the init call of the same variable) gracefully skip the representation of this variable.
- Do not double repr()-esent variables in frame analysis.