[Mono-bugs] [Bug 34239][Nor] New - mcs crashing on current System.Windows.Forms code.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Nov 2002 02:18:47 -0000


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 fgonthier@hermes.usherb.ca.

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

--- shadow/34239	Mon Nov 18 21:18:47 2002
+++ shadow/34239.tmp.9167	Mon Nov 18 21:18:47 2002
@@ -0,0 +1,49 @@
+Bug#: 34239
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: fgonthier@hermes.usherb.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs crashing on current System.Windows.Forms code.
+
+Current System.Windows.Forms code can't compile.  Mcs bails out with that 
+exception.
+
+* Note that with current cvs, you will also get 2 errors in the 
+win32Registry.cs file but that bug happens even if you comment out that 
+whole file.  It's not currently used in the code.
+
+Unhandled Exception: System.NullReferenceException: A null value was found 
+where an object instance was required
+in <0x0002e> 00 Mono.CSharp.TypeManager:MemberLookup_FindMembers 
+(System.Type,System.Reflection.MemberTypes,System.Reflection.BindingFlags,s
+tring,bool&)
+in <0x00241> 00 Mono.CSharp.TypeManager:RealMemberLookup 
+(System.Type,System.Type,System.Reflection.MemberTypes,System.Reflection.Bi
+ndingFlags,string)
+in <0x0001e> 00 Mono.CSharp.TypeManager:MemberLookup 
+(System.Type,System.Type,System.Reflection.MemberTypes,System.Reflection.Bi
+ndingFlags,string)
+in <0x0020d> 00 Mono.CSharp.Expression:Resolve 
+(Mono.CSharp.EmitContext,Mono.CSharp.ResolveFlags)
+in <0x00045> 00 Mono.CSharp.Binary:DoResolve (Mono.CSharp.EmitContext)
+in <0x00150> 00 Mono.CSharp.Expression:Resolve 
+(Mono.CSharp.EmitContext,Mono.CSharp.ResolveFlags)
+in <0x0036d> 00 Mono.CSharp.Enum:LookupEnumValue 
+(Mono.CSharp.EmitContext,string,Mono.CSharp.Location)
+in <0x00210> 00 Mono.CSharp.Enum:Define (Mono.CSharp.TypeContainer)
+in <0x00619> 00 Mono.CSharp.RootContext:DefineTypes ()
+in <0x006e4> 00 Mono.CSharp.Driver:MainDriver (string[])
+in <0x0000b> 00 Mono.CSharp.Driver:Main (string[])
+
+The same exception has been reported by marcusU on #mono.