Kelsey Maes
Kelsey Maes
I don't think so. I never had anything like your other issue and the stack traces here are different.
Result of running the latest bcachefs-tools fsck: ``` $ sudo ./bcachefs fsck /dev/sda2 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1 /dev/nvme0n1p3 journal read done, 5454334 keys in 2252 entries, seq 1623737 starting mark...
I can reproduce this reliably by simply enabling erasure coding on any filesystem I have created so far. Current commit is a881a9c48a638acfa6f212d184710647be6528fd. Here is the data from the latest one:...
I have the problem with 22.11.1. The web version works on Edge for me.
Just ran into this problem for a custom board with no need for an external clock.
I just got bit by this issue, luckily it was a throwaway development system.
I discovered that option earlier and have been playing around with it. Setting `MVK_CONFIG_USE_METAL_ARGUMENT_BUFFERS=2` results in similar behavior but the game log now shows an error with `vkAllocateDescriptorSets`. The MoltenVK...
> > Setting `MVK_CONFIG_USE_METAL_ARGUMENT_BUFFERS=2` results in similar behavior but the game log now shows an error with `vkAllocateDescriptorSets`. The MoltenVK logs don't show anything of note, maybe another environment variable...
> MoltenVK allocates descriptor pools by descriptor type, so it's important that the value > of VkDescriptorPoolSize:: descriptorCount is set large enough for each type. > > Can you check...
I just ran into this. I was able to hack around it by adding `portable-atomic` to my project and enabling `critical-section` since `rtic-monotonics` provides no way to enable this feature.