[Mono-bugs] [Bug 76371][Nor] New - NullReferenceException compiling NDoc

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Oct 8 09:06:33 EDT 2005


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 gert.driesen at pandora.be.

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

--- shadow/76371	2005-10-08 09:06:33.000000000 -0400
+++ shadow/76371.tmp.5392	2005-10-08 09:06:33.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 76371
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: NullReferenceException compiling NDoc 
+
+MCS (svn head) throws a NullReferenceException when compiling NDoc:
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+in <0x00074> Mono.CSharp.TypeContainer:DoDefineMembers ()
+in <0x00050> Mono.CSharp.TypeContainer:DefineMembers
+(Mono.CSharp.TypeContainer container)
+in <0x000dd> Mono.CSharp.RootContext:PopulateTypes ()
+in <0x00ba5> Mono.CSharp.Driver:MainDriver (System.String[] args)
+in <0x00041> Mono.CSharp.Driver:Main (System.String[] args)
+
+This is a regression as NDoc used to compile just fine.
+
+To reproduce this issue, execute the following shell script (from a temp dir):
+
+#!/bin/sh
+export CVSROOT=:pserver:anonymous at cvs.sourceforge.net:/cvsroot/nant
+cvs co nant
+export CVSROOT=:pserver:anonymous at cvs.sourceforge.net:/cvsroot/ndoc
+cvs co ndoc
+cd nant
+make build-bootstrap
+mono bootstrap/NAnt.exe -t:mono-1.0 build
+cd ..
+cd ndoc
+mono ../nant/build/mono-1.0.unix/nant-0.85-debug/bin/NAnt.exe -t:mono-1.0


More information about the mono-bugs mailing list