Closed julien-duponchelle closed 9 years ago
I'm not sure about this error. But from what I read I think we catch GeneratorExit when we should not catch it.
Perhaps here: https://github.com/GNS3/gns3-server/blob/master/gns3server/modules/dynamips/__init__.py#L130
Or here: https://github.com/GNS3/gns3-server/blob/master/gns3server/modules/dynamips/__init__.py#L154
GeneratorExit directly inherits from BaseException instead of Exception since it is technically not an error. Anyway, I catch it where suggested now.
https://app.getsentry.com/gns3/gns3-server/group/66533652/