Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NULL call site address in timeline #98

Open
aulwes opened this issue Jul 3, 2024 · 1 comment
Open

NULL call site address in timeline #98

aulwes opened this issue Jul 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@aulwes
Copy link

aulwes commented Jul 3, 2024

When I look at the "callsite" values in memoryTimeline, I'll see some callsite address values of 0x0. Do you know why there would be NULL addresses?

@svalat
Copy link
Member

svalat commented Jul 5, 2024

It is not currently a real problem as this value is currently not yet exposed in the view. But that point probably a bug in the instrumenter. The original idea was to print the call triggering the point in the timeline so we know roughtly where we are in the code at that point.

@svalat svalat added the bug Something isn't working label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants