[Mono-bugs] [Bug 74921][Nor] Changed - The runtime doesn't work
correctly when compiled with gcc-4.0
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 13 14:53:27 EDT 2005
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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=74921
--- shadow/74921 2005-05-12 06:53:46.000000000 -0400
+++ shadow/74921.tmp.23103 2005-06-13 14:53:27.000000000 -0400
@@ -59,6 +59,38 @@
mono 1.1.7 on i586 was compiled with gcc 4.0.0, on x86_64 it was built with
gcc 3.4.3.
------- Additional Comments From vargaz at gmail.com 2005-05-12 06:53 -------
mono doesn't work correctly when compiled with gcc-4.0.
+
+------- Additional Comments From bmaurer at users.sf.net 2005-06-13 14:53 -------
+I downloaded fedora 4 and tried it here. There is a segfault in
+basic.exe when running one of the regression tests.
+
+Test run: image=/home/builder/msvn/mono/mono/mini/basic.exe,
+opts=peephole,branch,inline,consprop,copyprop,deadce,linears,shared,intrins,loop,abcrem
+
+Program received signal SIGSEGV, Segmentation fault.
+
+It is coming from:
+
+Program received signal SIGSEGV, Segmentation fault.
+[Switching to Thread -1208564032 (LWP 1186)]
+0x080fc01a in mono_method_to_ir (cfg=0x94862e8, method=0x9498648,
+start_bblock=0x949d0c0, end_bblock=0x949d160, locals_offset=0,
+return_var=0x0,
+ dont_inline=0x943e744, inline_args=0x0, inline_offset=0,
+is_virtual_call=0) at mini.c:5200
+5200 NEW_TEMPLOAD (cfg, iargs [0],
+mono_get_domainvar (cfg)->inst_c0);
+(gdb) bt
+#0 0x080fc01a in mono_method_to_ir (cfg=0x94862e8, method=0x9498648,
+start_bblock=0x949d0c0, end_bblock=0x949d160, locals_offset=0,
+return_var=0x0,
+ dont_inline=0x943e744, inline_args=0x0, inline_offset=0,
+is_virtual_call=0) at mini.c:5200
+#1 0x0810e19d in mini_method_compile (method=0x9498648, opts=273143,
+domain=0x946ef00, run_cctors=0, compile_aot=0, parts=0) at mini.c:8991
+#2 0x0805bfc1 in mono_main (argc=3, argv=0xbfd7ce04) at driver.c:324
+#3 0x0018ede6 in __libc_start_main () from /lib/libc.so.6
+#4 0x0805b375 in _start ()
More information about the mono-bugs
mailing list