Skip to content

Conversation

@jonpryor
Copy link
Contributor

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

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

jonpryor added 2 commits July 21, 2022 14:51
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 owner July 22, 2022 11:59
@jonpryor
Copy link
Contributor Author

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
Contributor Author

@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 dellis1972 July 22, 2022 17:22
@dellis1972
Copy link
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
Contributor Author

Replaced by #9238.

@jonpryor jonpryor closed this Mar 12, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2025
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.

2 participants