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=80580 --- shadow/80580 2007-01-22 12:03:08.000000000 -0500 +++ shadow/80580.tmp.32673 2007-01-23 13:48:02.000000000 -0500 @@ -1,15 +1,15 @@ Bug#: 80580 Product: Mono: Runtime Version: 1.2 OS: GNU/Linux [Other] OS Details: Gentoo 2.6.19 -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown -Priority: Major +Priority: Normal Component: interop AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: @@ -109,6 +109,14 @@ Created an attachment (id=18536) Source code to reproduce bug ------- Additional Comments From [EMAIL PROTECTED] 2007-01-22 12:03 ------- Made summary better describe the problem. + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-23 13:48 ------- +It is actually the Pack=1 property you set that broke the code. +All the uses of Pack=1 to misalign a non-byte type are broken and your +code is not portable and it will crash on some architectures. +Usually people cut&paste it from broken examples or they don't +understand what Pack=1 means, so if you don't really need it, remove +it. The code will now run with mono from svn on x86-like archs. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
