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=76717 --- shadow/76717 2005-11-15 18:41:40.000000000 -0500 +++ shadow/76717.tmp.13006 2005-11-15 18:41:40.000000000 -0500 @@ -0,0 +1,39 @@ +Bug#: 76717 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: RHEL4 +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: interop +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Marshal.SizeOf asserts on a packed struct + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +Marshal.SizeOf cannot handle packed structures + +Steps to reproduce the problem: +1. Compile the attached test.cs which marshals a 2-byte-packed struct +2. Run it +3. + +Actual Results: +** ERROR **: file object.c: line 503 (compute_class_bitmap): assertion +failed: ((field->offset % sizeof(gpointer)) == 0) + +Expected Results: +success + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
