[Mono-bugs] [Bug 78140][Nor] Changed - Mono.Security complicated errors

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 19 16:53:03 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=78140

--- shadow/78140	2006-04-19 16:39:34.000000000 -0400
+++ shadow/78140.tmp.4370	2006-04-19 16:53:03.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 78140
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: W2k
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTXIMIAN
 Severity: Unknown
 Priority: Normal
 Component: Mono.Security
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: meddochat at zonnet.nl               
 QAContact: mono-bugs at ximian.com
@@ -218,6 +218,32 @@
  
 in [0x00054] (at
 /home/poupou/svn/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/SslStreamBase.cs:107)
 Mono.Security.Protocol.Tls.SslStreamBase:AsyncHandshakeCallback
 (IAsyncResult asyncResult)
 
+
+------- Additional Comments From sebastien at ximian.com  2006-04-19 16:53 -------
+So we're calling the stream (of type IdCarrierStream.TIdCarrierStream)
+to read inside a buffer (of 74 bytes) and we get the ArgumentException
+exception. This shouldn't happen as the call is valid and anyway
+shouldn't fail with this exception as all parameters are valid.
+
+I'm closing as NOTXIMIAN because the source is outside Mono. Feel free
+to reopen if you have another test case (using Mono sources) or
+if/when you find what makes the IdCarrierStream.TIdCarrierStream
+behave like this.
+
+poupou at pollux:~/src/bugzilla/78140> mono --debug Project1.exe
+ReadStandardRecordBuffer buffer[74], Stream
+IdCarrierStream.TIdCarrierStream
+        totalReceived 0 length 74
+System.IO.IOException: The authentication or decryption has failed.
+---> System.ArgumentException: length
+in [0x00247] System.Array:Copy (System.Array sourceArray, Int32
+sourceIndex, System.Array destinationArray, Int32 destinationIndex,
+Int32 length)
+in <0x000af> IdSocketStream.TIdSocketStream:Read (System.Byte[]
+ABuffer, Int32 AOffset, Int32 ACount)
+in <0x00018> IdCarrierStream.TIdCarrierStream:Read (System.Byte[]
+ABuffer, Int32 AOffset, Int32 ACount)
+


More information about the mono-bugs mailing list