Architector #4
Architector #4
it appears the issue is that in `bch2_journal_key_insert_take`, when `move_gap` is used, the `keys->gap` value for some reason is way higher than `keys->nr`, meaning the gap starts farther than the...
...Now it looks like it deadlocked on futexes. I think I experienced the same problem before, but didn't bother with it and just reran fsck with different params until it...
It's another deadlock. `bch_reclaim//de` is spinning in a function `bch2_journal_reclaim_thread` but otherwise everything is locked in futexes and no progress was happening in the last 14 hours, as far as...
IT MOUNTED! after trying fsck with and without reconstruct_alloc a few times, and running into the deadlock every single time, i decided to try and just mount it, and it...
This is fixed by editing pom.xml - in line 101, change version of lombok from 0.11.4 to 1.18.0 (or whatever is the current one).
Having the same issue, I have a guess on what's going on here. When importing a BSP, the addon has a default world scale setting of `0.01905` set. However, I...
Also, for reference, while this isn't fixed, you can just open Blender's text editor, make new script, slam this in, and click "Run script" (little play arrow) to fix all...
> So if I understood correctly, the main issue is that some systems currently use `RemovedComponents`, but if the engine is configured to run in `FixedUpdate` with a slow enough...