-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Spurious LLDB segfault (signal 11) #45230
Copy link
Copy link
Closed
Labels
A-PythonArea: Python, like bootstrap/CI scripts or linters/formatters, etc.Area: Python, like bootstrap/CI scripts or linters/formatters, etc.A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-external-bugCategory: issue that is caused by bugs in software beyond our controlCategory: issue that is caused by bugs in software beyond our controlC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-PythonArea: Python, like bootstrap/CI scripts or linters/formatters, etc.Area: Python, like bootstrap/CI scripts or linters/formatters, etc.A-spuriousArea: Spurious failures in builds (spuriously == for no apparent reason)Area: Spurious failures in builds (spuriously == for no apparent reason)A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-external-bugCategory: issue that is caused by bugs in software beyond our controlCategory: issue that is caused by bugs in software beyond our controlC-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCT-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.Relevant to the infrastructure team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Symptom:
debuginfo-lldbtests failed with signal 11. Only happens on macOS (others use GDB) and usually i686, and only one test is failing.Example logs (look for "
status: signal: 11"):Affected PRs:
trans_fulfill_obligationinto a query #44967 (comment) (x86_64-apple-darwin :: lexical-scopes-in-block-expression.rs)self: Box<Self>in list of deref methods #42394 (comment) (i686-apple-darwin :: lexical-scope-in-if.rs)Related: #42693 (GDB failed due to
ERROR_NOT_ENOUGH_QUOTAon Windows)