googlesamples / android-vulkan-tutorials

A set of samples to illustrate Vulkan API on Android
862 stars 162 forks source link

exportSyncFdForQSRILocked: Failed to dup() QSRI sync fd : sterror: Bad file descriptor errno: 9 #90

Open yangfengzzz opened 1 year ago

yangfengzzz commented 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
MrJohn6774 commented 12 months ago

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.