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

Closing some styled sources could premature close file handles #1283

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

manthey
Copy link
Member

@manthey manthey commented Aug 31, 2023

This could be reproduced by opening an nd2 file, opening another instance of it with a bad style, then trying to open another instance of it with a good style. The file handles would get closed with the bad style, and then subsequent reads of a good style would fail (and even could segfault).

This could be reproduced by opening an nd2 file, opening another
instance of it with a bad style, then trying to open another instance of
it with a good style.  The file handles would get closed with the bad
style, and then subsequent reads of a good style would fail (and even
could segfault).
@manthey manthey force-pushed the fix-bad-style-handles branch from 75397bc to 88b19cb Compare August 31, 2023 15:23
@manthey manthey merged commit f0bdeec into master Aug 31, 2023
@manthey manthey deleted the fix-bad-style-handles branch August 31, 2023 16:06
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.

1 participant