Search Issue Tracker

Duplicate

Votes

0

Found in [Package]

2.1.4

Issue ID

1139209

Regression

No

[Android] [LWRP] [Vulkan] Application crash on Adreno GPUs and Vulkan Graphics API when Depth of Field effect is enabled

Package: PostProcessing

-

Steps to reproduce:
1) Download SRP Repo from here: https://github.com/Unity-Technologies/ScriptableRenderPipeline
2) Open ScriptableRenderPipeline >> TestProjects >> LWGraphicstest project in Unity
3) Make sure Vulkan is the only Graphics API in the Player Settings
4) Leave only "027_PostProcessing" scene in the Build Settings
5) Build and Run "027_PostProcessing" scene on a device
Observe crash when application is launched and check the logcat to see printed message multiple times:
Vulkan error VK_ERROR_DEVICE_LOST (-4) file: ./Runtime/GfxDevice/vulkan/VKTaskExecutor.cpp, line: 1197
03-22 11:17:32.398 10094 10190 D Unity : Vulkan error./Runtime/GfxDevice/vulkan/VKTaskExecutor.cpp:1197
03-22 11:17:32.398 10094 10190 D Unity : #00 0xcbf6cf04 0xcbf6cf04 (libunity.so) vk::TaskExecutor::DoFlush(unsigned long long, unsigned long long, unsigned long long) 0x1fc
03-22 11:17:32.398 10094 10190 D Unity : #01 0xcbf4a264 0xcbf4a264 (libunity.so) GfxDeviceVK::SubmitCurrentCommandBuffers(unsigned long long) 0x244
03-22 11:17:32.398 10094 10190 D Unity : #02 0xcbf4ace8 0xcbf4ace8 (libunity.so) GfxDeviceVK::PresentImage(unsigned int, bool) 0x174
03-22 11:17:32.398 10094 10190 D Unity : #03 0xcbf4a9e4 0xcbf4a9e4 (libunity.so) GfxDeviceVK::PresentFrame() 0x9c
03-22 11:17:32.398 10094 10190 D Unity : #04 0xcb722f58 0xcb722f58 (libunity.so) GfxDeviceWorker::RunCommand(ThreadedStreamBuffer&) 0x7110
03-22 11:17:32.399 10094 10190 D Unity : #05 0xcb723618 0xcb723618 (libunity.so) GfxDeviceWorker::RunExt(ThreadedStreamBuffer&) 0x44
03-22 11:17:32.399 10094 10190 D Unity : #06 0xcb7235a8 0xcb7235a8 (libunity.so) GfxDeviceWorker::Run() 0x84
03-22 11:17:32.399 10094 10190 D Unity : #07 0xcb71bb38 0xcb71bb38 (libunity.so) GfxDeviceWorker::RunGfxDeviceWorker(void*) 0x4
03-22 11:17:32.399 10094 10190 D Unity : #08 0xcbc4cb24 0xcbc4cb24 (libunity.so) Thread::RunThreadWrapper(void*) 0x2e0
03-22 11:17:32.399 10094 10190 D Unity : #09 0xeab71b32 0xeab71b32 (libc.so) __pthread_start(void*) 0x13
03-22 11:17:32.399 10094 10190 D Unity : #10 0xeab2b48a 0xeab2b48a (libc.so) __start_thread 0x15

Reproduced with:
2019.1.0b6, 2019.2.0a9

LWRP package version:
5.7.2, 5.10.0

PostProcessing version:
2.1.4

Devices under testing:
Reproduced with:
VLNQA00018 Google Pixel*, OS:8.1.0, CPU:arm64-v8a, GPU:Adreno (TM) 530
VLNQA00144 Samsung Galaxy S9, OS:9, CPU:arm64-v8a, GPU:Adreno (TM) 630

Not reproduced with:
VLNQA00013 Samsung Galaxy S6 Edge+, OS:7.0, CPU:arm64-v8a, GPU:Mali-T760
VLNQA00220 Samsung Galaxy Note9, OS:8.1.0, CPU:arm64-v8a, GPU:Mali-G72

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.