Project

General

Profile

Bug #1169 ยป 0001-Fix-race-between-statedump-and-library-destructor.patch

Mathieu Desnoyers, 09/20/2018 02:21 PM

View differences:

liblttng-ust/lttng-ust-statedump.c
{
unsigned int i;
if (data->cancel)
goto end;
/*
* Iterate on hash table.
* For each marked, traced, do nothing.
......
}
}
}
end:
ust_unlock();
}
    (1-1/1)