You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I need a new feature in the 5.3 SPM, I'm trying to switch over my server development to Swift 5.3. I realize it's not a proper release yet, but wondering where a problem lies.
I'm building using:
The Docker image: swiftlang/swift:nightly-5.3-xenial
And then running using:
swiftlang/swift:nightly-master-xenial-slim
The run gives me Segmentation fault only. I've used ldd to attempt to see if I'm missing libraries, but that doesn't seem to be the issue. If I run instead using swiftlang/swift:nightly-5.3-xenial, it works fine. (My server starts fine). I realize I'm not giving you many details. I can provide if that helps.
The text was updated successfully, but these errors were encountered:
Because I need a new feature in the 5.3 SPM, I'm trying to switch over my server development to Swift 5.3. I realize it's not a proper release yet, but wondering where a problem lies.
I'm building using:
The Docker image: swiftlang/swift:nightly-5.3-xenial
And then running using:
swiftlang/swift:nightly-master-xenial-slim
The run gives me
Segmentation fault
only. I've usedldd
to attempt to see if I'm missing libraries, but that doesn't seem to be the issue. If I run instead usingswiftlang/swift:nightly-5.3-xenial
, it works fine. (My server starts fine). I realize I'm not giving you many details. I can provide if that helps.The text was updated successfully, but these errors were encountered: