Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created August 30, 2012 18:48
Show Gist options
  • Save springmeyer/3537359 to your computer and use it in GitHub Desktop.
Save springmeyer/3537359 to your computer and use it in GitHub Desktop.
GEOS crash on 'POLYGON((-13707002 0, 10000000 2000000, 0 2000000, -13707002 0))' (more info: https://github.com/mapnik/mapnik/issues/1118)
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff9308b82a __kill + 10
1 libsystem_c.dylib 0x00007fff8f491a9c abort + 177
2 libsystem_c.dylib 0x00007fff8f4c45de __assert_rtn + 146
3 libgeos-3.3.5.dylib 0x00000001121acb88 geos::geomgraph::PlanarGraph::linkResultDirectedEdges() + 232
4 libgeos-3.3.5.dylib 0x00000001121cfe64 geos::operation::valid::ConnectedInteriorTester::isInteriorsConnected() + 94
5 libgeos-3.3.5.dylib 0x00000001121d8c30 geos::operation::valid::IsValidOp::checkConnectedInteriors(geos::geomgraph::GeometryGraph&) + 34
6 libgeos-3.3.5.dylib 0x00000001121d81b9 geos::operation::valid::IsValidOp::checkValid(geos::geom::Polygon const*) + 233
7 libgeos-3.3.5.dylib 0x00000001121d7cf3 geos::operation::valid::IsValidOp::getValidationError() + 27
8 libgeos_c.1.dylib 0x000000011215c15f GEOSisValid_r + 87
9 libgeos_c.1.dylib 0x000000011215a4fc GEOSisValid + 22
10 geos.input 0x00000001121318fd geos_datasource::bind() const + 109
11 geos.input 0x0000000112130b88 geos_datasource::geos_datasource(mapnik::parameters const&, bool) + 1880
12 geos.input 0x000000011213011c create + 44
13 libmapnik.dylib 0x000000010eb68aef mapnik::datasource_cache::create(mapnik::parameters const&, bool) + 1567
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment