[Mono-bugs] [Bug 77153][Blo] New - mdb fails on simple program referencing log4net.dll

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jan 4 08:39:45 EST 2006


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 kratz at omnicore.com.

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

--- shadow/77153	2006-01-04 08:39:45.000000000 -0500
+++ shadow/77153.tmp.27897	2006-01-04 08:39:45.000000000 -0500
@@ -0,0 +1,71 @@
+Bug#: 77153
+Product: Mono: Debugger
+Version: unspecified
+OS: 
+OS Details: Debian Sid - i686
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: backend
+AssignedTo: martin at ximian.com                            
+ReportedBy: kratz at omnicore.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mdb fails on simple program referencing log4net.dll
+
+Debugger version 0.11. (This version is currently not selectable in 
+Bugzilla) running on Mono 1.1.11.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Extract the archive
+2. Run "mdb Program.exe" 
+3. Enter "run"
+
+Actual Results:
+(mdb) run
+Starting program: Program.exe
+EXCEPTION: System.NullReferenceException: Object reference not set to an
+instance of an object
+in [0x00021] (at
+/home/hans/mono-debugger-0.11/classes/SymbolTableManager.cs:109)
+Mono.Debugger.SymbolTableManager:Lookup (TargetAddress address)
+in (wrapper remoting-invoke-with-check)
+Mono.Debugger.SymbolTableManager:Lookup (Mono.Debugger.TargetAddress)
+in [0x00027] (at
+/home/hans/mono-debugger-0.11/backends/SingleSteppingEngine.cs:593)
+Mono.Debugger.Backends.SingleSteppingEngine:Lookup (TargetAddress address)
+in [0x0002f] (at
+/home/hans/mono-debugger-0.11/backends/SingleSteppingEngine.cs:875)
+Mono.Debugger.Backends.SingleSteppingEngine:frame_changed (TargetAddress
+address, Mono.Debugger.Backends.Operation operation)
+in [0x00324] (at
+/home/hans/mono-debugger-0.11/backends/SingleSteppingEngine.cs:314)
+Mono.Debugger.Backends.SingleSteppingEngine:ProcessChildEvent
+(Mono.Debugger.Backends.ChildEvent cevent)
+in [0x000fe] (at
+/home/hans/mono-debugger-0.11/backends/SingleSteppingEngine.cs:178)
+Mono.Debugger.Backends.SingleSteppingEngine:ProcessEvent (Int32 status)
+in (wrapper remoting-invoke-with-check)
+Mono.Debugger.Backends.SingleSteppingEngine:ProcessEvent (int)
+in [0x000c4] (at
+/home/hans/mono-debugger-0.11/backends/ThreadManager.cs:454)
+Mono.Debugger.Backends.ThreadManager:engine_thread_main ()
+
+
+Expected Results:
+
+No exception.
+
+How often does this happen? 
+
+Always reproducable.
+
+Additional Information:


More information about the mono-bugs mailing list