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

Fix rotate by 90° crashes in rcd #8856

Merged
merged 1 commit into from
May 4, 2021

Conversation

jenshannoschwalm
Copy link
Collaborator

Using rcd demosaicer and a pretty large image could lead to crashes when doing a 90° rotation.

This was due to dt_iop_clip_and_zoom_roi_cl refusing to work via gpu and thus calling the error: section where some cl_mem tried to again dt_opencl_release_mem_object.

The cl_mem's had already been released but not reset to NULL.

Using rcd demosaicer and a pretty large image could lead to crashes. This was due to
dt_iop_clip_and_zoom_roi_cl refusing to work via gpu and thus calling the error: section
where some cl_mem tried to again dt_opencl_release_mem_object. The cl_mem's had already been
released but not reset to NULL.
@TurboGit TurboGit added this to the 3.6 milestone May 4, 2021
@TurboGit TurboGit added bugfix pull request fixing a bug priority: high core features are broken and not usable at all, software crashes labels May 4, 2021
Copy link
Member

@TurboGit TurboGit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix pull request fixing a bug priority: high core features are broken and not usable at all, software crashes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants