[Mono-bugs] [Bug 79381][Blo] Changed - forcing the cfg->method->dynamic branch on ppc machines, generates SIGILL exceptions
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 18 15:31:47 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 joe at otee.dk.
http://bugzilla.ximian.com/show_bug.cgi?id=79381
--- shadow/79381 2006-09-14 16:59:37.000000000 -0400
+++ shadow/79381.tmp.21946 2006-09-18 15:31:47.000000000 -0400
@@ -198,6 +198,49 @@
return 0;
}
}
----
+
+------- Additional Comments From joe at otee.dk 2006-09-18 15:31 -------
+www.otee.dk/joe/appdomain1.exe.zip
+
+produces an exception inside gdb, here is the backtrace produced by gdb.
+
+#0 0x02157de0 in ?? ()
+#1 0x02157e0c in ?? ()
+warning: Previous frame identical to this frame (corrupt stack?)
+#2 0x021544dc in ?? ()
+#3 0x02154034 in ?? ()
+#4 0x0215344c in ?? ()
+#5 0x02152268 in ?? ()
+#6 0x0214dcb0 in ?? ()
+#7 0x0214d9a4 in ?? ()
+#8 0x0214be84 in ?? ()
+#9 0x0214b7a8 in ?? ()
+#10 0x0214b4b0 in ?? ()
+#11 0x021497c0 in ?? ()
+#12 0x02149550 in ?? ()
+#13 0x02148d70 in ?? ()
+#14 0x02148180 in ?? ()
+#15 0x02145ee4 in ?? ()
+#16 0x02144e30 in ?? ()
+#17 0x00077138 in mono_remoting_invoke (real_proxy=0x742e00, msg=0x7dc9c0,
+exc=0xbffff49c, out_args=0x73fb90) at object.c:3691
+#18 0x00078d24 in mono_store_remote_field_new (this=0x7d7fc0, klass=0x0, field=0x0,
+arg=0x0) at object.c:4191
+#19 0x0214496c in ?? ()
+#20 0x02144824 in ?? ()
+#21 0x010e8ee8 in ?? ()
+#22 0x010e8b0c in ?? ()
+#23 0x007b90a0 in ?? ()
+#24 0x007b8b58 in ?? ()
+#25 0x00076068 in mono_runtime_exec_main (method=0x741f00, args=0x9e60000,
+exc=0x0) at object.c:2188
+#26 0x000797c4 in mono_runtime_run_main (method=0x73d318, argc=0,
+argv=0x740e70, exc=0x201df00) at object.c:2054
+#27 0x00003fc0 in mono_main (argc=2, argv=0x177178) at driver.c:555
+#28 0x0000200c in _start (argc=2, argv=0xbffffbd8, envp=0xbffffbe4) at /SourceCache/
+Csu/Csu-58/crt.c:272
+#29 0x00001eb4 in start ()
+
More information about the mono-bugs
mailing list