[Mono-bugs] [Bug 74469][Min] New - mdb crashes with "help obscure"

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 6 Apr 2005 21:52:22 -0400 (EDT)


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 f@rtfs.org.

http://bugzilla.ximian.com/show_bug.cgi?id=74469

--- shadow/74469	2005-04-06 21:52:22.000000000 -0400
+++ shadow/74469.tmp.2003	2005-04-06 21:52:22.000000000 -0400
@@ -0,0 +1,56 @@
+Bug#: 74469
+Product: Mono: Debugger
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: cli
+AssignedTo: toshok@ximian.com                            
+ReportedBy: f@rtfs.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mdb crashes with "help obscure"
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+mdb crashes if I enter "help obscure"
+
+Steps to reproduce the problem:
+1. run "mdb"
+2. enter "help obscure"
+ 
+
+Actual Results:
+crash
+
+
+Expected Results:
+some help output
+
+
+How often does this happen? 
+always
+
+
+Additional Information:
+
+Mono Debugger
+(mdb) help obscure
+List of commands:
+
+EX: System.NullReferenceException: Object reference not set to an instance
+of an object
+in <0x0036c> Mono.Debugger.Frontend.HelpCommand:Execute
+(Mono.Debugger.Frontend.Engine e)
+in <0x00045> Mono.Debugger.Frontend.Engine:Run (System.String s,
+System.Collections.ArrayList args)
+in <0x00026> Mono.Debugger.Frontend.LineParser:Execute ()
+in <0x00052> Mono.Debugger.Frontend.CommandLineInterpreter:MainLoop ()
+in <0x000bc> Mono.Debugger.Frontend.CommandLineInterpreter:Main
+(System.String[] args)