mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
use methodForIp in SegFaultHandler::handleSignal
This commit is contained in:
parent
7ee29d4939
commit
2c18ced808
@ -4528,7 +4528,7 @@ class SegFaultHandler: public System::SignalHandler {
|
||||
{
|
||||
MyThread* t = static_cast<MyThread*>(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;
|
||||
|
Loading…
Reference in New Issue
Block a user