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=77944 --- shadow/77944 2006-04-26 19:34:11.000000000 -0400 +++ shadow/77944.tmp.11106 2006-04-27 06:44:28.000000000 -0400 @@ -1,12 +1,12 @@ Bug#: 77944 Product: Mono: Runtime Version: 1.1 OS: unknown OS Details: -Status: NEW +Status: ASSIGNED Resolution: Severity: Unknown Priority: Major Component: JIT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -77,6 +77,20 @@ Forgot to re-open... ------- Additional Comments From [EMAIL PROTECTED] 2006-04-26 19:34 ------- This is on x86 and amd64. Depending on compiler optimizations, gcc version, etc it may not crash but you will still see the valgrind warnings. + +------- Additional Comments From [EMAIL PROTECTED] 2006-04-27 06:44 ------- +This looks similar to another thing I'm debugging, which +also happens with inline only. + +In my case, the problem is a crash in the JIT itself, +apparently at the end or in the middle of the local regalloc +and anyway inside mini_codegen, and apparently is related to +some kind of "size" problem (inlining too many methods in a +very large method causes the crash). + +Unfortunately, the behavior changes under gdb, so I'll have +to re-isolate the failing large method :-( + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
