diff --git a/src/compile.cpp b/src/compile.cpp index d0901367cc..76f50b4628 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -4528,7 +4528,7 @@ class SegFaultHandler: public System::SignalHandler { { MyThread* t = static_cast(m->localThread->get()); if (t->state == Thread::ActiveState) { - object node = findCallNode(t, *ip); + object node = methodForIp(t, *ip); if (node) { t->ip = *ip; t->base = *base;