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 issue with gdal_viewshed with gcc 9.4 in debug mode (master only) #10826

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

rouault
Copy link
Member

@rouault rouault commented Sep 17, 2024

Fixes #10825

@coveralls
Copy link
Collaborator

coveralls commented Sep 18, 2024

Coverage Status

coverage: 69.374% (+0.7%) from 68.638%
when pulling 8b9376f on rouault:fix_10825
into 262ffc2 on OSGeo:master.

…tool=helgrind autotest/cpp/gdal_unit_test --gtest_filter=test_cpl.CPLWorkerThreadPool' happy (master only)

Related to OSGeo#10825
…n of NotifyQueue symbols, leading to mutex corruption

Fixes OSGeo#10825
Window oCurExtent;
DatasetPtr poDstDS;
GDALRasterBand *pSrcBand;
Window oOutExtent{};
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm curious: what changes here? Isn't the default ctor called in both cases?

Copy link
Member Author

Choose a reason for hiding this comment

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

The help please -Weffc++ given that the constructor no longer explicitly initialize those members.

@rouault rouault merged commit e5bb066 into OSGeo:master Sep 18, 2024
36 checks passed
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.

CPLWorkerThreadPool: regression in master
4 participants