[Mono-bugs] [Bug 38422][Min] Changed - TypeBuilder doesn't attach attributes

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 25 Feb 2003 05:02:02 -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=38422

--- shadow/38422	Mon Feb 24 17:26:07 2003
+++ shadow/38422.tmp.30359	Tue Feb 25 05:02:02 2003
@@ -1,13 +1,13 @@
 Bug#: 38422
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: crichton@gimp.org               
 QAContact: mono-bugs@ximian.com
@@ -48,6 +48,22 @@
 
 ------- Additional Comments From crichton@gimp.org  2003-02-24 17:26 -------
 http://www-unix.ecs.umass.edu/~mcrichto/xmlrpc-mono.zip
 
 Run the shell script to build the lib/app.  Then in bin run betty.exe.
  You should get 3 US states as a reply.
+
+------- Additional Comments From lupus@ximian.com  2003-02-25 05:02 -------
+The custom attributes issue is fixed in cvs.
+The test still fails, though, but with a different issue in the
+network code:
+Unhandled Exception: System.ObjectDisposedException: The object was
+used after being disposed
+in <0x00059> 00 System.Net.Sockets.NetworkStream:CheckDisposed ()
+in <0x00017> 00 System.Net.Sockets.NetworkStream:Read (byte[],int,int)
+in <0x00131> 00 System.Net.HttpWebResponse:ReadHttpLine (System.IO.Stream)
+in <0x000b7> 00 System.Net.HttpWebResponse:.ctor
+(System.Uri,string,System.IO.Stream)
+in <0x0008e> 00 System.Net.HttpWebRequest:GetResponseInternal ()
+in <0x0004f> 01 System.MulticastDelegate:invoke_WebResponse ()
+
+Please, try to investigate that and file a separate bug report.