[Mono-bugs] [Bug 24257] Changed - mint segfault on linux/ppc

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 May 2002 14:15:33 -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 lupus@ximian.com.

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

--- shadow/24257	Sun May  5 21:31:11 2002
+++ shadow/24257.tmp.678	Mon May  6 10:15:33 2002
@@ -1,14 +1,14 @@
 Bug#: 24257
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: debian sid, kernel 2.4.19pre4
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: al2000@udev.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -114,6 +114,19 @@
 #4  0x1000d0fc in interp_mono_runtime_invoke (method=0x100f20e0, obj=0x0, params=0x7ffff6f0) at interp.c:1008
 #5  0x10027fc8 in mono_runtime_invoke (method=0x100f20e0, obj=0x0, params=0x7ffff6f0) at object.c:309
 #6  0x10028284 in mono_runtime_exec_main (method=0x100f20e0, args=0x0) at object.c:367
 #7  0x1001aecc in ves_exec (domain=0x1009a900, assembly=0x100c8520, argc=0, argv=0x7ffff7dc) at interp.c:3835
 #8  0x1001b47c in main (argc=2, argv=0x7ffff7d4) at interp.c:3971
 #9  0x0fcb0c30 in __libc_start_main () from /lib/libc.so.6
+
+------- Additional Comments From lupus@ximian.com  2002-05-06 10:15 -------
+It would be useful if you could provide the output of the following
+gdb commands at the point of failure:
+print *csignature
+print *sp
+print *((MonoObject *)sp->data.p)
+print g_print(dump_frame(frame))
+
+Also, try if the patch that I'm attaching makes the problem go away
+(if not a likely cause may be bug#24003).
+
+Thanks.