6.0.3 crashes on Linux when Mutex is used with generic types #80036
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
concurrency
Feature: umbrella label for concurrency language features
crash
Bug: A crash, i.e., an abnormal termination of software
Description
Builds of the Swift AWS Lambda Runtime crashes on Linux when portion of code uses Synchronization's
Mutex
class.As a workaround, we use
NIOLockedValueBox
instead and that works on 6.0.3 LinuxReproduction
Stack dump
Expected behavior
No crash :-)
Environment
Swift version 6.0.3 (swift-6.0.3-RELEASE)
Target: aarch64-unknown-linux-gnu
Additional information
No response
The text was updated successfully, but these errors were encountered: