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

Loading a log with multiple dumps causes thread indexes to be too high #6

Open
kog opened this issue Oct 13, 2017 · 0 comments
Open

Comments

@kog
Copy link
Owner

kog commented Oct 13, 2017

If you have two dumps, each with 230 threads in them (just happened to do this today), you'll get both dumps listed in the UI and can switch between them. This works fine, and seems to do what you'd expect, except that the "thread index" counter is shared between both of the dumps.

When you click on the first dump you see threads 0-229, but when you click the second dump you see threads 230-459. This is a little confusing, especially since there's nothing that works cross-dump (IE: you can't click something in Dump 0 that goes to Dump 1).

This is hopefully a simple counter issue, and would involve resetting the counter between parsing dumps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant