Alexander
Alexander
Starting from commit https://github.com/dracutdevs/dracut/commit/3d8e1ad2ae1e34244ddf700beea6358c1452e05c, dracut stopped chrooting into initramfs on shutdown: ``` ERROR: src/skipcpio/skipcpio.c:91:main(): Cannot open file '/efi/6699e6fad149423fa9fe8ac1c19e1655/5.18.1-xanmod1-1-skylake/initrd' gzip: stdin: unexpected end of file ``` I do have /efi/loader/entries, but...
- Application: Simplenote - Desc: simple and cute opensource note-taking application with free synchronization across multi-platform. - Icon name: `simplenote` 
XXX-Stacy and Spin Cycle make game crash to desktop randomly on Polymer since the mentioned build. Seems like it's related to the amount of explosions somehow, since XXX-Stacy crashes only...
# Summary task_group::wait() may return earlier than the tasks queued with ::run() are finished. # Version 2022.0.0 and up to the latest master - **affected** 2021.13.0 - **works** Might be...
I know that using a 3rd-party allocator (I use mimalloc3) mitigates most of heap allocation penalty, but it still is some cost. Do you have any plans to implement a...
# Summary Similar to https://github.com/uxlfoundation/oneTBB/issues/1638. At least `task_group::wait()` and `parallel_for_each()` crash when the app is compiled with clang-cl and `-flto -fwhole-program-vtables -fvirtual-function-elimination`. The flag that causes crashes is `-fvirtual-function-elimination`. Without...
Just curious if there's ability to wait for a single task inside a fork-join block. Let's say that at the start of the block, I fork 3 child tasks. Then,...