search for: pthread_spin_lock

Displaying 7 results from an estimated 7 matches for "pthread_spin_lock".

2013 Sep 24
4
NFS crashes on Gluster 3.4.0
...ash: 2013-08-15 14:08:39 configuration details: argp 1 backtrace 1 dlfcn 1 fdatasync 1 libpthread 1 llistxattr 1 setfsid 1 spinlock 1 epoll.h 1 xattr.h 1 st_atim.tv_nsec 1 package-string: glusterfs 3.4.0 /lib/x86_64-linux-gnu/libc.so.6(+0x364c0)[0x7fac361904c0] /lib/x86_64-linux-gnu/libpthread.so.0(pthread_spin_lock+0x0)[0x7fac36523a50] /usr/lib/x86_64-linux-gnu/libglusterfs.so.0(fd_unref+0x36)[0x7fac36b96966] /usr/lib/x86_64-linux-gnu/glusterfs/3.4.0/xlator/protocol/client.so(client_local_wipe+0x28)[0x7fac31f6a4f8] /usr/lib/x86_64-linux-gnu/glusterfs/3.4.0/xlator/protocol/client.so(client3_3_opendir_cbk+0x19c...
2019 Feb 06
0
Icecast Digest, Vol 176, Issue 4
...> part of curl library : > > libcurl4-openssl-dev/stable,stable 7.52.1-5+deb9u8 amd64 > development files and documentation for libcurl (OpenSSL flavour) > This looks to have solved it for me! I haven?t run icecast yet, but checking the ./configure output shows checking for pthread_spin_lock... yes checking for curl-config... /usr/bin/curl-config checking curl/curl.h usability... yes checking curl/curl.h presence... yes checking for curl/curl.h... yes checking for libcurl... yes Thanks so much to Petr and tth for guiding me through this. I appreciate your patience. Damian ----------...
2010 Mar 02
2
crash when using the cp command to copy files off a striped gluster dir but not when using rsync
...86-g8379edd signal received: 11 time of crash: 2010-03-02 11:06:40 configuration details: argp 1 backtrace 1 dlfcn 1 fdatasync 1 libpthread 1 llistxattr 1 setfsid 1 spinlock 1 epoll.h 1 xattr.h 1 st_atim.tv_nsec 1 package-string: glusterfs 3.0.0 /lib64/libc.so.6[0x3a66a30280] /lib64/libpthread.so.0(pthread_spin_lock+0x2)[0x3a6760b0d2] /usr/lib64/libglusterfs.so.0(iobref_merge+0x2f)[0x37af83fe71] /usr/lib64/glusterfs/3.0.0/xlator/cluster/stripe.so(stripe_readv_cbk+0x1ee)[0x2b55b16c1b68] /usr/lib64/glusterfs/3.0.0/xlator/performance/stat-prefetch.so(sp_readv_cbk+0xf5)[0x2b55b14a39d2] /usr/lib64/glusterfs/3.0.0/x...
2016 Jun 13
0
[PATCH v8 2/5] ptr_ring: ring test
...align(64, size); + if (!p) + return p; + memset(p, 0, size); + + return p; +} + +static void kfree(void *p) +{ + if (p) + free(p); +} + +static void spin_lock_init(spinlock_t *lock) +{ + int r = pthread_spin_init(lock, 0); + assert(!r); +} + +static void spin_lock(spinlock_t *lock) +{ + int ret = pthread_spin_lock(lock); + assert(!ret); +} + +static void spin_unlock(spinlock_t *lock) +{ + int ret = pthread_spin_unlock(lock); + assert(!ret); +} + +static void spin_lock_bh(spinlock_t *lock) +{ + spin_lock(lock); +} + +static void spin_unlock_bh(spinlock_t *lock) +{ + spin_unlock(lock); +} + +static void spin_l...
2016 Jun 13
0
[PATCH v8 2/5] ptr_ring: ring test
...align(64, size); + if (!p) + return p; + memset(p, 0, size); + + return p; +} + +static void kfree(void *p) +{ + if (p) + free(p); +} + +static void spin_lock_init(spinlock_t *lock) +{ + int r = pthread_spin_init(lock, 0); + assert(!r); +} + +static void spin_lock(spinlock_t *lock) +{ + int ret = pthread_spin_lock(lock); + assert(!ret); +} + +static void spin_unlock(spinlock_t *lock) +{ + int ret = pthread_spin_unlock(lock); + assert(!ret); +} + +static void spin_lock_bh(spinlock_t *lock) +{ + spin_lock(lock); +} + +static void spin_unlock_bh(spinlock_t *lock) +{ + spin_unlock(lock); +} + +static void spin_l...
2010 Jul 01
1
Icecast on centos5
...eads work with -kthread... no > checking for the pthreads library -llthread... no > checking whether pthreads work with -pthread... yes > checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE > checking if more special flags are required for pthreads... no > checking for pthread_spin_lock... yes > checking for curl-config... no > checking curl/curl.h usability... no > checking curl/curl.h presence... no > checking for curl/curl.h... no > checking for libcurl... no > configure: libcurl not found > configure: YP support disabled > checking for pkg-config... /us...
2010 Jul 01
0
Icecast on centos5
...no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for pthread_spin_lock... yes checking for curl-config... no checking curl/curl.h usability... no checking curl/curl.h presence... no checking for curl/curl.h... no checking for libcurl... no configure: libcurl not found configure: YP support disabled checking for pkg-config... /usr/bin/pkg-config configure: SSL disabled...