[Mono-bugs] [Bug 57547][Cri] New - mono/test remoting1.exe (crashes)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Apr 2004 18:45:16 -0400 (EDT)
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 umuff@quark.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57547
--- shadow/57547 2004-04-23 18:45:16.000000000 -0400
+++ shadow/57547.tmp.32213 2004-04-23 18:45:16.000000000 -0400
@@ -0,0 +1,67 @@
+Bug#: 57547
+Product: Mono: Runtime
+Version: unspecified
+OS: Mac OS X 10.3
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: umuff@quark.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono/test remoting1.exe (crashes)
+
+(gdb) bt
+#0 0x01086864 in mono_remoting_wrapper (method=0x53bf40, params=0xf0401848) at
+marshal.c:1541
+#1 0x002f2528 in IP 0x2f2528 at offset 0x130 of method (wrapper remoting-invoke) R1:Add
+(int,int&,int) (0x2f23f8 0x2f263c)
+#2 0x002e52ec in IP 0x2e52ec at offset 0x2a4 of method Test:Main () (0x2e5048 0x2e5a28)
+#3 0x000f4280 in IP 0xf4280 at offset 0x50 of method (wrapper runtime-invoke) Test:Main
+(object,intptr,intptr) (0xf4230 0xf4330)
+#4 0x0101e1ec in mono_jit_runtime_invoke (method=0x53bf40, obj=0x0,
+params=0xf0401ca4, exc=0x0) at mini.c:8082
+#5 0x01067488 in mono_runtime_invoke (method=0x53b4b0, obj=0x0, params=0xf0401ca4,
+exc=0x0) at object.c:957
+#6 0x0106891c in mono_runtime_exec_main (method=0x53b4b0, args=0xa0f60, exc=0x0) at
+object.c:1439
+#7 0x01068450 in mono_runtime_run_main (method=0x53b4b0, argc=0, argv=0xbffffd54,
+exc=0x0) at object.c:1313
+#8 0x01038df4 in mono_jit_exec (domain=0x53bf40, assembly=0xf0401848, argc=1,
+argv=0xbffffd50) at driver.c:466
+#9 0x01038eb4 in main_thread_handler (user_data=0x53bf40) at driver.c:500
+#10 0x0109254c in start_wrapper (data=0x53ac50) at threads.c:239
+#11 0x010eda88 in timed_thread_start_routine (args=0x53aaf0) at timed-thread.c:129
+#12 0x900247e8 in _pthread_body ()
+
+(gdb) l
+1536 MonoArray *out_args;
+1537
+1538 this = *((MonoTransparentProxy **)params [0]);
+1539
+1540 g_assert (this);
+1541 g_assert (((MonoObject *)this)->vtable->klass ==
+mono_defaults.transparent_proxy_class);
+1542
+1543 /* skip the this pointer */
+1544 params++;
+1545
+
+(gdb) p this
+$1 = (MonoTransparentProxy *) 0x1c60000
+
+(gdb) p *this
+$2 = {
+ object = {
+ vtable = 0x0,
+ synchronisation = 0x0
+ },
+ rp = 0x0,
+ remote_class = 0x0,
+ custom_type_info = 0 '\0'
+}