[postgis-tickets] [PostGIS] #4285: PostGIS 2.5.1 segfaulted on osm2pgsql planet import

PostGIS trac at osgeo.org
Thu Jan 3 11:51:17 PST 2019


#4285: PostGIS 2.5.1 segfaulted on osm2pgsql planet import
---------------------+---------------------------
 Reporter:  komzpa   |      Owner:  Komzpa
     Type:  defect   |     Status:  assigned
 Priority:  medium   |  Milestone:  PostGIS 2.5.2
Component:  postgis  |    Version:  2.4.x
 Keywords:           |
---------------------+---------------------------
 POSTGIS="2.5.1 r17027" [EXTENSION] PGSQL="110" GEOS="3.6.2-CAPI-1.10.2
 4d2925d6" PROJ="Rel. 4.9.3, 15 August 2016" GDAL="GDAL 2.2.3, released
 2017/11/20" LIBXML="2.9.4" LIBJSON="0.12.1" LIBPROTOBUF="1.2.1" RASTER

 {{{
 2019-01-03 21:38:47.511 +03 [20096] LOG:  background worker "parallel
 worker" (PID 22709) exited with exit code 1
 2019-01-03 21:38:47.511 +03 [20096] LOG:  background worker "parallel
 worker" (PID 22714) exited with exit code 1
 2019-01-03 21:38:47.533 +03 [20096] LOG:  background worker "parallel
 worker" (PID 22711) exited with exit code 1
 2019-01-03 21:38:47.533 +03 [20096] LOG:  background worker "parallel
 worker" (PID 22712) exited with exit code 1
 2019-01-03 21:38:47.534 +03 [20096] LOG:  background worker "parallel
 worker" (PID 22713) exited with exit code 1
 2019-01-03 21:38:47.534 +03 [20096] LOG:  background worker "parallel
 worker" (PID 22715) exited with exit code 1
 2019-01-03 22:03:01.949 +03 [20096] LOG:  background worker "parallel
 worker" (PID 22710) was terminated by signal 11: Segmentation fault
 2019-01-03 22:03:01.949 +03 [20096] DETAIL:  Failed process was running:
 CREATE TABLE planet_osm_polygon_tmp  AS
           SELECT * FROM planet_osm_polygon
             WHERE ST_IsValid(way)
             ORDER BY ST_GeoHash(ST_Transform(ST_Envelope(way),4326),10)
             COLLATE "C"
 2019-01-03 22:03:01.950 +03 [20096] LOG:  terminating any other active
 server processes
 2019-01-03 22:03:01.950 +03 [22563] gis at gis WARNING:  terminating
 connection because of crash of another server process
 2019-01-03 22:03:01.950 +03 [22563] gis at gis DETAIL:  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.
 2019-01-03 22:03:01.950 +03 [22563] gis at gis HINT:  In a moment you should
 be able to reconnect to the database and repeat your command.
 2019-01-03 22:03:01.950 +03 [22561] gis at gis WARNING:  terminating
 connection because of crash of another server process
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4285>
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