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

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


--- Comment #20 from scott fluto <[email protected]> 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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to