[Tile-serving] [osm2pgsql] Replace pthread and boost::thread with std::async (#498)
alex85k
notifications at github.com
Tue Nov 10 13:05:28 UTC 2015
Intel tools finds nothing particular (few memory leaks in middle-ram, new ... as a parameters).
The program does not crash or show critical error while running with analysis tools (it is slowing the threads down very much), so there are no new ideas...
The only find: the errors does not appear if I do not call get_wkt_split or if I insert ``return nullptr`` before
```c++
wkts->back().geom = writer.write(geom.get());
```
and after get_wkt_split call. But the errors resume (with some pif I move ``return nullptr`` after that line. It usually happens in geom.isValid() call or inside writer.write.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/498#issuecomment-155414437
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151110/72040b5f/attachment.html>
More information about the Tile-serving
mailing list