mail-archives/mono-bugs/2003-July/006253.html

101 строка
4.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 45959][Cri] Changed - UDP Sockets: Multicast and Broadcast Datagrams are not received
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="006252.html">
<LINK REL="Next" HREF="006254.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 45959][Cri] Changed - UDP Sockets: Multicast and Broadcast Datagrams are not received
</H1>
<B>bugzilla-daemon@rocky.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
TITLE="[Mono-bugs] [Bug 45959][Cri] Changed - UDP Sockets: Multicast and Broadcast Datagrams are not received">bugzilla-daemon@rocky.ximian.com
</A><BR>
<I>Thu, 10 Jul 2003 08:55:09 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="006252.html">[Mono-bugs] [Bug 46077][Nor] New - FileShare Enumeration is not implemented by Mono
</A></li>
<LI> Next message: <A HREF="006254.html">[Mono-bugs] [Bug 32068][Min] Changed - mcs should give error for deep cycles in struct
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6253">[ date ]</a>
<a href="thread.html#6253">[ thread ]</a>
<a href="subject.html#6253">[ subject ]</a>
<a href="author.html#6253">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:dick@ximian.com.">dick@ximian.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=45959">http://bugzilla.ximian.com/show_bug.cgi?id=45959</A>
--- shadow/45959 Tue Jul 8 02:52:14 2003
+++ shadow/45959.tmp.13989 Thu Jul 10 08:55:09 2003
@@ -1,13 +1,13 @@
Bug#: 45959
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Critical
Component: System
AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
ReportedBy: <A HREF="mailto:giuseppe.greco@agamura.com">giuseppe.greco@agamura.com</A>
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
@@ -187,6 +187,21 @@
Created an attachment (id=4801)
Source code to reproduce the problem
------- Additional Comments From <A HREF="mailto:giuseppe.greco@agamura.com">giuseppe.greco@agamura.com</A> 2003-07-08 02:52 -------
The attachment 4801 is a tar.gz file.
+
+------- Additional Comments From <A HREF="mailto:dick@ximian.com">dick@ximian.com</A> 2003-07-10 08:55 -------
+In fact, the datagrams are received. The problem in this test case is
+the race condition between the async delegate performing the
+ReceiveFrom(), and the loop polling and creating a new buffer:
+
+Poll() says that data is there to be read
+A new buffer is created
+A new async thread is launched to read data into this buffer
+Poll() says that data is still there
+A new buffer is created
+The async thread reads the data into the old buffer
+The async thread calls the callback, which looks in the new buffer and
+doesn't find anything.
+
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="006252.html">[Mono-bugs] [Bug 46077][Nor] New - FileShare Enumeration is not implemented by Mono
</A></li>
<LI> Next message: <A HREF="006254.html">[Mono-bugs] [Bug 32068][Min] Changed - mcs should give error for deep cycles in struct
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6253">[ date ]</a>
<a href="thread.html#6253">[ thread ]</a>
<a href="subject.html#6253">[ subject ]</a>
<a href="author.html#6253">[ author ]</a>
</LI>
</UL>
</body></html>