id summary reporter owner description type status priority milestone component version resolution keywords cc 2460 [raster]: Getting invalid memory access when installing postgis raster in 9.3 robe robe "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 " defect closed medium PostGIS 2.2.0 raster master worksforme