[Mono-bugs] [Bug 602230] New: xsp crashes after servicing Microsoft Chart Control website

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 4 02:11:35 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=602230

http://bugzilla.novell.com/show_bug.cgi?id=602230#c0


           Summary: xsp crashes after servicing Microsoft Chart Control
                    website
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: jason.height at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=358851)
 --> (http://bugzilla.novell.com/attachment.cgi?id=358851)
Example self contained website 

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.5)
Gecko/20091102 Firefox/3.5.5

Xsp2 from 2.6.4 will crash after servicing a page that contains a Microsoft
Chart control.

Reproducible: Always

Steps to Reproduce:
1. Unzip attached website.
2. Open a command prompt and change to the website directory.
3. type "c:\Program Files\Mono-2.6.4\bin\xsp" --verbose
4. Open Browser and hit the xsp url

Actual Results:  
Webpage will load and correctly display the chart control, however after a
period of approximately 5-10 seconds, xsp will terminate with the error
message:

Peer unexpectedly closed the connection on write. Closing our end.
System.IO.IOException: Write failure ---> System.Net.Sockets.SocketException:
An existing connection was forcibly closed by the remote host.

  at System.Net.Sockets.Socket.Send (System.Byte[] buf, Int32 offset, Int32
size, SocketFlags flags) [0x00000] in <filename unknown>:0
  at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32
offset, Int32 size) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32
offset, Int32 size) [0x00000] in <filename unknown>:0
  at Mono.WebServer.XSPWorker.Write (System.Byte[] buffer, Int32 position,
Int32 size) [0x00000] in <filename unknown>:0
Peer unexpectedly closed the connection on write. Closing our end.
System.ObjectDisposedException: The object was used after being disposed.
  at System.Net.Sockets.NetworkStream.CheckDisposed () [0x00000] in <filename
unknown>:0
  at System.Net.Sockets.NetworkStream.Write (System.Byte[] buffer, Int32
offset, Int32 size) [0x00000] in <filename unknown>:0
  at Mono.WebServer.XSPWorker.Write (System.Byte[] buffer, Int32 position,
Int32 size) [0x00000] in <filename unknown>:0

Expected Results:  
The webpage shoudl display (as it correctly does!) but xsp should not crash

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list