Skip to content
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

image_viewer: Cast to int in pyslip #2134

Merged
merged 2 commits into from
Jun 9, 2022
Merged

Conversation

ndevenish
Copy link
Member

In conda-forge releases, this was causing an uncaptured exception that
resulted in a SEGV from wxPython. I don't know why this doesn't happen
on development releases, but the functions called with these is
documented as only accepting an int anyway.

This does not fix the other longstanding issue of SEGV on exit on MacOS.

ndevenish and others added 2 commits June 9, 2022 10:18
In conda-forge releases, this was causing an uncaptured exception that
resulted in a SEGV from wxPython. I don't know why this doesn't happen
on development releases, but the function is documented as only accepting
an int anyway.

This does not fix the other longstanding issue of SEGV on exit on MacOS.
@ndevenish ndevenish merged commit e15607b into dials:main Jun 9, 2022
@ndevenish ndevenish deleted the wx_segv branch June 9, 2022 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants