Open mojodna opened 10 years ago
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("./")
Segmentation fault: 11
lldb
EXC_BAD_ACCESS
geos::geom::geosversion()
The workaround in mapbox/tm2#73 (comment) does the trick.
thanks seth having a look now!
It sounds like it's an issue generic to many binary Node modules: https://github.com/mapnik/node-mapnik/issues/189#issuecomment-29559425
require("./")
results inSegmentation fault: 11
after building against GEOS 3.4.2 on OS X 10.9 (Mavericks).lldb
reportsEXC_BAD_ACCESS
when accessinggeos::geom::geosversion()
.The workaround in mapbox/tm2#73 (comment) does the trick.