[postgis-tickets] [PostGIS] #2332: ST_GeomFromWKB crashes PostgreSQL server
PostGIS
trac at osgeo.org
Thu May 16 04:26:22 PDT 2013
#2332: ST_GeomFromWKB crashes PostgreSQL server
---------------------+------------------------------------------------------
Reporter: dbaston | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.4
Component: postgis | Version: 2.0.x
Keywords: |
---------------------+------------------------------------------------------
Comment(by robe):
postgres logs just have:
{{{
2013-05-16 07:11:29 EDT LOG: server process (PID 4384) was terminated by
exception 0xC0000409
The postmaster has commanded this server process to roll back the current
transaction and exit, because another server process exited abnormally and
possibly corrupted shared memory.
}}}
So I suspect maybe removing the IMMUTABLE prevents it from being cached
and for some reason even though input is completely invalid its trying to
cache it when IMMUTABLE is enabled destabilizing shared memory
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2332#comment:2>
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