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-11897] LLDB can't load type information #4432

Closed
glbrntt opened this issue Dec 4, 2019 · 4 comments
Closed

[SR-11897] LLDB can't load type information #4432

glbrntt opened this issue Dec 4, 2019 · 4 comments
Assignees
Labels
bug Something isn't working LLDB for Swift

Comments

@glbrntt
Copy link

glbrntt commented Dec 4, 2019

Previous ID SR-11897
Radar rdar://problem/57625175
Original Reporter @glbrntt
Type Bug
Status Resolved
Resolution Duplicate
Environment
  • Ubuntu 16.04

  • Swift 5.1.2

Additional Detail from JIRA
Votes 1
Component/s LLDB for Swift
Labels Bug
Assignee @adrian-prantl
Priority Medium

md5: d1fa24acc590247a5501eada8eb85dbb

duplicates:

  • SR-7932 Cannot load Swift type information; AST validation error: The serialized module is corrupted. / Swift expressions require OS X 10.10 / iOS 8 SDKs or later

Issue Description:

I was trying to debug a sigsegv in one of the SwiftNIO tests and ran it with lldb:

$ while time lldb --batch -o run -k "image list" -k "register read" -k "bt all" -k "exit 134" .build/debug/swift-nioPackageTests.xctest – NIOTests.ChannelTests/testDescriptionCanBeCalledFromNonEventLoopThreads; do true; done

When the test eventually failed this was the output of bt all:

(lldb) bt all``/Users/georgebarnett/workspace/swift-nio/.build/debug/swift-nioPackageTests.xctest: Cannot load Swift type information; AST validation error: The serialized module is corrupted.``Unable to load module.

@weissi
Copy link
Member

weissi commented Dec 4, 2019

@swift-ci create

@weissi
Copy link
Member

weissi commented Dec 4, 2019

CC @dcci

@dcci
Copy link
Mannequin

dcci mannequin commented Dec 4, 2019

@vedantk is looking at this very one

@adrian-prantl
Copy link
Member

I'm pretty sure this is a dupe of SR-7932.

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

No branches or pull requests

3 participants