[Mono-bugs] [Bug 46278][Maj] New - Error in libmono.so when compiling Attribute

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 13 Jul 2003 22:39:24 -0400 (EDT)


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 rafaelteixeirabr@hotmail.com.

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

--- shadow/46278	Sun Jul 13 22:39:24 2003
+++ shadow/46278.tmp.4774	Sun Jul 13 22:39:24 2003
@@ -0,0 +1,59 @@
+Bug#: 46278
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: rafaelteixeirabr@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Error in libmono.so when compiling Attribute
+
+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. tar -zxf Bamboo.Prevalence.tar.gz
+2. cd Bamboo.Prevalence
+3. make -f makefile.gnu
+
+Actual Results:
+
+MONO_PATH=  mcs /target:library  /out:Bamboo.Prevalence.dll
+/recurse:src/Bamboo.Prevalence/*.cs
+In type: Bamboo.Prevalence.Attributes.PrincipalSensitiveAttribute
+ 
+Unhandled Exception: System.NullReferenceException: A null value was found
+where an object instance was required
+in (unmanaged) /usr/lib/libmono.so.0(mono_class_setup_vtable+0x19e)
+[0x400eaf26]
+in (unmanaged) /usr/lib/libmono.so.0 [0x400a84e4]
+in (unmanaged)
+/usr/lib/libmono.so.0(mono_reflection_create_runtime_class+0xb0) [0x400a8bd1]
+in <0x001e8> 00 System.Reflection.Emit.TypeBuilder:CreateType ()
+in <0x00092> 00 Mono.CSharp.TypeContainer:CloseType ()
+in <0x000c6> 00 Mono.CSharp.TypeContainer:CloseType ()
+in <0x00252> 00 Mono.CSharp.RootContext:CloseTypes ()
+in <0x008c4> 00 Mono.CSharp.Driver:MainDriver (string[])
+in <0x0001d> 00 Mono.CSharp.Driver:Main (string[])
+ 
+make: *** [Bamboo.Prevalence.dll] Error 1
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+Always
+
+Additional Information: