Re: [Firebird-devel] ConfigStorage mutex error

2021-08-09 Thread Dimitry Sibiryakov
09.08.2021 12:44, Alex Peshkoff via Firebird-devel wrote: Our mutexes do not use PTHREAD_PRIO_PROTECT, but use PTHREAD_PRIO_INHERIT. May be some undocumented change in kernel/glibc cause problems? I usually get this error if the mutes was already destructed with pthread_mutex_destruct. What

Re: [Firebird-devel] ConfigStorage mutex error

2021-08-09 Thread Alex Peshkoff via Firebird-devel
On 8/8/21 6:54 PM, Dimitry Sibiryakov wrote: Hello All   what can be a reason for the error "ConfigStorage: mutex mutexLock error, status = 22" in firebird.log?    EINVAL The mutex was created with the protocol attribute having the value PTHREAD_PRIO_PROTECT and the calling  thread's pri

[Firebird-devel] ConfigStorage mutex error

2021-08-08 Thread Dimitry Sibiryakov
Hello All what can be a reason for the error "ConfigStorage: mutex mutexLock error, status = 22" in firebird.log? -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel