[Mono-bugs] [Bug 609109] [Regression] Incoming tablular data stream (TDS) remote procedure call (RPC) protocal stream is incorrect.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 13 17:11:19 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=609109

http://bugzilla.novell.com/show_bug.cgi?id=609109#c20


--- Comment #20 from scott fluto <srfcanada at hotmail.com> 2010-07-13 21:11:17 UTC ---
The problem is I cant give a sample test that fails but running it through
nhibernate and just modifying a few fields would cause the error to appear.
this is the fields that changed:

rootObject.Name = "RelationshipListTest";
rootObject.TestDouble = 12345566;
rootObject.TestString = "test string";
rootObject.TestInt = 12234;
rootObject.TestInt64 = 999;

this and including some data serialized would cause the error to appear.
Removing this data and the insert would work. Keeping this data and removing
the binary data and it would work so it almost like a certain amount of data or
a compbination but I couldnt find any pattern to the problem so its hard to
come up with a test case. Is there something I can do in debugging it to help
norrow down the problem myself that I could give you since your previous fix
seems to have fixed it in most cases but not all.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list