[Mono-bugs] [Bug 80484][Nor] New - System.NullReferenceException in Mono.CSharp.Block.Resolve

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jan 9 04:31:56 EST 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 max at duempel.org.

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

--- shadow/80484	2007-01-09 04:31:55.000000000 -0500
+++ shadow/80484.tmp.9593	2007-01-09 04:31:55.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 80484
+Product: Mono: Compilers
+Version: 1.2
+OS: 
+OS Details: Debian sid/amd64
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: max at duempel.org               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.NullReferenceException in Mono.CSharp.Block.Resolve
+
+Mono 1.2.2.1-1 from the Debian package. The sources to be compiled are
+available at http://www.sunuo.org/
+
+max at rabbit:~/svn/sunuo$ make
+mcs -define:MONO -debug -lib:build -target:library
+-out:build/scripts/legacy.dll -lib:build -r:System.Web.dll
+-r:System.Data.dll -r:log4net.dll -r:SunUO.exe -recurse:'scripts/legacy/*.cs'
+scripts/legacy/Commands/Docs.cs(357,30): warning CS0612:
+`Server.ScriptCompiler.Assemblies' is obsolete
+scripts/legacy/Engines/BulkOrders/SmallBulkEntry.cs(76,25): warning CS0612:
+`Server.Core.BaseDirectory' is obsolete
+Exception caught by the compiler while compiling:
+   Block that caused the problem begin at:
+scripts/legacy/Items/Armor/Leather/LeatherNinjaJacket.cs(14,23):
+System.NullReferenceException: Object reference not set to an instance of
+an object
+
+Unhandled Exception: System.NullReferenceException: Object reference not
+set to an instance of an object
+  at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000] 
+  at Mono.CSharp.EmitContext.ResolveTopBlock (Mono.CSharp.EmitContext
+anonymous_method_host, Mono.CSharp.ToplevelBlock block,
+Mono.CSharp.Parameters ip, IMethodData md, System.Boolean& unreachable)
+[0x00000] 
+make: *** [build/scripts/legacy.dll] Error 1


More information about the mono-bugs mailing list