Lewin Bormann
Lewin Bormann
@Zusier thank you, this is my "backup plan", so to say :) I proposed adding this to the file serving code as it is likely a frequent need but I'm...
in case this helps (not sure if it was reproducible to @phase1geo), I captured a backtrace of a crash: ``` I/O warning : failed to load external entity "/home/lbo/.local/share/minder/favorites.xml" double...
Hm, I don't think this is a problem in this crate?
Thank you for the report! I have been a bit out of touch with my codebase, so I probably cannot debug it in an instant, but I will take a...
The error you see when trying to run (open the database) is due to header corruption... probably due to the failed write. The original error is from `cache.rs:208`: ```rust 203...
interestingly, on my machine it crashes with a different error: ``` thread 'main' panicked at 'attempt to subtract with overflow', src/log.rs:152:16 note: run with `RUST_BACKTRACE=1` environment variable to display a...
> thread 'main' panicked at 'assertion failed: `(left == right)` > left: `[71, 219, 128, 139, 36, 117, 71, 219]`, > right: `[87, 251, 128, 139, 36, 117, 71, 219]`',...
I'm actually wrong, the first time it's at the fourth position, then at the third.
Thank you for the information! I will try to dive down into the code base again at some point, it's been some time :)
Thank you for the report! It looks to me that the function in question (`read_table_block()`) essentially allocates memory for any new block read from disk, thus showing up as original...