[Mono-bugs] [Bug 77944][Maj] Changed - crash in native code when
running SWF unit tests
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Apr 27 06:44:28 EDT 2006
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 massi at ximian.com.
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: massi at ximian.com
ReportedBy: matt at use.net
@@ -77,6 +77,20 @@
Forgot to re-open...
------- Additional Comments From matt at use.net 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 massi at ximian.com 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 :-(
+
More information about the mono-bugs
mailing list