search for: subargs

Displaying 20 results from an estimated 27 matches for "subargs".

2019 Jan 12
2
Solr -> Xapian ?
...> #endif >> >> + #ifdef __cplusplus >> + extern "C" { >> + #endif > > You should put this extern "C" into the C++ file you're creating. See for example how fts-lucene/lucene-wrapper.cc does this. > >> 1 - WHat does represent "subargs" in mail_search_args > > It's set only for SEARCH_OR and SEARCH_SUB. So for example: > > SEARCH TEXT foo TEXT bar TEXT baz > > results in: > > type=SEARCH_SUB > value.subargs = ( > { type=SEARCH, value.str="foo" }, > { type=SEARCH, value.str=&...
2019 Jan 11
4
Solr -> Xapian ?
...ysql=auto --with-sqlite=auto --with-solr=auto --with-xapian=auto --with-gssapi=auto --with-libwrap=auto; \ rm -rf scan-reports; \ scan-build -o scan-reports make 2>&1 || exit 1; \ if ! rmdir scan-reports 2>/dev/null; then \ WHAT ABOUT THE OTHER QUESTIONS ? 1 - WHat does represent "subargs" in mail_search_args 2 - for rescan : who is responsible for passing again the new email ? Is the Dovecot core sending again all the emails to index ? or the fts shall somehow access the mailbox and read all emails ? Wouldn't just be saying "delete all index and get_last_uid is n...
2019 Jan 12
2
Solr -> Xapian ?
...*iov, int iov_len); > #endif > > + #ifdef __cplusplus > + extern "C" { > + #endif > > You should put this extern "C" into the C++ file you're creating. See for example how fts-lucene/lucene-wrapper.cc does this. > > 1 - WHat does represent "subargs" in mail_search_args > It's set only for SEARCH_OR and SEARCH_SUB. So for example: > > SEARCH TEXT foo TEXT bar TEXT baz > > results in: > > type=SEARCH_SUB > value.subargs = ( > { type=SEARCH, value.str="foo" }, > { type=SEARCH, value.str="...
2019 Jan 12
0
Solr -> Xapian ?
...ct iovec *iov, int iov_len); > #endif > > + #ifdef __cplusplus > + extern "C" { > + #endif > You should put this extern "C" into the C++ file you're creating. See for example how fts-lucene/lucene-wrapper.cc does this. > 1 - WHat does represent "subargs" in mail_search_args It's set only for SEARCH_OR and SEARCH_SUB. So for example: SEARCH TEXT foo TEXT bar TEXT baz results in: type=SEARCH_SUB value.subargs = ( { type=SEARCH, value.str="foo" }, { type=SEARCH, value.str="bar" }, { type=SEARCH, value.str="...
2010 Apr 26
1
Assertion failed in mail-search-build.c
...v2.0.beta4 starting up (core dumps disabled) Apr 26 12:58:34 imap-login: Info: Login: user=<mail at box>, method=PLAIN, rip=10.1.1.206, lip=192.168.152.1 Apr 26 12:58:34 imap(mail at box): Panic: file mail-search-build.c: line 59 (mail_search_build_key_int): assertion failed: (sarg->value.subargs != NULL) Apr 26 12:58:34 imap(mail at box): Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0 [0xb76a3ad1] -> /usr/lib/dovecot/libdovecot.so.0 [0xb76a3b4f] -> /usr/lib/dovecot/libdovecot.so.0(i_error+0) [0xb76a3e08] -> /usr/lib/dovecot/libdovecot-storage.so.0 [0xb76f859e] -> /usr/l...
2011 Nov 26
1
Assertion failure in 2.0.16 - SEARCH ()
...SIGNED MESSAGE----- Hash: SHA1 Nov 25 22:25:39 dancol dovecot: master: Error: service(imap): child 25115 killed with signal 6 (core dumps disabled) Nov 25 22:25:59 dancol dovecot: imap(dancol): Panic: file mail-search-build.c: line 59 (mail_search_build_key_int): assertion failed: (sarg->value.subargs != NULL) Nov 25 22:25:59 dancol dovecot: imap(dancol): Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x3d291) [0xb7636291] -> /usr/lib/dovecot/libdovecot.so.0(+0x3d2ff) [0xb76362ff] -> /usr/lib/dovecot/libdovecot.so.0(i_error+0) [0xb760bb7a] -> /usr/lib/dovecot/libdovecot-storage...
2019 Jan 12
0
Solr -> Xapian ?
...*iov, int iov_len); > #endif > > + #ifdef __cplusplus > + extern "C" { > + #endif > > You should put this extern "C" into the C++ file you're creating. See for example how fts-lucene/lucene-wrapper.cc does this. > > 1 - WHat does represent "subargs" in mail_search_args > It's set only for SEARCH_OR and SEARCH_SUB. So for example: > > SEARCH TEXT foo TEXT bar TEXT baz > > results in: > > type=SEARCH_SUB > value.subargs = ( > { type=SEARCH, value.str="foo" }, > { type=SEARCH, value.str="...
2019 Jan 12
2
[FTS Xapian] Status & Questions
...; <div> <br> </div> <div> Your help very welcome </div> <div> <br> </div> <div> PENDING QUESTIONS </div> <div> <br> </div> <div> 1 - WHat does represent "subargs" in mail_search_args </div> <div> <br> </div> <div> 2 - for rescan : who is responsible for passing again the new email ? Is </div> <div> <br> </div> <div> the Dovecot core sending again all the...
2019 Jan 13
0
Solr -> Xapian ?
...*iov, int iov_len); > #endif > > + #ifdef __cplusplus > + extern "C" { > + #endif > > You should put this extern "C" into the C++ file you're creating. See for example how fts-lucene/lucene-wrapper.cc does this. > > 1 - WHat does represent "subargs" in mail_search_args > It's set only for SEARCH_OR and SEARCH_SUB. So for example: > > SEARCH TEXT foo TEXT bar TEXT baz > > results in: > > type=SEARCH_SUB > value.subargs = ( > { type=SEARCH, value.str="foo" }, > { type=SEARCH, value.str="...
2009 May 07
1
Macro arguments on app_queue
...xten => s,1,answer() exten => s,1,Queue(myQueue,,,,,,myMacro,arg1) (remember that macro works like exten => s,n,Macro(myMacro,myArg1,myArg2), that means, concatenate args after macro name, separate with comas. but.... Queue takes that thing after comas like other arguments OF QUEUE, not subargs of args. this is, my second example says, Queue(myQueue,,,,,,myMacro,arg1), but "arg1" is taken like queue argument means Gosub entry... there is way of call that macro into queue, but with macro arguments ??? in the queues.conf if i put membermacro=myMacro,myArgument works fine.. e...
2009 Dec 26
2
Virtual folder, Program terminated with signal 6
...e9 in i_panic (format=0x810b88c "file %s: line %d (%s): assertion failed: (%s)") at failures.c:207 No locals. #5 0x080b2305 in index_search_result_update_flags (result=0x9400cb0, uids=0xff8b3150) at index-search-result.c:87 search_arg = {next = 0x89024c0, type = SEARCH_UIDSET, value = {subargs = 0x0, seqset = {arr = {buffer = 0x88ee4a8, element_size = 8}, v = 0x88ee4a8, v_modifiable = 0x88ee4a8}, str = 0x0, time = 0, size = 0, flags = 0, search_flags = 0, thread_type = MAIL_THREAD_NONE, keywords = 0x0, modseq = 0x0, search_args = 0x0, search_result = 0x0}, context = 0x0, hdr_...
2010 Jan 25
2
still asserts with 1.2.10
..._panic (format=0x810baec "file %s: line %d (%s): assertion failed: (%s)") at failures.c:207 No locals. #5 0x080b2435 in index_search_result_update_flags (result=0x97e49c8, uids=0xff805540) at index-search-result.c:87 search_arg = {next = 0x97be3d0, type = SEARCH_UIDSET, value = {subargs = 0x0, seqset = {arr = {buffer = 0x97a9528, element_size = 8}, v = 0x97a9528, v_modifiable = 0x97a9528}, str = 0x0, time = 0, size = 0, flags = 0, search_flags = 0, thread_type = MAIL_THREAD_NONE, keywords = 0x0, modseq = 0x0, search_args = 0x0, search_result = 0x0}, context = 0x0, hdr_field_n...
2019 Jan 12
0
[FTS Xapian] Status & Questions
...ked: # ldd /usr/lib/dovecot/lib21_fts_xapian_plugin.so (...) lib20_fts_plugin.so => /usr/lib/dovecot/lib20_fts_plugin.so (0x00007f25f75e0000) (...) libxapian.so.30 => /usr/lib/libxapian.so.30 (0x00007fe3a51e2000) Your help very welcome PENDING QUESTIONS 1 - WHat does represent "subargs" in mail_search_args 2 - for rescan : who is responsible for passing again the new email ? Is the Dovecot core sending again all the emails to index ? or the fts shall somehow access the mailbox and read all emails ? Wouldn't just be saying "delete all index and get_last_uid is n...
2019 Jan 12
0
[FTS Xapian] Status & Questions
...=> /usr/lib/dovecot/lib20_fts_plugin.so >> (0x00007f25f75e0000) >> (...) >> libxapian.so.30 => /usr/lib/libxapian.so.30 (0x00007fe3a51e2000) >> >> Your help very welcome >> >> PENDING QUESTIONS >> >> 1 - WHat does represent "subargs" in mail_search_args >> >> 2 - for rescan : who is responsible for passing again the new email ? Is >> >> the Dovecot core sending again all the emails to index ? or the fts >> shall somehow access the mailbox and read all emails ? Wouldn't just be >&...
2019 Jan 11
2
Solr -> Xapian ?
...</div> <div> I figured out the "namespace" issue </div> <div> <br> </div> <div> Remaining questions are : </div> <div> <br> </div> <div> 1 - WHat does represent "subargs" in mail_search_args </div> <div> <br> </div> <div> 2 - for rescan : who is responsible for passing again the new email ? Is </div> <div> the Dovecot core sending again all the emails to index ? or the fts </div>...
2019 Jul 30
0
dovecot/imap crashes on Centos 7
...? ? ? ? ? ? ? ??? ? ? ? search_ctx = 0x55b332a1a580? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? mail = 0x55b332ae8e58? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? search_arg = {next = 0x55b332a7c0a0, type = SEARCH_SEQSET, value = {subargs = 0x0, seqset = {? ?? ? ? ? ? ? ? arr = {buffer = 0x55b3329da360, element_size = 8}, v = 0x55b3329da360,? ? ? ? ? ? ? ? ? ??? ? ? ? ? ? ? v_modifiable = 0x55b3329da360}, str = 0x0, time = 0, size = 0, flags = 0,? ? ? ? ? ? ? ? ?? ? ? ? ? ? search_flags = (unknown: 0), date_type = 0, thread_type = M...
2019 Jan 11
2
Solr -> Xapian ?
Also, 1 - WHat does represent "subargs" in mail_search_args 2 - I made my first code, and the error I get compiling within the dovecot architecture is "In file included from fts-xapian-plugin.c:4: fts-xapian-plugin.h:6:1: error: unknown type name 'using'; did you mean 'uint'? using namespace std;" if...
2009 May 19
2
expire-tool segmentation fault
Hi! I'm using Dovecot 1.1.15 on OpenBSD 4.4. How can I debug this? # /usr/local/sbin/dovecot --exec-mail ext /usr/local/libexec/dovecot/expire- tool Segmentation fault (core dumped) # gdb /usr/local/sbin/dovecot (gdb) run --exec-mail ext /usr/local/libexec/dovecot/expire-tool Starting program: /usr/local/sbin/dovecot --exec-mail ext /usr/local/libexec/dovecot/expire-tool Program received
2011 Apr 10
1
Segfaul probably during dsync
...rgs = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7fffadba3370, reg_save_area = 0x7fffadba32b0}} #5 0x00002ba9112b4018 in index_search_result_update_flags (result=0xdebe3e0, uids=0x7fffadba3640) at index-search-result.c:87 search_arg = {next = 0xd25b098, type = SEARCH_UIDSET, value = {subargs = 0x0, seqset = {arr = {buffer = 0xcebd640, element_size = 8}, v = 0xcebd640, v_modifiable = 0xcebd640}, str = 0x0, time = 0, size = 0, flags = 0, search_flags = 0, date_type = 0, thread_type = MAIL_THREAD_NONE, keywords = 0x0, modseq = 0x0, search_args = 0x0, search_result = 0x0, mailb...
2019 Oct 10
0
Dovecot core debug
...te_appends (result=result at entry=0x557be80cc150, old_messages_count=<optimized out>) at index-search-result.c:168 t = 0x557be7fb1820 search_ctx = 0x557be7fef860 mail = 0x557be8100198 search_arg = {next = 0x557be7fab460, type = SEARCH_SEQSET, value = {subargs = 0x0, seqset = {arr = {buffer = 0x557be7f69208, element_size = 8}, v = 0x557be7f69208, v_modifiable = 0x557be7f69208}, str = 0x0, time = 0, size = 0, flags = 0, search_flags = (unknown: 0), date_type = 0, thread_type = MAIL_THREAD_NONE, modseq = 0x0, search_result = 0...