[Mono-bugs] [Bug 58325][Maj] Changed - incorrect free in marshal code: mono/tests/pinvoke17
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 15 Oct 2004 06:37:57 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58325
--- shadow/58325 2004-10-14 23:29:56.000000000 -0400
+++ shadow/58325.tmp.12149 2004-10-15 06:37:57.000000000 -0400
@@ -10,13 +10,13 @@
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: umuff@quark.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Summary: PPC mono/test pinvoke17 is hanging
+Summary: incorrect free in marshal code: mono/tests/pinvoke17
mono --trace --debug -v pinvoke17.exe
Method (wrapper managed-to-native) System.Object:__icall_wrapper_mono_ldftn (intptr) emitted
at 0xc9918 to 0xc9a24 [pinvoke17.exe]
Method (wrapper managed-to-native) System.Object:
__icall_wrapper_mono_thread_get_pending_exception () emitted at 0xc9a28 to 0xc9b2c
@@ -323,6 +323,9 @@
0
Can you try this again on HEAD?
-kangaroo
+
+------- Additional Comments From lupus@ximian.com 2004-10-15 06:37 -------
+The issue with the incorrect free is present on x86, too.