[Mono-bugs] [Bug 69692][Wis] Changed - marshal.c mono_struct_delete_old double free

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 19 Nov 2004 07:41:50 -0500 (EST)


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 vargaz@gmail.com.

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

--- shadow/69692	2004-11-18 21:57:24.000000000 -0500
+++ shadow/69692.tmp.28701	2004-11-19 07:41:50.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 69692
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -43,6 +43,11 @@
 <snip>
 
 Unfortunately after aborting the terrible gdb on osx wont let me print_method_from_ip 
 0x01e21a70 so I'm not sure exactly which method is causing this double free.
 
 -kangaroo
+
+------- Additional Comments From vargaz@gmail.com  2004-11-19 07:41 -------
+You could run mono with --trace to see the last few method calls before
+the crash. Also, struct_delete_old is only called for pinvoke'd methods,
+and afaik xsp doesn't use pinvoke. Or does it ?