search for: pthread_mutex_attr_init

Displaying 2 results from an estimated 2 matches for "pthread_mutex_attr_init".

2019 Apr 02
2
gencache.tdb: device busy
I added LOG statements to mutex.c printing the strerror from the return values.   From   ret = pthread_mutexattr_init(&ma); in line 570   I got errorno 16 --> device busy.   But due the manual of pthread_mutex_attr_init() there should only be ENOMEM and EINVAL...   Doing gdb smbd -> run Doe not reveal anything, but I never used gdb for debugging anything. I just gave it a shot...         Gesendet: Montag, 01. April 2019 um 20:50 Uhr Von: "Jeremy Allison" <jra at samba.org> An: "Rouven WEIL...
2019 Apr 12
1
gencache.tdb: device busy
...at 01:24:19PM +0200, Rouven WEILER wrote: > > > I added LOG statements to mutex.c printing the strerror from the return values. >   > From >   > ret = pthread_mutexattr_init(&ma); in line 570 >   > I got errorno 16 --> device busy. >   > But due the manual of pthread_mutex_attr_init() there should only be ENOMEM and EINVAL... >   > Doing gdb smbd -> run > Doe not reveal anything, but I never used gdb for debugging anything. I just gave it a shot... Sorry, looks a little like the libc/pthread_mutex support on Solaris is broken. You might want to raise this on a Sol...