[Mono-bugs] [Bug 622398] New: Can't call HttpWebRequest.GetRequestStream() from a thread pool thread

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 14 17:58:59 EDT 2010


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

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


           Summary: Can't call HttpWebRequest.GetRequestStream() from a
                    thread pool thread
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: x86-64
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Core
        AssignedTo: jbevain at novell.com
        ReportedBy: anthony.taranto at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=375995)
 --> (http://bugzilla.novell.com/attachment.cgi?id=375995)
repro app

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US;
rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6

Calling HttpWebRequest.GetRequestStream() from a thread pool thread (started
using QueueUserWorkItem()) blocks indefinitely.

Reproducible: Always

Steps to Reproduce:
Run attached test app.
Actual Results:  
App will spawn three thread pool threads, each will try to write to the request
stream and block.

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