oyama / pico-vfs

Thin virtual file system for Raspberry Pi Pico
Other
9 stars 2 forks source link

littlefs format sometimes crashes #17

Closed oyama closed 3 months ago

oyama commented 4 months ago

In some cases, PANIC occurs with fs_format(lfs, flash); during unit test execution. https://github.com/oyama/pico-vfs/blob/main/tests/test_filesystem.c#L396

Reproducibility has not yet been found.

oyama commented 4 months ago

A bug in the initialisation and release process of block devices in the FAT and VFS layers has been corrected. 4e51f3869dddd2dbf3b5b4f494ee0cea80f65896

I will still wait and see how this issue goes.