Skip to content

Fix tilelist deadlock#304

Merged
olt merged 1 commit into
omniscale:masterfrom
andreasjunghans:fix-tilelist-deadlock
Sep 18, 2025
Merged

Fix tilelist deadlock#304
olt merged 1 commit into
omniscale:masterfrom
andreasjunghans:fix-tilelist-deadlock

Conversation

@andreasjunghans
Copy link
Copy Markdown
Contributor

The webmercator boundary checks in commit d33c1ac introduced a deadlock in addCoord in the tilelist. This PR changes the mutex unlock to a defer (like the other tilelist functions) to prevent that.

@olt olt merged commit da0b15b into omniscale:master Sep 18, 2025
5 checks passed
@olt
Copy link
Copy Markdown
Member

olt commented Sep 18, 2025

Thanks!

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.

2 participants