mapbox / mapnik-vector-tile

Mapnik implemention of Mapbox Vector Tile specification
BSD 3-Clause "New" or "Revised" License
553 stars 117 forks source link

Travis linux release failure #216

Closed springmeyer closed 7 years ago

springmeyer commented 8 years ago

Seeing:

vector tile render simple point
-------------------------------------------------------------------------------
../test/system/processor_and_datasource.cpp:151
...............................................................................
../test/system/processor_and_datasource.cpp:151: FAILED:
  {Unknown expression after the reported line}
due to unexpected exception with message:
  std::bad_alloc

https://travis-ci.org/mapbox/mapnik-vector-tile/jobs/144742543#L721

springmeyer commented 7 years ago

This was fixed in #221. This was originally triggered by compiling mapnik and mapnik-vector-tile with clang++3.8 while still using mason binaries compiled with clang++-3.5. While no test failures happened in mapnik core, this single test started failing in mapnik-vector-tile. It was solved by rebuilding all dependencies with clang++-3.8. This seems to indicate that some bad behavior is possible when mixing clang 3.5 and 3.8 binaries.