You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require("./") results in Segmentation fault: 11 after building against GEOS 3.4.2 on OS X 10.9 (Mavericks). lldb reports EXC_BAD_ACCESS when accessing geos::geom::geosversion().
require("./")results inSegmentation fault: 11after building against GEOS 3.4.2 on OS X 10.9 (Mavericks).lldbreportsEXC_BAD_ACCESSwhen accessinggeos::geom::geosversion().The workaround in mapbox/tm2#73 (comment) does the trick.