Re: compat linux futex problem

2015-10-29 Thread Tom Ivar Helbekkmo
Robert Swindells writes: > I'm trying to run a fairly large Linux application that is a mixture of > Java and native code, it spawns off several threads but all of them > end up waiting on futex and not using any cpu time. This sounds like a well-known FUTEX bug in Linux, that

Re: compat linux futex problem

2015-10-29 Thread Rin Okuyama
Hi, On 2015/10/29 21:59, Christos Zoulas wrote: > In article <20151029002500.7a356302...@ren.fdy2.co.uk>, > Robert Swindells wrote: >> >> I'm trying to run a fairly large Linux application that is a mixture of >> Java and native code, it spawns off several threads but all of

compat linux futex problem

2015-10-28 Thread Robert Swindells
I'm trying to run a fairly large Linux application that is a mixture of Java and native code, it spawns off several threads but all of them end up waiting on futex and not using any cpu time. I have run it with DEBUG_LINUX_FUTEX enabled which produces a *lot* of debug, anybody got any idea what