[Mono-bugs] [Bug 54133][Nor] Changed - asp.net crashed with ves_icall_System_Threading_Thread_Abort

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 Feb 2004 03:53:34 -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=54133

--- shadow/54133	2004-02-09 22:09:31.000000000 -0500
+++ shadow/54133.tmp.7585	2004-02-10 03:53:34.000000000 -0500
@@ -1,22 +1,22 @@
 Bug#: 54133
-Product: Mono/Class Libraries
+Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Critical
-Component: Sys.Web
-AssignedTo: gonzalo@ximian.com                            
+Severity: Unknown
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: liyul@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
+Cc: dick@ximian.com,gonzalo@ximian.com
 Summary: asp.net crashed with ves_icall_System_Threading_Thread_Abort
 
 Mono-0.30 crashed in processing aspx which ran under 0.28. I need help 
 track down this bug. It is in a statemachine and I don't have deep 
 understanding to the program flow. These are my Console.Error tracing 
 stuff.
@@ -151,6 +151,11 @@
 abnormal program termination
 
 
 BTW, I changed the executionTimeout for httpRuntime
 		<httpRuntime executionTimeout="9000000"
 from 90 to 9000000 and still had the same error.
+
+------- Additional Comments From gonzalo@ximian.com  2004-02-10 03:53 -------
+That must be running mono under windows. See
+mono/mono/metadata/threads.c... Thread.Abort is not implemented on
+windows. I'm CC'ing Dick.