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-3179] SourceKitService and lldb-rpc-server crash #4508

Closed
NevinBR opened this issue Nov 10, 2016 · 1 comment
Closed

[SR-3179] SourceKitService and lldb-rpc-server crash #4508

NevinBR opened this issue Nov 10, 2016 · 1 comment
Labels

Comments

@NevinBR
Copy link

NevinBR commented Nov 10, 2016

Previous ID SR-3179
Radar None
Original Reporter @NevinBR
Type Bug
Status Closed
Resolution Duplicate
Environment

Xcode 8.1 (8B62)
OS X 10.11.6
Apple Swift version 3.0.1 (swiftlang-800.0.58.6 clang-800.0.42.1)

Additional Detail from JIRA
Votes 0
Component/s LLDB for Swift, Source Tooling
Labels Bug, CompilerCrash
Assignee None
Priority Medium

md5: 474debef7ddc7e42029dca80b501c69c

blocks:

  • SR-1795 SILGen crash on overloading functions which take tuple & individual args

Issue Description:

Putting these two lines in a Swift file makes SourceKitService and lldb-rpc-server quit unexpectedly:
func f(_ a: Int, _ b: Int) { }
func f(_ ab: (Int, Int)) { }

Edit: duplicate report of https://bugs.swift.org/browse/SR-1795

@NevinBR
Copy link
Author

NevinBR commented Nov 11, 2016

Closed as duplicate

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 7, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant