[Mono-bugs] [Bug 81615][Blo] Changed - 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:51:56 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:58.000000000 -0400
+++ shadow/81615.tmp.29438	2007-05-14 08:51:56.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 81615
 Product: Mono: Debugger
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: backend
 AssignedTo: martin at ximian.com                            
 ReportedBy: informatique.internet at fiducial.fr               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -68,6 +68,44 @@
 Additional Information:
 
 ------- Additional Comments From informatique.internet at fiducial.fr  2007-05-14 08:21 -------
 Created an attachment (id=19229)
 DebuggerTest.tar.gz
 
+
+------- Additional Comments From informatique.internet at fiducial.fr  2007-05-14 08:51 -------
+i added log4net.mdb 
+
+and i get :
+
+hubert at hublinux ~/Projects/DebuggerTest/DebuggerTest/bin/Debug $ mdb
+./DebuggerTest.exe
+Mono Debugger
+(mdb) r
+Starting program: ./DebuggerTest.exe 
+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 
+(mdb) quit
+The program is running.  Exit anyway? (y or n) y
+Thread @1 exited normally.
+Process #1 exited.
+Target exited.
+


More information about the mono-bugs mailing list