[Mono-bugs] [Bug 52074][Nor] Changed - SegFault Calling HttpWebRequest.Abort()
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Dec 2003 18:08:47 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52074
--- shadow/52074 2003-12-11 17:12:46.000000000 -0500
+++ shadow/52074.tmp.21123 2003-12-11 18:08:47.000000000 -0500
@@ -1,22 +1,21 @@
Bug#: 52074
-Product: Mono/Runtime
+Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
-Component: misc
+Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: Jim@mcdee.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: SegFault Calling HttpWebRequest.Abort()
Mono 0.29 running on RedHat 9.
calling HttpWebRequest.Abort() on an Abort()ed thread causes mono to
segfault. Calling the same exe in .net appears to work okay.