Uh oh!
There was an error while loading. Please reload this page.
Fix createdump failure on MacOS Monterey version 12.0.1. - #62548
Conversation
Fails looking for the symbol _dyld_all_image_infos in dylinker. The fix is to fallback to searching all the symbols after searching the "external" symbols. Issue: dotnet#62181
ghost
commented
Dec 8, 2021
Tagging subscribers to this area: @tommcdon Issue DetailsCustomer ImpactCustomers (like VS4Mac and the dev in the below issue) fail to collect dumps on MacOS Monterey. DetailsFails looking for the symbol _dyld_all_image_infos in dylinker. The fix is to fallback to searching all the symbols after searching the "external" symbols. Issue: #62181 TestingLocal testing. Will ask VS4Mac to verify. RiskLow since it only affects createdump and managed debugging (DBI/DAC).
|
jeffschwMSFT
left a comment
There was a problem hiding this comment.
Approved. We can take for consideration in 6.0.x
safern
commented
Dec 15, 2021
@jeffschwMSFT can I merge this or still has to go over tactics? |
jeffschwMSFT
commented
Dec 15, 2021
Have not yet sought approval |
mikem8361
commented
Dec 15, 2021
via email
safern
commented
Dec 17, 2021
Approved on tactics and over email. |
Customer Impact
Customers (like VS4Mac and the dev in the below issue) fail to collect dumps on MacOS Monterey.
Details
Fails looking for the symbol _dyld_all_image_infos in dylinker. The fix is to fallback to searching all the symbols after searching the "external" symbols.
Issue: #62181
Testing
Local testing. The VS4Mac team has verified.
Risk
Low since it only affects createdump and managed debugging (DBI/DAC).