Skip to content

[lldb] Prevent Task formatter from showing bogus children #10496

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

Conversation

kastiglione
Copy link

Very rarely, we've seen a task include a bogus child task. When this has occurred, the task id has been zero, which is invalid. This change filters out a Task's children if they have a task id of 0.

(cherry picked from commit 529abca)

Very rarely, we've seen a task include a bogus child task. When this has occurred, the task id has been zero, which is invalid. This change filters out a Task's children if they have a task id of 0.

(cherry picked from commit 529abca)
@kastiglione kastiglione requested a review from a team as a code owner April 15, 2025 22:33
@kastiglione
Copy link
Author

@swift-ci test

@kastiglione kastiglione changed the title [lldb] Prevent Task formatter from showing bogus children (#10495) [lldb] Prevent Task formatter from showing bogus children Apr 15, 2025
@kastiglione
Copy link
Author

@swift-ci test linux

1 similar comment
@kastiglione
Copy link
Author

@swift-ci test linux

@adrian-prantl adrian-prantl merged commit 7423a31 into swift/release/6.2 Apr 23, 2025
3 checks passed
@adrian-prantl adrian-prantl deleted the dl/lldb-Prevent-Task-formatter-from-showing-bogus-children-10495 branch April 23, 2025 20:30
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