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
However, we may need not only "1" but also JL_BT_MAX_ENTRY_SIZE of free space. If there is not enough room, the end of the buffer will be filled with the sentinels. This isn't dangerous, but I don't think it is the desired behavior.
On Linux, the number of stored instruction pointers will be less than the specified maximum number.
In fact, the source code specifies that.
However, I don't understand the meaning of theThe null sentinels are counted properly.-1
.julia/src/signals-unix.c
Lines 700 to 706 in f12cde0
Although the behavior is safer in terms of memory access, the warning below is not displayed correctly.
julia/stdlib/Profile/src/Profile.jl
Lines 308 to 315 in 3af96bc
I'm still studying how profiling works, so I am not confident in making a PR for this issue.
The text was updated successfully, but these errors were encountered: