Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
5.6.3p4
Issue ID
953901
Regression
No
[Linux][Vulkan] Crash at futex_abstimed_wait_cancelable during a GrabPass in ParticleSystem shader with graphics jobs enabled
Steps to reproduce:
1. Download the attached project
2. Build for Linux Standalone
3. Run on Linux machine
Result: Player crashes
#0 0x00007fe2e1821a06 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x7fe2e0106978) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1 0x00007fe2e1821a06 in do_futex_wait (sem=sem@entry=0x7fe2e0106978, abstime=0x0) at sem_waitcommon.c:111
#2 0x00007fe2e1821ab4 in __new_sem_wait_slow (sem=0x7fe2e0106978, abstime=0x0) at sem_waitcommon.c:181
Reproduced with build from 5.6.3p4
Did not reproduce with: 5.5.5f1, 2017.3.0b1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment