[Tile-serving] [osm2pgsql] Import quits with "double free or corruption (!prev)" (#269)
David Weber
notifications at github.com
Wed Jan 28 09:32:49 UTC 2015
I've tried to import the planet.osm of last week and it finally quit with this message:
*** Error in `osm2pgsql': double free or corruption (!prev): 0x00007f1b4c000030 ***
I'm thankful for any advice or a fix.
Environment:
Ubuntu 14.04.1 LTS 64 bit Server
32 GB RAM
2 TB Harddisk
PostgreSQL 9.3
Command line:
nohup osm2pgsql --slim -U mapcreateuser --create --hstore --flat-nodes /opt/flatnodes/flatnodes.bin -d osm -C 15000 --number-processes 4 --style /opt/osm2pgsql/openstreetmap-carto/openstreetmap-carto.style /opt/planet-150119.osm >/tmp/osm.err 2>/tmp/osm.log < /dev/null &
And finally, the output:
osm2pgsql SVN version 0.87.2-dev (64bit id space)
Using built-in tag processing pipeline
Using projection SRS 900913 (Spherical Mercator)
Setting up table: planet_osm_point
Setting up table: planet_osm_line
Setting up table: planet_osm_polygon
Setting up table: planet_osm_roads
Allocating memory for dense node cache
Allocating dense node cache in one big chunk
Allocating memory for sparse node cache
Sharing dense sparse
Node-cache: cache=15000MB, maxblocks=1920000*8192, allocation method=11
Mid: loading persistent node cache from /opt/flatnodes/flatnodes-24-01-2015.bin
Allocated space for persistent node cache file
Maximum node in persistent node cache: 0
Mid: pgsql, scale=100 cache=15000
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Reading in file: /opt/planet-150119.osm
Node stats: total(2693780701), max(3297900166) in 10042s
Way stats: total(269387902), max(322984938) in 64219s
Relation stats: total(3073468), max(4499077) in 159277s
Committing transaction for planet_osm_point
Committing transaction for planet_osm_line
Committing transaction for planet_osm_polygon
Committing transaction for planet_osm_roads
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Using built-in tag processing pipeline
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Using built-in tag processing pipeline
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Using built-in tag processing pipeline
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Using built-in tag processing pipeline
Mid: loading persistent node cache from /opt/flatnodes/flatnodes-24-01-2015.bin
Maximum node in persistent node cache: 3298820095
Going over pending ways...
174500965 ways are pending
Using 4 helper-processes
*** Error in `osm2pgsql': double free or corruption (!prev): 0x00007f1b4c000030 ***
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/269
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150128/b299a7f1/attachment-0001.html>
More information about the Tile-serving
mailing list