[Mono-bugs] [Bug 77992][Blo] Changed - Crash in optimize_branches()
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Apr 2 13:32:38 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 martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77992
--- shadow/77992 2006-04-02 13:31:33.000000000 -0400
+++ shadow/77992.tmp.798 2006-04-02 13:32:38.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 77992
Product: Mono: Runtime
Version: 1.0
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Blocker
Component: JIT
AssignedTo: lupus at ximian.com
ReportedBy: martin at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -21,6 +21,26 @@
it makes the debugger unusable.
------- Additional Comments From martin at ximian.com 2006-04-02 13:31 -------
Created an attachment (id=16722)
Test case
+
+------- Additional Comments From martin at ximian.com 2006-04-02 13:32 -------
+It is crashing here:
+
+====
+#0 replace_out_block (bb=0x0, orig=0x780ce0, repl=0x77fdc0) at
+mini.c:8464
+#1 0x00000000004d16c7 in optimize_branches (cfg=0x783fe0) at mini.c:8659
+#2 0x00000000004f0522 in mini_method_compile (method=0x77f800,
+opts=7842632, domain=<value optimized out>,
+ run_cctors=<value optimized out>, compile_aot=<value optimized
+out>, parts=0) at mini.c:9673
+#3 0x00000000004f1749 in mono_jit_compile_method (method=0x77f800) at
+mini.c:10011
+#4 0x00000000005081a9 in mono_magic_trampoline (regs=0x7fffff8b71b8,
+code=0x40017ad7 "L\2134$L\213|$\bH\203\uffff\030\uffff",
+ m=0x77f800, tramp=<value optimized out>) at mini-trampolines.c:27
+=====
+
+The method being JITed is DieSubprogram.ProcessAttributes.
More information about the mono-bugs
mailing list