[Mono-bugs] [Bug 618266] New: WebRequest hangs ASP.NET application

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jun 29 08:33:23 EDT 2010


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

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


           Summary: WebRequest hangs ASP.NET application
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: h.weible at visual-generation.de
         QAContact: mono-bugs at lists.ximian.com
          Found By: Community User
           Blocker: ---


Description of Problem:
Running an ASP.NET application using Mono 2.6.4 (with xsp 2.6.4 and mod_mono
2.6.3), executing a WebRequest hangs the application. Tested on Ubuntu and
SUSE. 

Steps to reproduce the problem:
This code hangs the application:
WebRequest request  = WebRequest.Create("http://www.google.com"); 
WebResponse response = request.GetResponse(); 

Actual Results:
Get the content of a webpage.

Expected Results:
Applications hangs/freezes.

How often does this happen? 
Always.

Additional Information:

It works perfectly with the Microsoft .NET as well as in a Mono console
application. 

Other developers report the same issue:
http://go-mono.com/forums/#nabble-td2236688%7Ca2236688

-- 
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