Re: [Qemu-devel] pthread_create failed: Resource temporarily unavailable

2013-01-04 Thread Stefan Hajnoczi
On Thu, Jan 03, 2013 at 01:53:20PM -0500, Christoffer Dall wrote: > On Thu, Jan 3, 2013 at 6:50 AM, Andreas Färber wrote: > > > >> The culprit seems to be when the process runs out of virtual address > >> space on 32-bit systems due to some subsystem (virtio?) creating a > >> large number of pthre

Re: [Qemu-devel] pthread_create failed: Resource temporarily unavailable

2013-01-03 Thread Christoffer Dall
On Thu, Jan 3, 2013 at 6:50 AM, Andreas Färber wrote: > >> The culprit seems to be when the process runs out of virtual address >> space on 32-bit systems due to some subsystem (virtio?) creating a >> large number of pthreads under heavy workloads. >> >> Unfortunately my QEMU expertise is too limi

Re: [Qemu-devel] pthread_create failed: Resource temporarily unavailable

2013-01-03 Thread Andreas Färber
Hi, Am 02.01.2013 20:17, schrieb Christoffer Dall: > I am seeing some brutal crashes with QEMU running virtio using KVM/ARM. > > The culprit seems to be when the process runs out of virtual address > space on 32-bit systems due to some subsystem (virtio?) creating a > large number of pthreads und

Re: [Qemu-devel] pthread_create failed: Resource temporarily unavailable

2013-01-03 Thread Stefan Hajnoczi
On Wed, Jan 2, 2013 at 8:17 PM, Christoffer Dall wrote: > I am seeing some brutal crashes with QEMU running virtio using KVM/ARM. > > The culprit seems to be when the process runs out of virtual address > space on 32-bit systems due to some subsystem (virtio?) creating a > large number of pthreads

[Qemu-devel] pthread_create failed: Resource temporarily unavailable

2013-01-02 Thread Christoffer Dall
Hi, I am seeing some brutal crashes with QEMU running virtio using KVM/ARM. The culprit seems to be when the process runs out of virtual address space on 32-bit systems due to some subsystem (virtio?) creating a large number of pthreads under heavy workloads. Unfortunately my QEMU expertise is t