-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes the GUI segfault when we delete nodes #1654
Comments
I suspect this arrive when you delete a lot of nodes heavy linked together. But I don't easily reproduce. |
I suggest that we wrote a script using the GNS3 api adding and removing nodes randomly. |
The purpose of this script is to replicate weird issues by sending a large number of queries. * Ref GNS3/gns3-gui#1654 * Ref GNS3/gns3-gui#1659
I think I start to better isolate the issue. The best scenario for reproducing the issue:
But not warranty I finally got a GDB stack trace:
|
The segfault is fixed Instead of: We use a signal |
I open the issue for trying to track down the issue.
The text was updated successfully, but these errors were encountered: