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=78729 --- shadow/78729 2006-07-08 12:01:25.000000000 -0400 +++ shadow/78729.tmp.26311 2006-07-15 16:36:09.000000000 -0400 @@ -88,6 +88,30 @@ which got fixed in the meantime. I suggest waiting till 1.1.16 is released and check against that version. ------- Additional Comments From [EMAIL PROTECTED] 2006-07-08 12:01 ------- Could you try again with our shiny new 1.1.16 release ? + +------- Additional Comments From [EMAIL PROTECTED] 2006-07-15 16:36 ------- +It fails with trunk as of Jul 15th (post 1.1.16) + +This is a verifier bug: + +4107 --sp; +4108 handle_loaded_temps (cfg, bblock, +stack_start, sp); +4109 NEW_LOCSTORE (cfg, ins, n, *sp); +4110 ins->cil_code = ip; +4111 if (!dont_verify_stloc && +target_type_is_incompatible (cfg, header->locals [n], *sp)) +4112 UNVERIFIED; +4113 if (ins->opcode == CEE_STOBJ) { +4114 NEW_LOCLOADA (cfg, ins, n); +4115 handle_stobj (cfg, bblock, +ins, *sp, ip, ins->klass, FALSE, FALSE, FALSE); +4116 } else +(gdb) + +Fails in "UNVERIFIED" + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
