[Mono-bugs] [Bug 65558][Maj] New - AppDomain.DomainUnload not called on SIGTERM

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 8 Sep 2004 17:36:57 -0400 (EDT)


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

--- shadow/65558	2004-09-08 17:36:57.000000000 -0400
+++ shadow/65558.tmp.3876	2004-09-08 17:36:57.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 65558
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: AppDomain.DomainUnload not called on SIGTERM
+
+Compile and run the test case.
+Then kill -TERM it.
+The "Unloading appdomain" message is not shown.
+
+This is needed by System.Web to properly trigger the Application.End event.