[postgis-tickets] [PostGIS] #2460: Getting invalid memory access when installing postgis in 9.3
PostGIS
trac at osgeo.org
Sat Aug 31 17:44:00 PDT 2013
#2460: Getting invalid memory access when installing postgis in 9.3
--------------------+-------------------------------------------------------
Reporter: robe | Owner: dustymugs
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: raster | Version: trunk
Keywords: |
--------------------+-------------------------------------------------------
I thought this was just my machine but I tested on my server and got the
same results. Not sure if its something different about the way I'm
compiling winnie. But when I try to do
{{{
CREATE EXTENSION postgis;
}}}
or
{{{
ALTER EXTENSION postgis UPDATE TO "2.2.0devnext";
}}}
I am getting a
{{{
Invalid access to memory location
}}}
When updating to latest winnie 9.3.
The only difference should be that I'm compling against 9.3rc1 instead of
9.3beta1.
Since I don't clear out the install of pgx64 folder when installing, it
could possibly be the result of a dirty tree.
I'm going to rebuild postgresql 9.3 rc1 and do a clean install to rule out
any funkiness.
I also can't do a
{{{
select version() || ' ' || postgis_full_version();
}}}
since I get the same error.
I noticed this problem first at r11890
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2460>
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