[Mono-bugs] [Bug 81990][Maj] Changed - Bug with interop marshaling using UTF-16 and delegates
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 5 12:57:35 EDT 2007
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 dan.maser at inin.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81990
--- shadow/81990 2007-07-05 12:55:11.000000000 -0400
+++ shadow/81990.tmp.5222 2007-07-05 12:57:35.000000000 -0400
@@ -82,6 +82,35 @@
not be attempting. I'll attach the sources.tar.gz now.
------- Additional Comments From Dan.Maser at inin.com 2007-07-05 12:55 -------
Created an attachment (id=19509)
sources.tar.gz is a tarball that contains an updated test project that reproduces
+
+------- Additional Comments From Dan.Maser at inin.com 2007-07-05 12:57 -------
+My output running the source.tar.gz executable is :
+
+[danm ~/mono_src/test2]$ mono sharptest.exe
+Test started
+QUACK! returning out param pointer 0x8272fd0
+returned string is /home/danm/
+
+
+returning 2f 68 6f 6d 65 2f 64 61 6e 6d 2f 70 72 65 66 73
+MOO! returning out param pointer 0x4edbc
+*** glibc detected *** free(): invalid pointer: 0x0004edbc ***
+Stacktrace:
+
+ at (wrapper managed-to-native) System.Object.__icall_wrapper_g_free
+(intptr) <0x00004>
+ at (wrapper managed-to-native) System.Object.__icall_wrapper_g_free
+(intptr) <0xffffffff>
+ at (wrapper managed-to-native)
+i3trace_dotnet_reader_interopPINVOKE.get_trace_preferences_path ()
+<0xffffffff>
+ at i3trace_dotnet_reader_interop.get_trace_preferences_path () <0x0000d>
+ at MyTest1.Program.Main () <0x00037>
+ at (wrapper runtime-invoke) MyTest1.Program.runtime_invoke_void
+(object,intptr,intptr,intptr) <0xffffffff>
+
+Native stacktrace:
+
More information about the mono-bugs
mailing list