 
            On Mon Oct 13 19:44:09 2025 +0000, Rémi Bernon wrote:
I've disabled the extension on WOW64 without placed memory, as it fails otherwise in local tests with the new version of the code (we were previously generally ignoring fd sharing errors). I think there's perhaps some way to make it work by using shared mappings and importing host pointers instead of fds, but that's perhaps unnecessary if we plan to use placed memory mapping instead. Hopefully just a matter of time until it lands in llvmpipe.
Right, llvmpipe doesn’t support placed memory yet, that’s unfortunate. And yeah, we could try harder to emulate that if we had to, but it probably wouldn’t be pleasant.