Skip to content

Instantly share code, notes, and snippets.

@Karry
Created June 19, 2017 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Karry/94792ed08e971db3d39d04b10292ec68 to your computer and use it in GitHub Desktop.
Save Karry/94792ed08e971db3d39d04b10292ec68 to your computer and use it in GitHub Desktop.
osmscout gl sigsegv
#0 0x00007ffff7bbdc54 in p2t::Triangle::EdgeIndex (this=0x0, p1=0x55555649b0a0, p2=0x555556493830) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/include/poly2tri/common/shapes.cc:171
#1 0x00007ffff7bbed54 in p2t::Sweep::IsEdgeSideOfTriangle (this=0x55555649b960, triangle=..., ep=..., eq=...) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/include/poly2tri/sweep/sweep.cc:164
#2 0x00007ffff7bbea6f in p2t::Sweep::EdgeEvent (this=0x55555649b960, tcx=..., ep=..., eq=..., triangle=0x0, point=...) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/include/poly2tri/sweep/sweep.cc:109
#3 0x00007ffff7bbeb31 in p2t::Sweep::EdgeEvent (this=0x55555649b960, tcx=..., ep=..., eq=..., triangle=0x0, point=...) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/include/poly2tri/sweep/sweep.cc:122
#4 0x00007ffff7bbeb31 in p2t::Sweep::EdgeEvent (this=0x55555649b960, tcx=..., ep=..., eq=..., triangle=0x55555649bb00, point=...) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/include/poly2tri/sweep/sweep.cc:122
#5 0x00007ffff7bbea23 in p2t::Sweep::EdgeEvent (this=0x55555649b960, tcx=..., edge=0x55555649b6a0, node=0x55555649be50) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/include/poly2tri/sweep/sweep.cc:104
#6 0x00007ffff7bbe7fe in p2t::Sweep::SweepPoints (this=0x55555649b960, tcx=...) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/include/poly2tri/sweep/sweep.cc:56
#7 0x00007ffff7bbe6eb in p2t::Sweep::Triangulate (this=0x55555649b960, tcx=...) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/include/poly2tri/sweep/sweep.cc:45
#8 0x00007ffff7bbd47c in p2t::CDT::Triangulate (this=0x55555649b050) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/include/poly2tri/sweep/cdt.cc:52
#9 0x00007ffff7bbaca4 in osmscout::Triangulate::TriangulatePolygon (points=std::vector of length 18, capacity 18 = {...}) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/src/osmscout/Triangulate.cpp:31
#10 0x00007ffff7baf155 in osmscout::MapPainterOpenGL::ProcessAreaData (this=0x555555f90990, data=..., parameter=..., projection=..., styleConfig=std::shared_ptr (count 1, weak 0) 0x5555557b5f10, BoundingBox=...) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/src/osmscout/MapPainterOpenGL.cpp:187
#11 0x00007ffff7bae96d in osmscout::MapPainterOpenGL::loadData (this=0x555555f90990, data=..., parameter=..., projection=..., styleConfig=std::shared_ptr (count 1, weak 0) 0x5555557b5f10, BoundingBox=...) at /home/karry/data/cecko/OSM/libosmscout/libosmscout-map-opengl/src/osmscout/MapPainterOpenGL.cpp:94
#12 0x0000555555558006 in main (argc=5, argv=0x7fffffffe218) at /home/karry/data/cecko/OSM/libosmscout/OSMScoutOpenGL/src/OSMScoutOpenGL.cpp:166
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment