[Tile-serving] [osm2pgsql] when posix_fallocate fails to allocate node cache space, no proper error message is given (#55)

Frederik Ramm notifications at github.com
Fri Aug 2 22:21:02 UTC 2013


node_persistent_cache.c tests for a non-zero return value from posix_fallocate but then relies on errno being set; posics_fallocate however does *not* set errno; instead the return value must be interpreted for determining the cause of error.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/55
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20130802/2852c91e/attachment.html>


More information about the Tile-serving mailing list