Vulkan icon indicating copy to clipboard operation
Vulkan copied to clipboard

computecuallandlod demo crashes on Android Samsung Galaxy S10

Open davidlunarg opened this issue 4 years ago • 1 comments

The computecullandlod demo on Android crashes due to an assert failure. Here are the are the relevant lines from adb logcat:

logcat.log

It's possible there might be a configuration problem on my device, although other demos seem to work OK (but I haven't tried all of them).

Here is information about my Android device:

Samsung Galaxy S10 Model number SM-G973F Android version 10 Kernel version 4.14.113-17369399 Build number QP1A.190711.020.G973FXXS3BSL4

davidlunarg avatar Apr 15 '20 15:04 davidlunarg

Thanks for the report. The synchronization for that example needs some work, so I expected that's what causes the crash. Will investigate.

SaschaWillems avatar Apr 20 '20 17:04 SaschaWillems

Sorry for the very late reply, but I only recently got some time to fix a possible problem with this example where data may not get properly initialized. Can you check again and let me know if this works now?

SaschaWillems avatar Jan 01 '23 08:01 SaschaWillems