kashif / node-geos

GEOS (Geometry Engine) bindings for Node.js
MIT License
57 stars 21 forks source link

Segmentation fault: 11 on OS X 10.9 (Mavericks) #28

Open mojodna opened 10 years ago

mojodna commented 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().

The workaround in mapbox/tm2#73 (comment) does the trick.

kashif commented 10 years ago

thanks seth having a look now!

mojodna commented 10 years ago

It sounds like it's an issue generic to many binary Node modules: https://github.com/mapnik/node-mapnik/issues/189#issuecomment-29559425