You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Using this library under heavy load I received the following error.
Any info about the meaning of "Pure virtual function called" or hints on where to look in the code to fix this much appreciated 🙏
uname -a
Darwin Peters-MacBook-Pro-2.local 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64
head $(brew --prefix geos)/ChangeLog
2021-02-10 Paul Ramsey <[email protected]>* NEWS: Update NEWS for 3.9.1
2021-02-09 Paul Ramsey <[email protected]>
Merge branch '3.9' of https://git.osgeo.org/gitea/geos/geos into
3.9
2021-02-09 Paul Ramsey <[email protected]>
This was caused by passing a reference to another go routine via a chan *geos.Geometry.
Refactoring the code to do all operations within the scope of a single function avoided the issue.
After playing with the lib a little more it seems that it's not thread-safe. Does anyone know if that's the case?
I noticed a few years ago that spatialitemigrated from GEOS to RTTOPO because it offered improved thread-safety.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Using this library under heavy load I received the following error.
Any info about the meaning of "Pure virtual function called" or hints on where to look in the code to fix this much appreciated 🙏
uname -a Darwin Peters-MacBook-Pro-2.local 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64
possibly related: #29
The text was updated successfully, but these errors were encountered: