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
Tentative fix for
#12169
I did not generate a core dump, but by looking at the crash, it seemed
like it the segfault was happening after the bindings were required and
the code after the require statement had already ran, which hints at an
issue with the measurement collection loop.
This is a small change, but it ensures that the reference to the timer
is not maintained and can be properly collected, as well as adds a
missing nullptr check.
0 commit comments