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

Cpu profile processing assert is firing #1529

Closed
kenzieschmoll opened this issue Jan 11, 2020 · 1 comment
Closed

Cpu profile processing assert is firing #1529

kenzieschmoll opened this issue Jan 11, 2020 · 1 comment
Assignees
Labels
cpu profiler P3 issues we think are valid but not important reproduce to verify Issues that need to be reproduced to verify that they still exist.
Milestone

Comments

@kenzieschmoll
Copy link
Member

Seems like a regression that this assert is firing once again. Commented out for now, but this needs to be investigated.

assert in cpu_profile_transformer.dart:

    assert(cpuProfileData.profileMetaData.sampleCount ==
          cpuProfileData.cpuProfileRoot.inclusiveSampleCount);
@kenzieschmoll kenzieschmoll self-assigned this Jan 11, 2020
@devoncarew devoncarew added this to the On Deck milestone Jan 21, 2020
@kenzieschmoll kenzieschmoll added P3 issues we think are valid but not important reproduce to verify Issues that need to be reproduced to verify that they still exist. labels Oct 3, 2024
@kenzieschmoll
Copy link
Member Author

Uncommented this assert and I am not seeing any exceptions.

@kenzieschmoll kenzieschmoll closed this as not planned Won't fix, can't repro, duplicate, stale Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpu profiler P3 issues we think are valid but not important reproduce to verify Issues that need to be reproduced to verify that they still exist.
Projects
None yet
Development

No branches or pull requests

2 participants