Skip to content

Bump to mono/debugger-libs/main@793b1d64 - #7191

Closed
jonpryor wants to merge 2 commits into
dotnet:mainfrom
jonpryor:jonp-bump-dl-793b1d64
Closed

Bump to mono/debugger-libs/main@793b1d64#7191
jonpryor wants to merge 2 commits into
dotnet:mainfrom
jonpryor:jonp-bump-dl-793b1d64

Conversation

@jonpryor

Copy link
Copy Markdown
Contributor

Changes: mono/debugger-libs@c53676b...793b1d6

% git diff --shortstat c53676b0...793b1d64
24 files changed, 747 insertions(+), 270 deletions(-)

Changes: mono/debugger-libs@c53676b...793b1d6
% git diff --shortstat c53676b0...793b1d64
24 files changed, 747 insertions(+), 270 deletions(-)
@jonpryor
jonpryor requested a review from grendello as a code ownerJuly 22, 2022 11:59
@jonpryor

Copy link
Copy Markdown
ContributorAuthor

Ouch; CustomApplicationRunsWithDebuggerAndBreaks(True,"Assemblies:Dexes",True) has Standard_Console_Output.txt containing:

System.NullReferenceException: Object reference not set to an instance of an object
at Mono.Debugging.Soft.SoftDebuggerSession.HandleAssemblyLoaded (Mono.Debugger.Soft.AssemblyMirror asm) [0x00098] in <7299baded5c74c3cb98aede2c74225e6>:0 at Mono.Debugging.Soft.SoftDebuggerSession.HandleAssemblyLoadEvents (Mono.Debugger.Soft.AssemblyLoadEvent[] events) [0x00039] in <7299baded5c74c3cb98aede2c74225e6>:0 at Mono.Debugging.Soft.SoftDebuggerSession.HandleEventSet (Mono.Debugger.Soft.EventSet es) [0x000e5] in <7299baded5c74c3cb98aede2c74225e6>:0 at Mono.Debugging.Soft.SoftDebuggerSession.EventHandler () [0x0005d] in <7299baded5c74c3cb98aede2c74225e6>:0 

That looks bad.

@jonpryor

Copy link
Copy Markdown
ContributorAuthor

@dellis1972: how much do we care about debugger-libs? Presumably we're hitting a newly introduced bug in debugger-libs; should this get fixed? Who can fix it? (You? 😅)

@jonpryor
jonpryor requested a review from dellis1972July 22, 2022 17:22
@dellis1972

Copy link
Copy Markdown
Contributor

@dellis1972: how much do we care about debugger-libs? Presumably we're hitting a newly introduced bug in debugger-libs; should this get fixed? Who can fix it? (You? 😅)

I'll need to debug this and see what is causing it. It might be expectng something we are not providing it with.

@jonpryor

Copy link
Copy Markdown
ContributorAuthor

Replaced by #9238.

@github-actionsgithub-actionsBot locked and limited conversation to collaborators Apr 12, 2025
Sign up for freeto 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.

2 participants

@jonpryor@dellis1972