search for: lockflags

Displaying 5 results from an estimated 5 matches for "lockflags".

Did you mean: clockflags
2019 Nov 13
2
"samba-tool backup offline" stuck
...80161f000, rw_type=3, offset=8, len=1, flags=<optimized out>) at ../../common/lock.c:200 #5 0x000000080082cd19 in tdb_nest_lock (tdb=0x80161f000, offset=8, ltype=3, flags=TDB_LOCK_WAIT) at ../../common/lock.c:390 #6 0x0000000800831808 in _tdb_transaction_start (tdb=0x80161f000, lockflags=TDB_LOCK_WAIT) at ../../common/transaction.c:490 #7 0x000000000040188b in backup_tdb ( old_name=0x7fffffffddd6 "/var/db/samba4/private/secrets.ldb", new_name=0x80161c000 "/var/db/samba4/private/secrets.ldb.copy.tdb", hash_size=<optimized out>, nolock=&...
2019 Nov 13
0
"samba-tool backup offline" stuck
...=1, > flags=<optimized out>) > at ../../common/lock.c:200 > #5 0x000000080082cd19 in tdb_nest_lock (tdb=0x80161f000, offset=8, > ltype=3, > flags=TDB_LOCK_WAIT) at ../../common/lock.c:390 > #6 0x0000000800831808 in _tdb_transaction_start (tdb=0x80161f000, > lockflags=TDB_LOCK_WAIT) > at ../../common/transaction.c:490 > #7 0x000000000040188b in backup_tdb ( > old_name=0x7fffffffddd6 "/var/db/samba4/private/secrets.ldb", > new_name=0x80161c000 "/var/db/samba4/private/secrets.ldb.copy.tdb", > hash_size=<op...
2006 Dec 28
0
using speex in C#
Hi, I have read the message below, http://lists.xiph.org/pipermail/speex-dev/2006-October/004924.html and try to use P/Invoke to use speex in C#. This is a part of my code. [StructLayout(LayoutKind.Sequential)] public struct SpeexBits { IntPtr chars; // "raw" data int nbBits; // Total number of bits stored in the stream int charPtr; // Position of the byte
2019 Nov 11
2
"samba-tool backup offline" stuck
On 2019-11-10 21:41, Andrew Bartlett wrote: > Is this unpatched Samba Yes and no. Yes: it's the stock FreeBSD's Samba port. No: the FreeBSD port has itself several patches WRT the original Samba distribution. > and what is the full backtrace on that tdbbackup? You mean: compile with debug symbols, attach gdb and get stack trace? If so, I'll do it, but I'll need some
2006 Dec 29
0
using speex in C#
Hi SAITAMA Taro, I have been using speex-1.2beta1 dll in our voice application written with C#. In order to use Speex correctly firstly I advice to you examination speexenc and speexdec projects. I have used unsafe code and fixed statements in C#. I have added following method to library and I used that instead of speex_encoder_init simply. void *speex_encoder_init_new(int modeID) { const