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
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
The call depth calculated by (blinky) is [7, 8, 8, 5, 6, 6]. So blinky seems to not instrument all the code causing gaps in the call depth. Is there away to make sure all the code is instrumented so we will make sure these gaps will not occur?
Or can it be that it is because of a different problem that we have gaps in our call depth? (I assume here that if a thread starts at a specific call depth it is not possible to go below that. So if our call depth starts at 7 then it shouldn't be able to go to 6 or lower.)
The text was updated successfully, but these errors were encountered:
Below is a small part of the execution trace collected with blinky. I filtered all the execution out that have to do with thread 15.
The call depth calculated by (blinky) is [7, 8, 8, 5, 6, 6]. So blinky seems to not instrument all the code causing gaps in the call depth. Is there away to make sure all the code is instrumented so we will make sure these gaps will not occur?
Or can it be that it is because of a different problem that we have gaps in our call depth? (I assume here that if a thread starts at a specific call depth it is not possible to go below that. So if our call depth starts at 7 then it shouldn't be able to go to 6 or lower.)
The text was updated successfully, but these errors were encountered: