[Tile-serving] [osm2pgsql] Core dump with test files (#298)

Paul Norman notifications at github.com
Sun Feb 22 10:16:28 UTC 2015


The cause of error occuring here is that PostgreSQL is exiting after a server process crashes.
```
#0 0x000000000053a234 in std_typanalyze ()
[New Thread 802806400 (LWP 101410/postgres)]
(gdb) bt
#0 0x000000000053a234 in std_typanalyze ()
#1 0x00000008251737f7 in geometry_estimated_extent () from /usr/local/lib/postgresql/postgis-2.1.so
#2 0x0000000000537ed3 in analyze_rel ()
#3 0x0000000000536e2d in analyze_rel ()
#4 0x00000000005875a7 in vacuum ()
#5 0x000000000067e158 in standard_ProcessUtility ()
#6 0x000000000067db78 in PortalRunFetch ()
#7 0x000000000067d1c8 in PortalRun ()
#8 0x000000000067cb7a in PortalRun ()
#9 0x000000000067b5c9 in PostgresMain ()
#10 0x00000000006245b5 in PostmasterMain ()
#11 0x00000000005c0b22 in main ()
(gdb) 
```

The error with osm2pgsql is not catching the exception, which @zerebubuth's patch fixes.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/298#issuecomment-75428603
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150222/44a5d513/attachment.html>


More information about the Tile-serving mailing list