[Tile-serving] [openstreetmap/osm2pgsql] Segmentation fault while importing diff with tiles expire option (#651)

Sarah Hoffmann notifications at github.com
Sat Nov 19 13:12:05 UTC 2016


@jendrusk That's quite helpful, so it segfaults while cleaning up. I'd still like to have a look at the backtrace: your log says 'Segmentation fault (core dumped)', so somewhere there must be a file called 'core'. Linux normally writes it into the current working directory, I'm not sure where that would be on your system, most likely in `/home/osm` or `/home/osm/scripts/osm`. Once you have found the file, please install `gdb`. Then run `gdb /usr/local/bin/osm2pgsql <your core file>`. You'll get a prompt, where you should type `bt`. The output of that command is the backtrace I'm interested in.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/651#issuecomment-261713112
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20161119/1baf2650/attachment-0001.html>


More information about the Tile-serving mailing list