[postgis-tickets] [PostGIS] #3429: upgrade from 2.1.3 to 2.2+ enters infinite loop
PostGIS
trac at osgeo.org
Fri Feb 26 00:08:37 PST 2016
#3429: upgrade from 2.1.3 to 2.2+ enters infinite loop
------------------------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.2.2
Component: build/upgrade/install | Version: 2.2.x
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by strk):
So I think one possible fix here would be to NOT rely on an external
function for inizializing allocators. This model (currently in use) was
long abandoned in liblwgeom, substituted by an initialization function
explicitly registering callbacks into the statically linked library.
But I'm afraid this would need change in the old library, which isn't
feasible.
Still, if the new library moves to the new model it can stop exporting the
'rt_init_allocators' symbol, and thus the resolver should find the correct
one in the old library.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3429#comment:27>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list