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
Trying to find the problem, in gips/gips/core.py, SpatialExtent factory() I see this:
(Pdb) features.Path()
<Swig Object of type 'boost::filesystem::path *' at 0x7efdd68702a0>
swig/python detected a memory leak of type 'boost::filesystem::path *', no destructor found.
(Pdb) features.Projection()
Segmentation fault (core dumped)
But actually pretty much anything I look at will cause the core dump.
I don't think it's particular to this shapefile, I've checked it with two others and get the same behavior.
The text was updated successfully, but these errors were encountered:
I get the following error:
The database is configured in settings.py:
Trying to find the problem, in gips/gips/core.py, SpatialExtent factory() I see this:
But actually pretty much anything I look at will cause the core dump.
I don't think it's particular to this shapefile, I've checked it with two others and get the same behavior.
The text was updated successfully, but these errors were encountered: