[Mono-bugs] [Bug 332163] Unloading AppDomain times out, then no more AppDomains ever unload
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 9 09:18:09 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=332163#c1
--- Comment #1 from Tim Howard <timh at ict.om.org> 2007-10-09 07:18:09 MST ---
This is the output from the testcase when run on Linux, Mono 1.2.5.1:
<snip>
10/9/2007 11:18:45 AM - Attempt 12052
testValue: 3
10/9/2007 11:18:45 AM - Attempt 12053
testValue: 3
10/9/2007 11:18:46 AM - Attempt 12054
testValue: 3
** (testcase.exe:7467): WARNING **: Aborting of threads in domain
TypeGatheringDomain timed out.
System.CannotUnloadAppDomainException: Aborting of threads in domain
TypeGatheringDomain timed out.
at <0x00000> <unknown method>
at (wrapper managed-to-native) System.AppDomain:InternalUnload (int)
at System.AppDomain.Unload (System.AppDomain domain) [0x00000]
at AppDomainUnloadBug.Main () [0x00000]
10/9/2007 11:18:56 AM - Attempt 12055
testValue: 3
** (testcase.exe:7467): WARNING **: Finalization of domain TypeGatheringDomain
timed out.
System.CannotUnloadAppDomainException: Finalization of domain
TypeGatheringDomain timed out.
at <0x00000> <unknown method>
at (wrapper managed-to-native) System.AppDomain:InternalUnload (int)
at System.AppDomain.Unload (System.AppDomain domain) [0x00000]
at AppDomainUnloadBug.Main () [0x00000]
10/9/2007 11:19:06 AM - Attempt 12056
testValue: 3
** (testcase.exe:7467): WARNING **: Finalization of domain TypeGatheringDomain
timed out.
System.CannotUnloadAppDomainException: Finalization of domain
TypeGatheringDomain timed out.
at <0x00000> <unknown method>
at (wrapper managed-to-native) System.AppDomain:InternalUnload (int)
at System.AppDomain.Unload (System.AppDomain domain) [0x00000]
at AppDomainUnloadBug.Main () [0x00000]
10/9/2007 11:19:17 AM - Attempt 12057
testValue: 3
** (testcase.exe:7467): WARNING **: Finalization of domain TypeGatheringDomain
timed out.
System.CannotUnloadAppDomainException: Finalization of domain
TypeGatheringDomain timed out.
at <0x00000> <unknown method>
at (wrapper managed-to-native) System.AppDomain:InternalUnload (int)
at System.AppDomain.Unload (System.AppDomain domain) [0x00000]
at AppDomainUnloadBug.Main () [0x00000]
10/9/2007 11:19:27 AM - Attempt 12058
testValue: 3
** (testcase.exe:7467): WARNING **: Finalization of domain TypeGatheringDomain
timed out.
System.CannotUnloadAppDomainException: Finalization of domain
TypeGatheringDomain timed out.
at <0x00000> <unknown method>
at (wrapper managed-to-native) System.AppDomain:InternalUnload (int)
at System.AppDomain.Unload (System.AppDomain domain) [0x00000]
at AppDomainUnloadBug.Main () [0x00000]
10/9/2007 11:19:38 AM - Attempt 12059
testValue: 3
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list