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
Program received signal SIGSEGV, Segmentation fault.
0xb7ce9926 in Geometry::_ref (this=0x87dee78) at ../src/cpp/geometry.hpp:164
warning: Source file is more recent than executable.
164 static Handle<Value> New(geos::geom::Geometry* geometry);
(gdb) bt
#0 0xb7ce9926 in Geometry::_ref (this=0x87dee78) at ../src/cpp/geometry.hpp:164
#1 0xb7ce6187 in Geometry::Intersects (args=...) at ../src/cpp/geometry.cpp:166
#2 0x0821bb25 in ?? ()
#3 0x3da0a236 in ?? ()
#4 0x3da5a630 in ?? ()
#5 0x3da536bd in ?? ()
#6 0x3da141a5 in ?? ()
#7 0x3da53017 in ?? ()
#8 0x3da4f119 in ?? ()
#9 0x3da4c0bf in ?? ()
#10 0x3da3f337 in ?? ()
#11 0x3da3ee93 in ?? ()
#12 0x3da298f6 in ?? ()
#13 0x3da2910b in ?? ()
#14 0x3da0fe19 in ?? ()
#15 0x3da0a0aa in ?? ()
#16 0x08247b7e in ?? ()
#17 0x082482dd in v8::internal::Execution::Call(v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>, int, v8::internal::Handle<v8::internal::Object>*, bool*, bool) ()
#18 0x081e9da2 in v8::Function::Call(v8::Handle<v8::Object>, int, v8::Handle<v8::Value>*) ()
#19 0x084982c3 in node::Load(v8::Handle<v8::Object>) ()
#20 0x08498488 in node::Start(int, char**) ()
#21 0x084b0a5b in main ()
The text was updated successfully, but these errors were encountered:
The following reliably segfaults within 10 iterations under Linux, Node v0.10.24, GEOS 3.3.3.
Using
.intersects()
synchronously doesn't appear to segfault...GDB backtrace:
The text was updated successfully, but these errors were encountered: