dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bug #3669] Custom marshalers do not work properly


From: nobody
Subject: [Pnet-developers] [bug #3669] Custom marshalers do not work properly
Date: Thu, 03 Jul 2003 06:35:33 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

=================== BUG #3669: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3669&group_id=353

Changes by: Rhys Weatherley <address@hidden>
Date: Thu 07/03/2003 at 10:35 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Closed - I'm going to assume that this is no longer
an issue.



=================== BUG #3669: FULL BUG SNAPSHOT ===================


Submitted by: mathpup                 Project: DotGNU Portable.NET          
Submitted on: Sun 05/18/2003 at 05:57
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       

Summary:  Custom marshalers do not work properly

Original Submission:  The bug report has more information than I would usually 
give because the topic is less likely to be familiar.

The documentation on implementing custom marshalers is quite vague, and further 
information is very scarce. However, I able to put together a trivial example 
of a custom marshaler to see if I could get it working.

The sample marshaler takes an Ansi C-string from unmanaged code and turns it 
into a C# string, placing asterisks around the string to differentiate this 
from the default marshaling.

The program creates a C# delegate that is indirectly invoked from unmanaged 
code, to test the marshaling.

With Rotor, I get the output "s = *ABC*".
With ilrun, I get "s = *v
    address@hidden"

This might be bug in Marshal.PtrToStringAnsi() or in custom marshaling 
component of the runtime.

I'm attaching a test case.

1. Build a shared lib of invoke.cpp: cpp -shared -o libtest.so invoke.cpp
2. Build the C# test: cscc -o MyMarshal.exe MyMarshal.cs
3. Run the program: ilrun MyMarshal.exe


Follow-up Comments
*******************

-------------------------------------------------------
Date: Thu 07/03/2003 at 10:35       By: rweather
Closed - I'm going to assume that this is no longer
an issue.

-------------------------------------------------------
Date: Sat 06/21/2003 at 05:49       By: rweather
Is this still an issue since changing to CFLAGS=""?

-------------------------------------------------------
Date: Mon 06/02/2003 at 07:09       By: rweather
Re-opened so I can have another look at it - seems to be affected by Athlon 
optimisation flags.

-------------------------------------------------------
Date: Sun 06/01/2003 at 23:56       By: mathpup
I forgot to add the C++ shared library component. The bug is definitely not 
fixed.


-------------------------------------------------------
Date: Sun 06/01/2003 at 19:47       By: t3rmin4t0r
It's working now or has been for a few days or so

-------------------------------------------------------
Date: Sun 05/18/2003 at 06:01       By: mathpup
Adding  Console.WriteLine( pNativeData ); to
MarshalNativeToManaged shows that with ilrun the address is -1073747212, which 
looks very suspicious.



CC list is empty


File Attachments
****************

-------------------------------------------------------
Date: Sun 06/01/2003 at 23:53  Name: MyMarshal.cpp  Size: 0KB   By: mathpup
C++ component of test case
http://savannah.gnu.org/bugs/download.php?group_id=353&amp;bug_id=3669&amp;bug_file_id=477

-------------------------------------------------------
Date: Sun 05/18/2003 at 05:57  Name: MyMarshal.cs  Size: 1KB   By: mathpup
Test case
http://savannah.gnu.org/bugs/download.php?group_id=353&amp;bug_id=3669&amp;bug_file_id=459


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3669&group_id=353

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]