Displaying 10 results from an estimated 10 matches for "_value".
Did you mean:
value
2013 May 27
1
Empty buffer on encoder write byte
...ying to encode a live audio input from the microphone on iOS
device using opus.
Uncompressed audio recording works fine with
http://theamazingaudioengine.com/
Then, when I tried to do encoding, I'm stuck at figuring out why the buffer
is empty:
static int ec_write_byte(ec_enc *_this,unsigned _value){
if(_this->offs+_this->end_offs>=_this->storage)return -1;
_this->buf[_this->offs++]=(unsigned char)_value;
return 0;
}
_this->buf is pointing to 1 byte unsigned char, which is basically has no
data in it, and it throws a bad access exception, at this function.
I set t...
2013 Jul 26
0
[LLVMdev] Botan and Android
...p, class _Compare, class _Alloc>
bool std::operator!=(const std::map<_Key, _Tp, _Compare, _Alloc>&,
const std::map<_Key, _Tp, _Compare, _Alloc>&)
/opt/android-ndk-r8e//sources/cxx-stl/stlport/stlport/stl/_relops_cont.h:21:1:
note: template<class _Key, class _Compare, class _Value, class
_KeyOfValue, class _Traits, class _Alloc> bool std::operator!=(const
std::priv::_Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits,
_Alloc>&, const std::priv::_Rb_tree<_Key, _Compare, _Value,
_KeyOfValue, _Traits, _Alloc>&)
/opt/android-ndk-r8e//sources/cxx-stl/stlp...
2009 Mar 25
1
[LLVMdev] Google Summer of Code 2009
...dergraduate in the Indian Institute of Technology
Kanpur, India and I would like to work on the LLVM compiler
infrastructure in the summers under Google Summer of Code 2009.
I am greatly interested in adding new transformations and optimization
passes to the existing compiler - particularly the _value range
propagation_ or _predictive commoning_. Since coming across the
projects, I have gone through these analyses and I am very excited about
working on them. I have a deep interest in compilers and code
optimization and I would be joining UIUC from next Fall as a PhD
student. I feel that thi...
2019 Jul 09
6
Dovecot 2.3.6 on Solaris10: build issues, segfaults
...gt;offset);
(gdb) p set
$2 = (const void *) 0x55968
(gdb) p *def
$3 = {type = SET_SIZE, key = 0x2d548 "submission_max_mail_size", offset = 20, list_info = 0x0}
(gdb) bt full
#0 0xff190690 in setting_copy (type=SET_SIZE, src=0x5798c, dest=0xf7ed4, pool=0xf29a0,
keep_values=false) at settings-parser.c:1519
src_size = 0x5798c
dest_size = 0xf7ed4
__func__ = "setting_copy"
#1 0xff190bc4 in settings_dup_full (info=0x2d9ac <submission_setting_parser_info>, set=0x57978,
pool=0xf29a0, keep_values=false) at settings-parser.c:1600
def = 0x...
2019 Mar 28
0
Panic: file mail-transaction-log-file.c: line 105 (mail_transaction_log_file_free): assertion failed: (!file->locked)
...arr = {
buffer = 0x55e3e2c2a5f0,
element_size = 8
},
v = 0x55e3e2c2a5f0,
v_modifiable = 0x55e3e2c2a5f0
},
keywords_hash = {
_table = 0x55e3e2c2a6c0,
_key = 0x55e3e2c2a6c0 "",
_keyp = 0x55e3e2c2a6c0,
_const_key = 0x55e3e2c2a6c0 "",
_value = 0x55e3e2c2a6c0,
_valuep = 0x55e3e2c2a6c0
},
keywords_ext_id = 0,
modseq_ext_id = 1,
views = 0x0,
module_contexts = {
arr = {
buffer = 0x55e3e2b41940,
element_size = 8
},
v = 0x55e3e2b41940,
v_modifiable = 0x55e3e2b41940
},
error = 0x55e3e2b40ac0 "...
2019 Mar 27
2
Panic: file mail-transaction-log-file.c: line 105 (mail_transaction_log_file_free): assertion failed: (!file->locked)
On 27 Mar 2019, at 14.58, Timo Sirainen via dovecot <dovecot at dovecot.org> wrote:
>
>> dovecot isn't able to auto fix the indexes and manual deletion is
>> required in all such cases
>
> So if it keeps repeating, it's very strange. Could you send me such broken dovecot.index and dovecot.index.log files (without dovecot.index.cache)? They shouldn't contain
2008 Jun 18
4
clear search box the first time it's selected
Hi - I''m trying to implement a search box that has a pre-filled
message "enter search text." The first time it''s selected, I''d like
it to clear out, but after that, I''d like it to remain. I imagine
lots of people have done this, any ideas how to accomplish this?
Thanks,
Dino
--~--~---------~--~----~------------~-------~--~----~
You received this
2014 May 06
1
Again: pop3: Panic: Trying to allocate 0 bytes
...timized out>
permanent_uidl = <value optimized out>
search_ctx = 0x1c230d0
mail = <value optimized out>
prev_uidls = {_table = 0x1c23330, _key = 0x1c23330 "\300o\355?\177", _keyp = 0x1c23330, _const_key = 0x1c23330 "\300o\355?\177", _value =
0x1c23330, _valuep = 0x1c23330}
search_args = 0x0
seq_uidls = 0x60a4d8
uidl = <value optimized out>
wanted_fields = <value optimized out>
#7 cmd_uidl_init (client=0x1c42990, seq=0) at pop3-commands.c:842
ctx = <value optimized out>...
2013 Apr 05
2
Problem with fts lucene, on solaris 10
Hi all,
I'm planning to migrate my courier-imap imap server to dovecot, but I'm experiencing a strange issue
with fts-lucene plugin.
Basically, every time I start a search, the log starts to write:
Apr 05 19:30:53 indexer: Error: Indexer worker disconnected, discarding 1 requests for XXXXXX
Apr 05 19:30:53 indexer-worker(XXXXX): Fatal: master: service(indexer-worker): child 809 killed
2009 Aug 07
0
Wine release 1.1.27
...implementation.
jscript: Add Error_number handling to constructor and error throwing functions.
jscript: Throw 'undefined object' error.
jscript: Throw TypeError in Function_toString.
jscript: Throw error in to_primitive function.
jscript: Throw TypeErrors when _value functions are used as a function.
jscript: Throw SyntaxError in eval function.
jscript: Added "Expected '('" error.
jscript: Added "Expected ')'" error.
jscript: Add "illegal assignment" error.
jscript: Added "Expected...