Skip to content

🍒/austria/d52866e1a82d+343662a02878 #3942

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

Merged
merged 2 commits into from
Feb 15, 2022

Conversation

JDevlieghere
Copy link

  • [lldb] Stop forwarding LLDB_DEFAULT_PYTHON_VERSION in crashlog
  • [crashlog] Change heuristic to stripping the meta data from crashlogs

Support for Python 2 was removed in Xcode 13.

Differential revision: https://reviews.llvm.org/D119756

(cherry picked from commit d52866e)
Instead trying to pro-actively determine if the first line in a
crashlog contains meta data, change the heuristic to do the following:

 1. To trying to parse the whole file. If that fails, then:
 2. Strip the first line and try parsing the remainder of the file. If
    that fails, then:
 3. Fall back to the textual crashlog parser.

rdar://88580543

Differential revision: https://reviews.llvm.org/D119755

(cherry picked from commit 343662a)
@JDevlieghere
Copy link
Author

@swift-ci please test

@JDevlieghere
Copy link
Author

@swift-ci please test platform macos

@shahmishal
Copy link
Member

@swift-ci test macOS

@JDevlieghere JDevlieghere merged commit 5e0087f into stable/20211026 Feb 15, 2022
@JDevlieghere JDevlieghere deleted the 🍒/austria/d52866e1a82d+343662a02878 branch February 15, 2022 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants