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=79014 --- shadow/79014 2006-08-04 16:44:14.000000000 -0400 +++ shadow/79014.tmp.18133 2006-08-04 16:44:14.000000000 -0400 @@ -0,0 +1,100 @@ +Bug#: 79014 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: xsp2 & atlas - missing class TemplateInstanceAttribute + +Description of Problem: + +Running a site that links against Microsoft.Web.Atlas.dll and navigating to +a page that contains a <atlas> tag crashes xsp2. This is with xsp2 1.1.16. +Missing class? + + + +** (/usr/lib/xsp/2.0/xsp2.exe:17361): WARNING **: Missing method .ctor in +assembly /home/reformist/factHunter/bin/Microsoft.Web.Atlas.dll, type +System.Web.UI.TemplateInstanceAttribute + +** ERROR **: Can't find custom attr constructor image: +/home/reformist/factHunter/bin/Microsoft.Web.Atlas.dll mtoken: 0x0a000316 +aborting... + +================================================================= +Got a SIGABRT while executing native code. This usually indicates +a fatal error in the mono runtime or one of the native libraries +used by your application. +================================================================= + +Stacktrace: + + at (wrapper managed-to-native) +System.MonoCustomAttrs.GetCustomAttributesInternal +(System.Reflection.ICustomAttributeProvider,System.Type,bool) <0x0000b> + at (wrapper managed-to-native) +System.MonoCustomAttrs.GetCustomAttributesInternal +(System.Reflection.ICustomAttributeProvider,System.Type,bool) <0xffffffff> + at System.MonoCustomAttrs.GetCustomAttributesBase +(System.Reflection.ICustomAttributeProvider,System.Type) <0x00039> + at System.MonoCustomAttrs.GetCustomAttributes +(System.Reflection.ICustomAttributeProvider,System.Type,bool) <0x000d1> + at System.Reflection.MonoProperty.GetCustomAttributes (System.Type,bool) +<0x00025> + at System.Web.UI.TemplateBuilder..ctor +(System.Reflection.ICustomAttributeProvider) <0x00040> + at System.Web.UI.ControlBuilder.CreatePropertyBuilder +(string,System.Web.UI.TemplateParser,System.Collections.IDictionary) <0x000f3> + at System.Web.UI.ControlBuilder.CreateSubBuilder +(string,System.Collections.Hashtable,System.Type,System.Web.UI.TemplateParser,System.Web.Compilation.ILocation) +<0x0005a> + at System.Web.Compilation.AspGenerator.ProcessTag +(string,System.Web.Compilation.TagAttributes,System.Web.Compilation.TagType) +<0x001a4> + at System.Web.Compilation.AspGenerator.TagParsed +(System.Web.Compilation.ILocation,System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttributes) +<0x002b2> + +Native stacktrace: + + /usr/bin/mono(mono_handle_native_sigsegv+0xe2) [0x507372] + /lib/libpthread.so.0 [0x2b6b28e8b4d0] + /lib/libc.so.6(gsignal+0x3d) [0x2b6b2925111d] + /lib/libc.so.6(abort+0xfe) [0x2b6b2925284e] + /usr/lib/libglib-2.0.so.0 [0x2b6b28c0442f] + /usr/lib/libglib-2.0.so.0(g_log+0x83) [0x2b6b28c044b3] + /usr/bin/mono(mono_custom_attrs_from_index+0x1ee) [0x51145e] + /usr/bin/mono(mono_reflection_get_custom_attrs_by_type+0x16) [0x51bd36] + [0x40b73eac] +Aborted + + + + +Steps to reproduce the problem: +1. Build a site that makes use of the Atlas framework, including a page +with an <Atlas> tag +2. View it +3. + +Actual Results: + + +Expected Results: + + +How often does this happen? +Always + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
