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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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/ + [EMAIL PROTECTED]:~/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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
