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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -68,6 +68,44 @@ Additional Information: ------- Additional Comments From [EMAIL PROTECTED] 2007-05-14 08:21 ------- Created an attachment (id=19229) DebuggerTest.tar.gz + +------- Additional Comments From [EMAIL PROTECTED] 2007-05-14 08:51 ------- +i added log4net.mdb + +and i get : + [EMAIL PROTECTED] ~/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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
