[Mono-bugs] [Bug 657639] Hang in AppDomain.Unload during unit test run
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 6 07:38:32 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=657639
https://bugzilla.novell.com/show_bug.cgi?id=657639#c3
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #3 from Zoltan Varga <vargaz at gmail.com> 2010-12-06 12:38:31 UTC ---
I get this:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
"TestRunnerThread" tid=0x0x2aaab3e4e710 this=0x0x2aaab0f37780 thread handle
0x419 state : interrupted state owns ()
at (wrapper managed-to-native) System.Threading.Monitor.Monitor_wait
(object,int) <IL 0x0000e, 0xffffffff>
at System.Threading.Monitor.Wait (object,int) [0x0003e] in
/home/zovarga/git/mono/mcs/class/corlib/System.Threading/Monitor.cs:148
at System.Threading.LockQueue.Wait (int) [0x00025] in
/home/zovarga/git/mono/mcs/class/corlib/System.Threading/LockQueue.cs:58
at System.Threading.ReaderWriterLock.AcquireWriterLock (int,int) [0x00041] in
/home/zovarga/git/mono/mcs/class/corlib/System.Threading/ReaderWriterLock.cs:149
at System.Threading.ReaderWriterLock.AcquireWriterLock (int) [0x00000] in
/home/zovarga/git/mono/mcs/class/corlib/System.Threading/ReaderWriterLock.cs:134
at System.Net.EndPointListener.AddPrefix
(System.Net.ListenerPrefix,System.Net.HttpListener) [0x000d1] in
/home/zovarga/git/mono/mcs/class/System/System.Net/EndPointListener.cs:313
at System.Net.EndPointManager.AddPrefixInternal
(string,System.Net.HttpListener) [0x00069] in
/home/zovarga/git/mono/mcs/class/System/System.Net/EndPointManager.cs:79
at System.Net.EndPointManager.AddListener (System.Net.HttpListener) [0x0002a]
in /home/zovarga/git/mono/mcs/class/System/System.Net/EndPointManager.cs:49
at System.Net.HttpListener.Start () [0x00012] in
/home/zovarga/git/mono/mcs/class/System/System.Net/HttpListener.cs:247
at MonoTests.System.Net.HttpListener2Test.CreateAndStartListener (string)
[0x00012] in
/home/zovarga/git/mono/mcs/class/System/Test/System.Net/HttpListener2Test.cs:65
at MonoTests.System.Net.HttpListener2Test.ReceiveCookiesFromClient ()
[0x00000] in
/home/zovarga/git/mono/mcs/class/System/Test/System.Net/HttpListener2Test.cs:458
at (wrapper runtime-invoke) object.runtime_invoke_void__this__
(object,intptr,intptr,intptr) <IL 0x0004e, 0xffffffff>
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke
(System.Reflection.MonoMethod*,object,object[],System.Exception&) <IL 0x0001c,
0xffffffff>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
and similar, so I think this is probably a problem either in the sys.net code,
or in the new synchronization stuff which it uses.
--
Configure bugmail: https://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