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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -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 [EMAIL PROTECTED] 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. + [EMAIL PROTECTED]:~/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) + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
