Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-6598] Linux crash around Decodable/defer/Array.removeLast #49148

Open
stephencelis opened this issue Dec 13, 2017 · 0 comments
Open

[SR-6598] Linux crash around Decodable/defer/Array.removeLast #49148

stephencelis opened this issue Dec 13, 2017 · 0 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Codable Area → standard library: `Codable` and co. standard library Area: Standard library umbrella

Comments

@stephencelis
Copy link
Contributor

Previous ID SR-6598
Radar None
Original Reporter @stephencelis
Type Bug
Additional Detail from JIRA
Votes 0
Component/s Standard Library
Labels Bug, Codable
Assignee None
Priority Medium

md5: 8af690998db743f749dd661ff5413d2d

Issue Description:

I'm not sure I can track down the difference, but when "make test-linux" runs against this commit, it crashes:

pointfreeco/swift-web@83fdd41

The crash is captured here:

https://travis-ci.org/pointfreeco/swift-web/builds/315678521?utm_source=github_status&utm_medium=notification

On closer inspection, I had a bug where I wasn't appending to an array but was still removing from it, fixed here:

pointfreeco/swift-web@0736d3c

Kind of surprising for macOS to build and run these tests without error, though!

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Codable Area → standard library: `Codable` and co. standard library Area: Standard library umbrella
Projects
None yet
Development

No branches or pull requests

1 participant