[Mono-bugs] [Bug 72850][Nor] Changed - memory corruption with Socket.LocalEndPoint

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 17:13:04 -0500 (EST)


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 lupus@ximian.com.

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

--- shadow/72850	2005-02-22 10:52:00.000000000 -0500
+++ shadow/72850.tmp.24403	2005-02-22 17:13:04.000000000 -0500
@@ -1,22 +1,22 @@
 Bug#: 72850
-Product: Mono: Tools
+Product: Mono: Runtime
 Version: 1.1
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: tools
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: james@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Summary: null ref exception only when using a bundle
+Summary: memory corruption with Socket.LocalEndPoint
 
 The following bit of code will run fine as a regular assembly, but in a
 bundle it gives a null ref exception.
 
 using System;
 using System.IO;
@@ -72,6 +72,13 @@
 Compiling:
 as -o /tmp/tmp3a416da8.o temp.s
 cc -o foo -Wall temp.c `pkg-config --cflags --libs mono`
 /tmp/tmp3a416da8.o
 Done
 
+
+------- Additional Comments From lupus@ximian.com  2005-02-22 17:13 -------
+The nullref is fixed.
+Leaving the bug open because there seems to be some
+memory corruption issue with the server.LocalEndPoint call
+(in the writeline some garbage chars are printed).
+Please, next time file the runtime bugs in the Mono::Runtime product.