[Tile-serving] [openstreetmap/osm2pgsql] Potential memory problem in libosmium? (#746)

alex85k notifications at github.com
Wed Apr 19 05:42:42 UTC 2017


I have a failing test in Windows debug build (it has additional STL checks) because of iterator assertion. Release tests pass but it may depend on memory state.

Here is the problematic place in libosmium:
https://github.com/osmcode/libosmium/blob/ab8236405330607932c8f6395956ec6d9bcdee5c/include/osmium/area/detail/basic_assembler.hpp#L648
(iterator from different list? using invalidated iterator after erase?)

Failing test is test-output-pgsql-validgeom, it is failing on last multipolygon of the test file (relation id="4621350")
May be related to https://github.com/openstreetmap/osm2pgsql/issues/745

![image](https://cloud.githubusercontent.com/assets/4124648/25164852/c9a888f6-24ec-11e7-879c-e0722bc71cdd.png)


-- 
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/746
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170418/a07617e0/attachment.html>


More information about the Tile-serving mailing list