[Mono-bugs] [Bug 24334] Changed - Register Allocation error

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
7 May 2002 07:44:43 -0000


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 ndrochak@gol.com.

http://bugzilla.ximian.com/show_bug.cgi?id=24334

--- shadow/24334	Tue May  7 03:34:03 2002
+++ shadow/24334.tmp.10568	Tue May  7 03:44:43 2002
@@ -1,14 +1,14 @@
 Bug#: 24334
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: RedHat 7.2
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -45,6 +45,49 @@
 			SocketAddress addr = endPoint1.Serialize();
 			EndPoint endPoint3 = endPoint2.Create(addr);
 			return 0;
 		}
 	}
 }
+
+------- Additional Comments From ndrochak@gol.com  2002-05-07 03:44 -------
+Here's a backtrace from gdb:
+Program received signal SIGTRAP, Trace/breakpoint trap.
+[Switching to Thread 1024 (LWP 15049)]
+0x4005d1be in g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, 
+    format=0x80d28c0 "register allocation failed", args1=0xbffff11c)
+    at gmessages.c:542
+542
+		G_BREAKPOINT ();
+(gdb) where
+#0  0x4005d1be in g_logv (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, 
+    format=0x80d28c0 "register allocation failed", args1=0xbffff11c)
+    at gmessages.c:542
+#1  0x4005d267 in g_log (log_domain=0x0, log_level=G_LOG_LEVEL_ERROR, 
+    format=0x80d28c0 "register allocation failed") at gmessages.c:572
+#2  0x080573b1 in arch_allocate_regs (cfg=0x815f494) at emit-x86.c:721
+#3  0x080585f3 in arch_compile_method (method=0x8163278) at
+emit-x86.c:1107
+#4  0x08069406 in x86_magic_trampoline (eax=135210796, ecx=0,
+edx=135672440, 
+    esi=1073834828, edi=-1073744796, ebx=1076039124, 
+    code=0x81674ff "\203Ä\b\211EÌ\213EÌ\211EäÇEà", m=0x8163278)
+    at trampoline.c:111
+#5  0x080fcabd in ?? ()
+#6  0x08117da3 in ?? ()
+#7  0x0806c8cf in arch_runtime_invoke (method=0x815b950, obj=0x0, 
+    params=0xbffff334) at invoke.c:217
+#8  0x080a2d1b in mono_runtime_invoke (method=0x815b950, obj=0x0, 
+    params=0xbffff334) at object.c:309
+#9  0x080a2e88 in mono_runtime_exec_main (method=0x815b950, args=0x0)
+    at object.c:364
+#10 0x080a2e52 in mono_runtime_run_main (method=0x815b950, argc=0, 
+    argv=0xbffff46c) at object.c:347
+#11 0x080687f3 in mono_jit_exec (domain=0x80f0cf8, assembly=0x815b188,
+argc=1, 
+    argv=0xbffff468) at jit.c:3470
+#12 0x080552d0 in main (argc=2, argv=0xbffff464) at mono.c:216
+#13 0x40116647 in __libc_start_main (main=0x80549bc <main>, argc=2, 
+    ubp_av=0xbffff464, init=0x80538fc <_init>, fini=0x80d1dd0 <_fini>, 
+    rtld_fini=0x4000dcd4 <_dl_fini>, stack_end=0xbffff45c)
+    at ../sysdeps/generic/libc-start.c:129
+