Open yangfengzzz opened 1 year ago
When I run on android emulator(not real device), It will show these error every frame.
exportSyncFdForQSRILocked: Failed to dup() QSRI sync fd : sterror: Bad file descriptor errno: 9 2023-08-23 08:52:39.821 13389-13416 Vulkan Tutorials com...example.vulkan.tutorials.five I event not handled: 3 2023-08-23 08:52:39.822 13389-13416 Vulkan-Tutorial05 com...example.vulkan.tutorials.five I Drawing frames...... 2023-08-23 08:52:39.822 13389-13416 goldfish_vulkan com...example.vulkan.tutorials.five E exportSyncFdForQSRILocked: Failed to dup() QSRI sync fd : sterror: Bad file descriptor errno: 9 2023-08-23 08:52:39.823 13389-13416 Vulkan Tutorials com...example.vulkan.tutorials.five I event not handled: 4 2023-08-23 08:52:39.844 13389-13416 Vulkan-Tutorial05 com...example.vulkan.tutorials.five I Drawing frames...... 2023-08-23 08:52:39.844 13389-13416 goldfish_vulkan com...example.vulkan.tutorials.five E exportSyncFdForQSRILocked: Failed to dup() QSRI sync fd : sterror: Bad file descriptor errno: 9
I also encountered this error when trying to use vulkan through wgpu. I managed to track down the source of the error in gfxstream, but couldn't really understand what's causing it.
gfxstream
When I run on android emulator(not real device), It will show these error every frame.