my code is fairly well covered with exception handling (try..except). Some exceptions are not expected to happen and some exceptions happen fairly often, which is expected a
You could add a custom handler to madExcept which would then allow you to get a full stack trace, but also carry on.