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

Ripes crashes when hovering over the cache statistics chart #322

Closed
margheritarufi opened this issue Dec 1, 2023 · 1 comment · Fixed by #324
Closed

Ripes crashes when hovering over the cache statistics chart #322

margheritarufi opened this issue Dec 1, 2023 · 1 comment · Fixed by #324

Comments

@margheritarufi
Copy link

I have noticed that if the cache is empty (i.e. the simulation hasn't reached a load/store instruction) and the user hovers over the statistics chart in the cache tab (bottom left), Ripes crashes. The error is something like: the pointer to "this" is a null pointer. So there is probably a pointer related to the Qt6 Charts library that must be set at the very beginning of the simulation, before any (potential) access to the cache.

In the latest release of Ripes (that uses Qt5) this problem doesn't occur.

@raccog
Copy link
Contributor

raccog commented Dec 5, 2023

@margheritarufi Thank you for reporting this bug!

I submitted a pull request here that fixes it: #324.

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

Successfully merging a pull request may close this issue.

2 participants