You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: