Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75964 --- shadow/75964 2005-09-02 08:50:46.000000000 -0400 +++ shadow/75964.tmp.10699 2005-09-02 08:50:46.000000000 -0400 @@ -0,0 +1,53 @@ +Bug#: 75964 +Product: Mono: Debugger +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: cli +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Quiting fails. + +This is a simpler version of quiting failing: + +mono$ mdb /cvs/mcs/mcs/mcs.exe +Mono Debugger +(mdb) run +Starting program: /cvs/mcs/mcs/mcs.exe +Process @4 stopped at #0: 0x40e5d7dd in +Mono.CSharp.Driver.Main(System.String[])+0x15 at +/home/cvs/mcs/mcs/driver.cs:284. + 284 bool ok = MainDriver (args); +(mdb) quit +The program is running. Exit anyway? (y or n) y +Caught exception while executing command +Mono.Debugger.Frontend.QuitCommand: System.NullReferenceException: Object +reference not set to an instance of an object +in [0x0001e] (at +/home/cvs/debugger/backends/remoting/DebuggerClient.cs:127) +Mono.Debugger.Remoting.DebuggerClient:Shutdown () +in (wrapper remoting-invoke-with-check) +Mono.Debugger.Remoting.DebuggerClient:Shutdown () +in [0x00036] (at +/home/cvs/debugger/backends/remoting/DebuggerManager.cs:71) +Mono.Debugger.Remoting.DebuggerManager:Kill () +in (wrapper remoting-invoke-with-check) +Mono.Debugger.Remoting.DebuggerManager:Kill () +in <0x00010> Mono.Debugger.Frontend.Interpreter:Kill () +in <0x0000a> Mono.Debugger.Frontend.Interpreter:Exit () +in (wrapper remoting-invoke-with-check) +Mono.Debugger.Frontend.Interpreter:Exit () +in <0x00019> Mono.Debugger.Frontend.QuitCommand:DoExecute +(Mono.Debugger.Frontend.ScriptingContext context) +in <0x0001f> Mono.Debugger.Frontend.DebuggerCommand:Execute +(Mono.Debugger.Frontend.ScriptingContext context) +in <0x00121> Mono.Debugger.Frontend.DebuggerCommand:Execute +(Mono.Debugger.Frontend.Engine e) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
