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
So, I am not entirely sure whether this is a packaging, a linking or a software problem, but maybe someone can have a look and try to understand where this issue is coming from.
ran brew update and can still reproduce the problem?
ran brew doctor, fixed all issues and can still reproduce the problem?
if brew gist-logs didn't work: ran brew config and brew doctor and included their output with your issue?
I am running current versions of everything related: PostgreSQL 12.1, Postgis 3.0.0, Geos 3.8.0, SFCGAL 1.3.7, Proj 6.3.0
I was able to reproduce this on a different mac, but not on either Linux or FreeBSD that's why I assume this might have to do something with the packaging/building.
So, I am not entirely sure whether this is a packaging, a linking or a software problem, but maybe someone can have a look and try to understand where this issue is coming from.
brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?brew config/brew doctor: https://gist.github.com/thomersch/0a877beed03d39ea28d3f9c011f93f46
What you were trying to do (and why)
You'll need
CREATE EXTENSION postgis; CREATE EXTENSION postgis_sfcgal;
.When executing
in psql, the PostgreSQL connection process segfaults and the DB has to restart itself. Please note that
works absolutely fine. This is not a synthetic issue as it often occurs when using
ST_Buffer()
, e.g.I am running current versions of everything related: PostgreSQL 12.1, Postgis 3.0.0, Geos 3.8.0, SFCGAL 1.3.7, Proj 6.3.0
I was able to reproduce this on a different mac, but not on either Linux or FreeBSD that's why I assume this might have to do something with the packaging/building.
The stacktrace of the crash: https://gist.github.com/thomersch/69f2410242e9962680020da405c691e2
Step-by-step reproduction instructions (by running
brew install
commands)The text was updated successfully, but these errors were encountered: