Skip to content

Conversation

@hoyosjs
Copy link
Member

@hoyosjs hoyosjs commented Sep 30, 2021

cc: @dotnet/dotnet-monitor

mikelle-rogers and others added 30 commits July 23, 2021 17:51
* Fix asssuption in SOS what the IXClrDataModule::GetFlags returns.

* Update to lldb-included Alpine 3.13 container

* Try node image for agent comms

* Use container with correct metadata to node path

* Remove libintl dependencies

* Update dependencies from https://github.com/dotnet/runtime build 20210724.7

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.6.0
 From Version 6.0.0-preview.7.21361.10 -> To Version 6.0.0-rc.1.21374.7

* Disable testing against dumps on Alpine for now (until the 6.0 createdump change is in)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <[email protected]>
Co-authored-by: Juan Hoyos <[email protected]>
Co-authored-by: Juan Sebastian Hoyos Ayala <[email protected]>
[main] Update dependencies from dotnet/aspnetcore
…otnet#2452)

- Depends on dotnet/runtime#56346
- Reverted commit 3d57bee from PR dotnet#2324 since the relevant change to `ThreadCounts` was reverted in dotnet/runtime#56346
…s on 6.0 (dotnet#2460)

* Update alpine image that includes lldb python support

* Enable lldb and dump tests on Alpine

* Don't run the bpmd portions of the tests on Alpine

* Add requiresCapPtraceContainer:true to Alpine legs
Fixes some of the issues in dotnet#2375

The problem is that the image mapping memory service didn't convert the rva from a
loaded layout calculated from the in-memory module to the file layout (the PEReader
with the downloaded image).

On Windows, images (native or managed) are always loaded layout so return false in
IModule.IsFileLayout without calling GetPEInfo() to avoid the recursion that broken
getting the info about coreclr.dll. It turns out that the heap dumps generated on
Windows don't have the image in-memory.

Don't get module version in GetPEInfo() to determine the layout. Cleanup.

Skip relocations that span cache blocks. This happens very rarely and should not affect
anything unless we get really really unlucky.
Mike McLaughlin and others added 24 commits September 20, 2021 16:32
Fix misc SOS bugs

* Fix bug in the AddFilesFromDirectoryToTpaList issue: dotnet#2596

* Added some logging to GetLineByOffset

* Improve SymbolService.ParseSymbolPath support for Watson. Issue dotnet#2512. Can
now handle the various symbol paths that Watson can throw at us. Doesn't support actually calling the symbol server
dll like in the symsrv*symaudit.dll*\\server\share syntax. The dll is ignored.

* Minor doc updates

* Better loadsymbols error message when no server is set
* Update dependencies from https://github.com/dotnet/runtime build 20210920.22

Microsoft.NETCore.App.Runtime.win-x64 , VS.Redist.Common.NetCore.SharedFramework.x64.6.0
 From Version 6.0.0-rc.2.21464.21 -> To Version 6.0.0-rtm.21470.22

* Fix SOS bpmd tests on 6.0 runtime

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Mike McLaughlin <[email protected]>
* Add glob support for asp.net triggers

* PR feedback

* Pr feedback
@hoyosjs hoyosjs self-assigned this Sep 30, 2021
@hoyosjs hoyosjs requested a review from a team as a code owner September 30, 2021 00:20
@hoyosjs hoyosjs merged commit fbe3b89 into dotnet:release/stable Sep 30, 2021
@hoyosjs hoyosjs deleted the juhoyosa/merge-main-to-release branch September 30, 2021 11:05
@github-actions github-actions bot locked and limited conversation to collaborators Jan 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.