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

[pull] master from OSGeo:master #194

Merged
merged 6 commits into from
Feb 18, 2025
Merged

[pull] master from OSGeo:master #194

merged 6 commits into from
Feb 18, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 18, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

samiermerchant and others added 6 commits February 12, 2025 20:54
…t), which can lead to scenarios where one thread destroys the context while another is still using it

Undo 94ede75, which causes segfaults when using gdal in a multi-threaded environment such as a thread worker pool.

It might be the case that one thread "destroys" the context (m_psLastContext) while another thread is still using it, leading to a segfault. As you can see with the following line: m_psLastContext = OSRGetProjTLSContext();
DXF: Don't hide block entities on layer 0 when that layer is frozen
Update ogrct.cpp to remove shared shared proj context (m_psLastContex…
@pull pull bot added the ⤵️ pull label Feb 18, 2025
@pull pull bot merged commit 2df1b0e into innFactory:master Feb 18, 2025
@coveralls
Copy link

Pull Request Test Coverage Report for Build 13392845860

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 8 of 8 (100.0%) changed or added relevant lines in 2 files are covered.
  • 49 unchanged lines in 21 files lost coverage.
  • Overall coverage increased (+0.004%) to 70.038%

Files with Coverage Reduction New Missed Lines %
frmts/gtiff/gtiffdataset_read.cpp 1 91.07%
frmts/gtiff/libtiff/tif_dirinfo.c 1 40.59%
frmts/gtiff/libtiff/tif_lzw.c 1 84.26%
frmts/gtiff/libtiff/tif_write.c 1 56.47%
frmts/jpegxl/jpegxl.cpp 1 78.26%
frmts/xyz/xyzdataset.cpp 1 81.77%
frmts/zarr/zarr_v2_array.cpp 1 91.82%
gcore/gdaldataset.cpp 1 83.05%
port/cplstringlist.cpp 1 92.12%
frmts/gtiff/libtiff/tif_dir.c 2 54.05%
Totals Coverage Status
Change from base Build 13381993816: 0.004%
Covered Lines: 563314
Relevant Lines: 804301

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants