[Mono-bugs] [Bug 78597][Nor] Changed - SSL re-negotiation failure with Postgres

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 22 16:02:48 EDT 2006


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 sebastien at ximian.com.

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

--- shadow/78597	2006-06-21 14:19:53.000000000 -0400
+++ shadow/78597.tmp.11144	2006-06-22 16:02:48.000000000 -0400
@@ -203,6 +203,17 @@
 Fourth == Second
 ...
 
 I'm not quite sure if those are extra data and/or if there is some
 missing data. Fx, does this looks like a (partial) valid data for
 Postgres protocol ?
+
+------- Additional Comments From sebastien at ximian.com  2006-06-22 16:02 -------
+This seems related to the fact that:
+a. PGUtil.CheckedStreamRead gets called with a size == 0, which occurs
+because;
+b. bytes_left == 0 in NpgsqlAsciiRow.ReadStringFromStream;
+c. field_value_size is 0 in NpgsqlAsciiRow.ReadFromStream_Ver_3;
+d. which is 0 because it gets read by PGUtil.ReadInt32
+
+This never happens before the renegotiation but I'm not quite sure why
+this happens or where it comes from...


More information about the mono-bugs mailing list