Re: [Mono-dev] Shutdown hangs

2016-07-08 Thread Chris Swiedler
I've switched to 4.0.5, and the hangs are less frequent (though they still happen). Now, though, we're getting this shutdown crash. Is it possibly fixed by a later patch? Full stack attached. Short version: sem_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S:85 85movq %rax,

Re: [Mono-dev] about appdomain and threads.

2016-07-08 Thread Robert Jordan
On 08.07.2016 05:34, Zhanxing Ding wrote: Can anyone could tell me about the relationship between appdomain and threads? The details are that: If creating a new appdomian must create a new thread corresponding to it? It's not required to create a thread for the AppDomain, nor does the

[Mono-dev] about appdomain and threads.

2016-07-08 Thread Zhanxing Ding
Hi all, Can anyone could tell me about the relationship between appdomain and threads? The details are that: If creating a new appdomian must create a new thread corresponding to it? If so, how can I trace the process of creating the thread using gdb. And does anyone has some materials about