[Mono-bugs] [Bug 70626][Maj] Changed - marshalling exception in gnome-vfs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 Jan 2005 18:21:06 -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 mkestner@ximian.com.

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

--- shadow/70626	2004-12-19 11:47:38.000000000 -0500
+++ shadow/70626.tmp.10163	2005-01-05 18:21:06.000000000 -0500
@@ -10,13 +10,12 @@
 Component: JIT
 AssignedTo: vargaz@gmail.com                            
 ReportedBy: lewing@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: marshalling exception in gnome-vfs
 
 Here is the example of the case of the marshalling problem I've been having
 with Gnome.Vfs.Xfer
 
 ------- Additional Comments From lewing@ximian.com  2004-12-16 23:48 -------
@@ -38,6 +37,14 @@
 
 ------- Additional Comments From vargaz@gmail.com  2004-12-19 11:47 -------
 The MarshalAs stuff will be fixed, but this approach will not work on
 WIN64, where sizeof (long) == 4.
 
 http://www.winehq.org/hypermail/wine-patches/2004/10/0233.html
+
+------- Additional Comments From mkestner@ximian.com  2005-01-05 18:21 -------
+So I "fixed" Gtk# to expose private IntPtr fields with public long
+properties to access the field.  We are still seeing the same failure
+in System.Object:__icall_wrapper_mono_string_new_wrapper.
+
+XferProgressInfo looks correct to me now, so can you take another look
+with Gtk# svn trunk?  Thanks.