[Mono-bugs] [Bug 81615][Blo] New - Could not debug a simple program (that use log4net)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 14 08:21:28 EDT 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 informatique.internet at fiducial.fr.

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

--- shadow/81615	2007-05-14 08:21:28.000000000 -0400
+++ shadow/81615.tmp.29033	2007-05-14 08:21:28.000000000 -0400
@@ -0,0 +1,68 @@
+Bug#: 81615
+Product: Mono: Debugger
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: backend
+AssignedTo: martin at ximian.com                            
+ReportedBy: informatique.internet at fiducial.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Could not debug a simple program (that use log4net)
+
+Description of Problem:
+Could not debug a simple program (that use log4net)
+
+Steps to reproduce the problem:
+1. Uncompress monodevelop solution
+2. cd DebuggerTest/bin/Debug/
+3.  mdb ./DebuggerTest.exe
+
+Actual Results:
+
+hubert at hublinux ~/Projects/DebuggerTest/DebuggerTest/bin/Debug $ mdb
+./DebuggerTest.exe
+Mono Debugger
+(mdb) r
+Starting program: ./DebuggerTest.exe 
+Cannot load symbol file
+`/home/hubert/Projects/DebuggerTest/DebuggerTest/bin/Debug/log4net.dll.mdb':
+Could not find file
+"/home/hubert/Projects/DebuggerTest/DebuggerTest/bin/Debug/log4net.dll.mdb".
+EXCEPTION: System.ArgumentException: Cannot compare addresses from
+different domains AddressDomain (0:) and AddressDomain (0:global)
+  at Mono.Debugger.TargetAddress.check_domains (TargetAddress a,
+TargetAddress b) [0x0001e] in
+/home/hubert/mono/debugger/interface/TargetAddress.cs:95 
+  at Mono.Debugger.TargetAddress.op_Equality (TargetAddress a,
+TargetAddress b) [0x00000] in
+/home/hubert/mono/debugger/interface/TargetAddress.cs:146 
+  at Mono.Debugger.Backends.SingleSteppingEngine.throw_exception
+(TargetAddress stack, TargetAddress exc, TargetAddress ip) [0x00031] in
+/home/hubert/mono/debugger/backend/SingleSteppingEngine.cs:920 
+  at Mono.Debugger.Backends.SingleSteppingEngine.ProcessChildEvent
+(Mono.Debugger.Backends.ChildEvent cevent) [0x000c1] in
+/home/hubert/mono/debugger/backend/SingleSteppingEngine.cs:252 
+  at Mono.Debugger.Backends.SingleSteppingEngine.ProcessEvent (Int32
+status) [0x00295] in
+/home/hubert/mono/debugger/backend/SingleSteppingEngine.cs:214 
+  at (wrapper remoting-invoke-with-check)
+Mono.Debugger.Backends.SingleSteppingEngine:ProcessEvent (int)
+  at Mono.Debugger.Backends.ThreadManager.engine_thread_main () [0x000ce]
+in /home/hubert/mono/debugger/backend/ThreadManager.cs:310 
+
+and you have to kill the mdb process by hand
+
+Expected Results:
+it should work
+
+How often does this happen? 
+always
+
+Additional Information:


More information about the mono-bugs mailing list