Open crspybits opened 4 years ago
@drexin @tomerd Do you know what's going on here?
hard to say without details about the crash. is there some additional information that can be shared?
@crspybits could you try running your binary in lldb on the slim image? Like @tomerd said, it would be good to have a little more information.
Thanks. Just tried building my image again from slim
, and running my server. And it's working. Well. Next time, if I get this, I'll try lldb
.
@crspybits Is it ok to close this issue?
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.