Patch for Linux Futexes

2014-05-22 Thread Hans Petter Selasky
Hi, When using the Linux Skype client under FreeBSD I sometimes see that the Audio disappears in the one direction. When I check ps auxw I see skype is stuck on a so-called Futex. I looked into the Linux futex code and see that wakeup_one() is used instead of wakeup(). Maybe others can test

Re: Patch for Linux Futexes

2014-05-22 Thread Chagin Dmitry
On Thu, May 22, 2014 at 01:06:22PM +0200, Hans Petter Selasky wrote: Hi, When using the Linux Skype client under FreeBSD I sometimes see that the Audio disappears in the one direction. When I check ps auxw I see skype is stuck on a so-called Futex. I looked into the Linux futex code and

Re: Patch for Linux Futexes

2014-05-22 Thread Hans Petter Selasky
On 05/22/14 14:18, Chagin Dmitry wrote: On Thu, May 22, 2014 at 01:06:22PM +0200, Hans Petter Selasky wrote: Hi, When using the Linux Skype client under FreeBSD I sometimes see that the Audio disappears in the one direction. When I check ps auxw I see skype is stuck on a so-called Futex. I

Re: Patch for Linux Futexes

2014-05-22 Thread Chagin Dmitry
On Thu, May 22, 2014 at 01:06:22PM +0200, Hans Petter Selasky wrote: Hi, When using the Linux Skype client under FreeBSD I sometimes see that the Audio disappears in the one direction. When I check ps auxw I see skype is stuck on a so-called Futex. I looked into the Linux futex code and

Re: Patch for Linux Futexes

2014-05-22 Thread Hans Petter Selasky
On 05/22/14 20:23, Chagin Dmitry wrote: On Thu, May 22, 2014 at 01:06:22PM +0200, Hans Petter Selasky wrote: Hi, When using the Linux Skype client under FreeBSD I sometimes see that the Audio disappears in the one direction. When I check ps auxw I see skype is stuck on a so-called Futex. I