Anders429 / gba_test

Rust testing framework for the Game Boy Advance.
Apache License 2.0
3 stars 0 forks source link

Panic while scrolling passed tests #5

Open Anders429 opened 2 months ago

Anders429 commented 2 months ago

gba_save-1bb90241db52ce90-0

This happened while testing the gba_save library. When scrolling down to the end of the displayed tests on the "passed" page, attempting to scroll to the tests below the bottom of the page causes this panic. I'm guessing there is some problem with an unaligned pointer.

Anders429 commented 2 months ago

This happened again when just scrolling down the "All" page. It didn't happen immediately though; I'm guessing some test is causing it repeatedly.

Here is a dump of EWRAM at time of panic, for further investigation:

ewram.txt

Anders429 commented 2 months ago

This happens specifically when trying to load info for the test at byte 0x0200_0049, which is a "passed" test.