http://bugzilla.novell.com/show_bug.cgi?id=574434
http://bugzilla.novell.com/show_bug.cgi?id=574434#c8 scott fluto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from scott fluto <[email protected]> 2010-02-08 16:34:04 UTC --- The problem is that its compiling over 100 classes so Im trying to figure out which one its having a problem with. I did try puting some debugging information in MonoCustomAttr.IsDefined and it was working on this before it crashed: Att Type:System.Runtime.CompilerServices.ExtensionAttributeobj: System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Att Type:System.ParamArrayAttributeobj: Int32[] sharedEnums Att Type:System.ParamArrayAttributeobj: Int32[] sharedInts Att Type:System.ParamArrayAttributeobj: Int64[] Stacktrace: what I suspect is Int64[] is and array of interop pointers since sharedenums and sharedints are related to some interop calls to c++. Im not sure why Int64[] doesnt show anything else though but this all seems to have something to do with interop. Do you know what else I can add to identify the class/field that its trying to get attributes for the field that is causing it problems. I think the attribute is related to DllImport attributes is thats any help. thanks scott -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
