Bug#914999: [libc6] Locking problems into libc6

2019-05-01 Thread Roman Savochenko
12.12.18 17:11, Roman Savochenko wrote: There are thousands of packages in different versions between Debian 8 and Debian 9. You have found it's not related to the kernel, but I fail to see how that shows it's a libc6 issue. For example when you have tried the kernel from Debian 9 in Debian

Bug#914999: [libc6] Locking problems into libc6

2019-03-31 Thread Julien Cristau
Control: severity -1 important On Thu, Nov 29, 2018 at 01:58:47PM +0200, Roman Savochenko wrote: > Package: libc6 > Version: 2.24 > Severity: critical > This is not a critical bug (it's not even clear from the report at this point what the problem is, and it doesn't seem too widespread);

Processed: Re: Bug#914999: [libc6] Locking problems into libc6

2019-03-31 Thread Debian Bug Tracking System
Processing control commands: > severity -1 important Bug #914999 [libc6] [libc6] Locking problems into libc6 Severity set to 'important' from 'critical' -- 914999: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914999 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#914999: [libc6] Locking problems into libc6

2019-01-10 Thread Roman Savochenko
Hello, Aurelien On 12/30/18 7:49 PM, Aurelien Jarno wrote: On 2018-12-12 17:11, Roman Savochenko wrote: On 12/4/18 1:24 PM, Roman Savochenko wrote: On 11/29/18 9:13 PM, Aurelien Jarno wrote: 1. For my program, I was needed to create extra locking about the function getaddrinfo(), but that

Bug#914999: [libc6] Locking problems into libc6

2018-12-30 Thread Aurelien Jarno
On 2018-12-12 17:11, Roman Savochenko wrote: > Hello, Aurelien > > On 12/4/18 1:24 PM, Roman Savochenko wrote: > > On 11/29/18 9:13 PM, Aurelien Jarno wrote: > > > > 1. For my program, I was needed to create extra locking about > > > > the function > > > > getaddrinfo(), but that resolved the

Bug#914999: [libc6] Locking problems into libc6

2018-12-04 Thread Roman Savochenko
On 11/29/18 9:13 PM, Aurelien Jarno wrote: 1. For my program, I was needed to create extra locking about the function getaddrinfo(), but that resolved the problem only for my calls but for the external libraries like to MySQL, MariaDB I yet have the crashes and it cannot be fixed at all. Can

Bug#914999: [libc6] Locking problems into libc6

2018-11-29 Thread Aurelien Jarno
control: tag -1 + moreinfo Hi, On 2018-11-29 13:58, Roman Savochenko wrote: > Package: libc6 > Version: 2.24 > Severity: critical > > --- Please enter the report below this line. --- > I have got already more signs of a problem into locking access to functions > like to getaddrinfo(), by the

Processed: Re: Bug#914999: [libc6] Locking problems into libc6

2018-11-29 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + moreinfo Bug #914999 [libc6] [libc6] Locking problems into libc6 Added tag(s) moreinfo. -- 914999: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914999 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#914999: [libc6] Locking problems into libc6

2018-11-29 Thread Roman Savochenko
Package: libc6 Version: 2.24 Severity: critical --- Please enter the report below this line. --- I have got already more signs of a problem into locking access to functions like to getaddrinfo(), by the macro __libc_lock_lock, which reproduced in multithreaded environments! 1. For my