[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 11:55:48 -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 grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69692
--- shadow/69692 2004-11-19 07:41:50.000000000 -0500
+++ shadow/69692.tmp.481 2004-11-19 11:55:47.000000000 -0500
@@ -48,6 +48,21 @@
-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 ?
+
+------- Additional Comments From grompf@sublimeintervention.com 2004-11-19 11:55 -------
+Zoltan,
+
+ Running with mono --trace to get this is all but impossible because --trace makes xsp
+run so slow that my web browser times out making a request.
+
+ Doesn't XSP use Mono.Posix which pinvokes, or is that just mod-mono-server?
+
+ I'm 100% certain that code is being called tho; as if I comment out the affected line in
+marshal.c (yes causes a leak but comment it for testing) I dont get the double free
+anymore. I'll try setting a break on that line to see if I can tell which wrapper is calling it.
+
+-kangaroo
+