[Mono-bugs] [Bug 75812][Min] Changed - Unhandled Exceptions when
closing Sockets (Asynchronous IO)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 18 18:37:36 EDT 2005
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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75812
--- shadow/75812 2005-08-14 11:09:57.000000000 -0400
+++ shadow/75812.tmp.30516 2005-08-18 18:37:36.000000000 -0400
@@ -2,16 +2,16 @@
Product: Mono: Class Libraries
Version: 1.1
OS: SUSE 9.2
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: CORLIB
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: gonzalo at ximian.com
ReportedBy: schwimmlehrer at hotmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Unhandled Exceptions when closing Sockets (Asynchronous IO)
@@ -61,6 +61,10 @@
queue seems to be empty, therefore Dequeue fails (from Queue.cs):
public virtual object Dequeue ()
{
_version++;
if (_size < 1)
throw new InvalidOperationException ();
+
+------- Additional Comments From gonzalo at ximian.com 2005-08-18 18:37 -------
+It would really help if you provide a self-contained test case, not
+just a few lines.
More information about the mono-bugs
mailing list