[Mono-bugs] [Bug 80503][Blo] New - mdb doesn't work out-of-the-box

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 11 17:13:06 EST 2007


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 amc1999 at gmail.com.

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

--- shadow/80503	2007-01-11 17:13:06.000000000 -0500
+++ shadow/80503.tmp.2930	2007-01-11 17:13:06.000000000 -0500
@@ -0,0 +1,55 @@
+Bug#: 80503
+Product: Mono: Debugger
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: cli
+AssignedTo: martin at ximian.com                            
+ReportedBy: amc1999 at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mdb doesn't work out-of-the-box
+
+Description of Problem:
+Can't debug hello-world test when binaries mono 1.2.2.1 installed on fresh
+Linux.
+
+Steps to reproduce the problem:
+
+1. 
+a. Download VMware image openSUSE with installed mono 1.2.2.1
+b. Install mono_1.2.2.1_1 installer on Fedora core5 or 6 or Ubuntu 6.0.6 or
+6.10 running on virtual machine.
+c. Tested on real box: Fedora Core 5, fresh install with auto-updates applied.
+
+2. Create HelloWorld.cs,  mcs -debug HelloWorld.cs mdb HelloWorld.exe and run
+
+Actual Results:
+
+Mono Debugger
+(mdb) run
+Starting program: HelloWorld.exe 
+Thread @1 stopped at #0: 0x081fe0f1.
+0x081fe0f1      ret    
+
+any other debugging commands can crash or hang your x-term
+
+Expected Results:
+
+Mono Debugger
+(mdb) run
+Starting program: HelloWorld.exe
+Process @4 stopped at: Main(System.String[])+0xb at 
+   11                    Console.WriteLine("Hello world!");
+(mdb)
+
+How often does this happen? 
+always
+
+set of PATH, LD_LIBRARY_PATH, MONO_PATH, MONO_CFG_PATH doesn't help


More information about the mono-bugs mailing list