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
As far as I can tell, this is comming from RefCell, and if I understand it correctly, this error would happen if two mutable borrows happen at the same time. However, since I'm using RTIC, that should be impossible, since my sdmmc struct is a RTIC resource, right?
Could this be a bug in this lib? (I think I may also be fairly close to filling up my RAM on the device, so that might also be an issue)
The text was updated successfully, but these errors were encountered:
I'm using this crate in a GPS logging project https://gitlab.com/TheZoq2/sailgps/-/blob/master/src/main.rs which was working fine until yesterday when I started making some unrelated changes (https://gitlab.com/TheZoq2/sailgps/-/commit/ccd1b9b880fb7d3cfada5375badb2700b2b84094). After this change, the device seems to panic after a few minutes of running with
As far as I can tell, this is comming from RefCell, and if I understand it correctly, this error would happen if two mutable borrows happen at the same time. However, since I'm using RTIC, that should be impossible, since my sdmmc struct is a RTIC resource, right?
Could this be a bug in this lib? (I think I may also be fairly close to filling up my RAM on the device, so that might also be an issue)
The text was updated successfully, but these errors were encountered: