Skip to content

Why I see ??? under location in summary reporter #619

Closed Answered by godlygeek
Partho asked this question in Q&A
Discussion options

You must be logged in to vote

That means that the allocation occurred at a point when there were no Python frames on the thread's stack. If you enable native tracking you can get capture a stack that includes native frames as well as Python frames, which would help you tell where that allocation occurred as long as debug symbols are available for whatever library it occurred in (probably libc or libpython, since that seems to have happened early in the creation of a new thread).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by godlygeek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants