Bug#787807: libc6: mq_open unexpectedly fails with errno 24

2015-06-15 Thread Tim Ruehsen
On Mon, 15 Jun 2015 11:55:47 +0200 Aurelien Jarno aurel...@aurel32.net wrote: Nothing has changed in the libc6 package for sometimes. When does the breakage started? I see you are using a 4.0 kernel, could it be due to that? I made some tests on Debian VMs, that I have flying around. Debian

Bug#787807: libc6: mq_open unexpectedly fails with errno 24

2015-06-15 Thread Aurelien Jarno
On 2015-06-05 11:44, Tim Ruehsen wrote: Package: libc6 Severity: normal Dear Maintainer, I have an application that uses Posix message queues since a while. Today I realized that mq_open fails with errno 24 where it worked before. (errno 24: Too many open files) Nothing has changed in

Bug#787807: libc6: mq_open unexpectedly fails with errno 24

2015-06-15 Thread Aurelien Jarno
On 2015-06-15 14:55, Aurelien Jarno wrote: On 2015-06-15 12:32, Tim Ruehsen wrote: On Mon, 15 Jun 2015 11:55:47 +0200 Aurelien Jarno aurel...@aurel32.net wrote: Nothing has changed in the libc6 package for sometimes. When does the breakage started? I see you are using a 4.0 kernel,

Bug#787807: libc6: mq_open unexpectedly fails with errno 24

2015-06-15 Thread Aurelien Jarno
On 2015-06-15 12:32, Tim Ruehsen wrote: On Mon, 15 Jun 2015 11:55:47 +0200 Aurelien Jarno aurel...@aurel32.net wrote: Nothing has changed in the libc6 package for sometimes. When does the breakage started? I see you are using a 4.0 kernel, could it be due to that? I made some tests on

Bug#787807: libc6: mq_open unexpectedly fails with errno 24

2015-06-15 Thread Tim Ruehsen
On Monday 15 June 2015 15:21:52 Aurelien Jarno wrote: I made some tests on Debian VMs, that I have flying around. Debian SID with 4.0 (amd64): problem as described above Debian SID with 3.16 (amd64): same problem Debian Wheezy with 3.2.0 (amd64): same problem Debian Wheezy with

Bug#787807: libc6: mq_open unexpectedly fails with errno 24

2015-06-05 Thread Tim Ruehsen
Package: libc6 Severity: normal Dear Maintainer, I have an application that uses Posix message queues since a while. Today I realized that mq_open fails with errno 24 where it worked before. (errno 24: Too many open files) Here is a short C file to reproduce the problem. Before you start it,