We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was observed with the TraitsUI ImageEditor occasionally segfaulting in CI: see enthought/traitsui#1815
ImageEditor
Running directly on Windows shows results like this:
This is likely caused by memory being deallocated but still referenced somewhere.
The text was updated successfully, but these errors were encountered:
Fix QPixmap references to QImage
6d267f2
This hopefully fixes #1108.
Fix image memory issues (#1109)
823fb98
* Fix QPixmap references to QImage This hopefully fixes #1108. * Add comments to explain why we are stashing references.
05e6891
Fix image memory issues (maintenance branch) (#1111)
dd05bd0
Successfully merging a pull request may close this issue.
This was observed with the TraitsUI
ImageEditor
occasionally segfaulting in CI: see enthought/traitsui#1815Running directly on Windows shows results like this:
This is likely caused by memory being deallocated but still referenced somewhere.
The text was updated successfully, but these errors were encountered: