search for: cmd_search

Displaying 20 results from an estimated 38 matches for "cmd_search".

2016 Dec 06
0
2.2.27 panic file mail-index-map.c: line 549 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
...oni Mattila wrote: >> Hi, >> >> On 05-Dec-16 20:28, Toni Mattila wrote: >>> Panicing stopped when all index files where deleted. >> >> It happens again in same user account, so rebuilding indexes didn't >> fix it. >> >> #14 0x08058219 in cmd_search (cmd=0x85e1800) at cmd-search.c:42 >> ctx = 0x85e18e8 >> sargs = <value optimized out> >> args = 0x85e4030 >> charset = 0x8070f89 "UTF-8" >> ret = <value optimized out> >> >> Cheers, >> Ton...
2016 Dec 05
2
2.2.27 panic file mail-index-map.c: line 549 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
...o.0(mailbox_get_seq_range+0x3f) [0x1aa39f] -> /usr/lib/dovecot/libdovecot-storage.so.0(mail_search_arg_init+0x26f) [0x1997af] -> /usr/lib/dovecot/libdovecot-storage.so.0(mail_search_args_init+0x6f) [0x19996f] -> dovecot/imap(imap_search_args_build+0x91) [0x8066c91] -> dovecot/imap(cmd_search+0xb9) [0x8058219] -> dovecot/imap(command_exec+0x83) [0x805f2b3] -> dovecot/imap [0x805d28f] -> dovecot/imap [0x805d30a] -> dovecot/imap(client_handle_input+0x45) [0x805d515] -> dovecot/imap(client_input+0x71) [0x805da (gdb) bt #0 0x00635402 in __kernel_vsyscall () #1 0x00949d7...
2013 Feb 24
1
Problem with the command hooks api
.../src/imap/imap-commands.c 2012-03-22 12:59:17.000000000 +0000 +++ dovecot-2.1.12-mod/src/imap/imap-commands.c 2013-02-20 17:15:50.000000000 +0000 @@ -38,7 +38,7 @@ { "FETCH", cmd_fetch, COMMAND_FLAG_USES_SEQS }, { "SEARCH", cmd_search, COMMAND_FLAG_USES_SEQS }, { "STORE", cmd_store, COMMAND_FLAG_USES_SEQS }, - { "UID", cmd_uid, 0 }, + { "UID", cmd_uid, COMMAND_FLAG_HOOKS_DELAY }, { "UID COPY",...
2016 Dec 15
0
imap Error: Raw backtrace: /usr/lib64/dovecot/libdovecot.so.0 on Fedora 24
...t-storage.so.0(index_storage_search_next_nonblock+0x114) [0x7ff01ecc9574] -> /usr/lib64/dovecot/libdovecot-storage.so.0(mailbox_search_next_nonblock+0x22) [0x7ff01ec56d52] -> dovecot/imap(+0x221ff) [0x559b559541ff] -> dovecot/imap(imap_search_start+0xd1) [0x559b559545c1] -> dovecot/imap(cmd_search+0xd3) [0x559b55946063] -> dovecot/imap(command_exec+0xa5) [0x559b5594d5d5] -> dovecot/imap(+0x19852) [0x559b5594b852] -> dovecot/imap(+0x198de) [0x559b5594b8de] -> dovecot/imap(client_handle_input+0x1b5) [0x559b5594bce5] -> dovecot/imap(client_input+0x82) [0x559b5594c262] dovecot[12...
2016 Dec 06
2
2.2.27 panic file mail-index-map.c: line 549 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
...search_args_build (cmd=0x85e1800, > args=0x85e4030, charset=0x8070f89 "UTF-8", search_args_r=0xbfe82c18) > at imap-search-args.c:71 > parser = 0x0 > sargs = 0x8602500 > error = <value optimized out> > ret = 0 > #14 0x08058219 in cmd_search (cmd=0x85e1800) at cmd-search.c:42 > ctx = 0x85e18e8 > sargs = <value optimized out> > args = 0x85e4030 > charset = 0x8070f89 "UTF-8" > ret = <value optimized out> > #15 0x0805f2b3 in command_exec (cmd=0x85e1800) at ima...
2020 Oct 09
0
Core dump with search in a virtual folder with FTS enabled
...sr/lib64/dovecot/lib20_fts_plugin.so(+0xe2f4) [0x7fbe8821b2f4] -> /usr/lib64/dovecot/lib20_fts_plugin.so(fts_search_lookup+0xd4) [0x7fbe8821b7b4] -> /usr/lib64/dovecot/lib20_fts_plugin.so(+0x11a98) [0x7fbe8821ea98] -> dovecot/imap(imap_search_start+0x70) [0x55e251f4e620] -> dovecot/imap(cmd_search+0xd6) [0x55e251f3ea86] -> dovecot/imap(command_exec+0x64) [0x55e251f46cc4] -> dovecot/imap(+0x1ce4f) [0x55e251f44e4f] -> dovecot/imap(+0x1ced7) [0x55e251f44ed7] -> dovecot/imap(client_handle_input+0x205) [0x55e251f45365] -> dovecot/imap(client_input+0x75) [0x55e251f45925] -> /usr/...
2016 Dec 06
2
2.2.27 panic file mail-index-map.c: line 549 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
Hi, On 06-Dec-16 10:10, Aki Tuomi wrote: > Alternatively if you could try and print the args array in cmd_search? > > f 14 > p args[0] > p args[1] > ... > until NULL My hand got sore at first 100 and they are below. I will mail you the binary and core in seperate mail. (gdb) f 14 #14 0x08058219 in cmd_search (cmd=0x85e1800) at cmd-search.c:42 42 ret = imap_search_args_build(c...
2014 Mar 19
0
Dovecot crashes on large search result sets in virtual folders when using fts-solr
.../modules/lib20_fts_plugin.so(fts_search_lookup+0xce) [0xb73c2b9e] -> /usr/lib/dovecot/modules/lib20_fts_plugin.so(+0xba19) [0xb73c4a19] -> /usr/lib/dovecot/libdovecot-storage.so.0(mailbox_search_init+0x5f) [0xb76aea7f] -> dovecot/imap(imap_search_start+0x74) [0xb778e304] -> dovecot/imap(cmd_search+0xfe) [0xb778147e] -> dovecot/imap(command_exec+0x3a) [0xb7787cca] -> dovecot/imap(+0x16b36) [0xb7786b36] -> dovecot/imap(+0x16c79) [0xb7786c79] -> dovecot/imap(client_handle_input+0x11d) [0xb7786ead] -> dovecot/imap(client_input+0x81) [0xb77872b1] -> /usr/lib/dovecot/libdovecot.s...
2016 Dec 06
0
2.2.27 panic file mail-index-map.c: line 549 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
On 06.12.2016 10:44, Toni Mattila wrote: > Hi, > > On 06-Dec-16 10:10, Aki Tuomi wrote: >> Alternatively if you could try and print the args array in cmd_search? >> >> f 14 >> p args[0] >> p args[1] >> ... >> until NULL > > My hand got sore at first 100 and they are below. I will mail you the > binary and core in seperate mail. > > Cheers, > > Toni Thanks. I should've probably said until EOL....
2016 Dec 06
2
2.2.27 panic file mail-index-map.c: line 549 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
On 06.12.2016 10:47, Aki Tuomi wrote: > > > On 06.12.2016 10:44, Toni Mattila wrote: >> Hi, >> >> On 06-Dec-16 10:10, Aki Tuomi wrote: >>> Alternatively if you could try and print the args array in cmd_search? >>> >>> f 14 >>> p args[0] >>> p args[1] >>> ... >>> until NULL >> >> My hand got sore at first 100 and they are below. I will mail you the >> binary and core in seperate mail. >> >> Cheers, >> >> Toni...
2007 Sep 30
2
Problem searching with thunderbird
...ff] -> imap [0x808ae68] -> imap(message_parse_header+0x44) [0x80b15cc] -> imap [0x808b051] -> imap [0x808ba7a] -> imap(index_storage_search_next_nonblock+0x7e) [0x808bc76] -> imap(mailbox_search_next_nonblock+0x17) [0x80a9b7b] -> imap(vfprintf+0x3c68) [0x805c588] -> imap(cmd_search+0x8f) [0x805c78b] -> imap(cmd_uid+0x56) [0x805d59a] -> imap [0x805e39e] -> imap [0x805e2bd] -> imap [0x805e431] -> imap(client_input+0x56) [0x805e4ee] -> imap(io_loop_handler_run+0x100) [0x80bc72c] -> imap(io_loop_run+0x2d) [0x80bbcd1] -> imap(main+0x64) [0x8064d98] -&gt...
2005 Mar 30
0
Abort error in current CVS version
...essage-parser.c:655 ---Type <return> to continue, or q <return> to quit--- #14 0x08075640 in index_storage_search_next (_ctx=0x80c5568, mail=0x80c2f20) at index-search.c:502 #15 0x0808b705 in mailbox_search_next (ctx=0x6, mail=0x80c2f20) at mail-storage.c:405 #16 0x08057bee in cmd_search (cmd=0x80ba980) at cmd-search.c:33 #17 0x080594f5 in _client_input (context=0x80ba940) at client.c:334 #18 0x0809c5da in io_loop_handler_run (ioloop=0x80b95b0) at ioloop-poll.c:184 #19 0x0809bcf9 in io_loop_run (ioloop=0x80b95b0) at ioloop.c:218 #20 0x080603a7 in main (argc=1, argv=0xbffffa74, envp...
2005 Jun 16
1
imap crash
...31 in mail_get_header_stream (mail=0xfffffffe, headers=0x80c95d8) at mail.c:97 #8 0x080769d0 in index_storage_search_next (_ctx=0x80c9188, mail=0x80c9200) at index-search.c:492 #9 0x0808d525 in mailbox_search_next (ctx=0x0, mail=0x80c9200) at mail-storage.c:405 #10 0x08057bee in cmd_search (cmd=0x80bcb98) at cmd-search.c:33 #11 0x080594f5 in _client_input (context=0x80bcb58) at client.c:334 #12 0x0809e1ca in io_loop_handler_run (ioloop=0x80bb9b0) at ioloop-poll.c:184 #13 0x0809d8e9 in io_loop_run (ioloop=0x80bb9b0) at ioloop.c:218 #14 0x080603e7 in main (argc=1, argv=0xbffffa44, envp...
2010 Apr 26
1
Assertion failed in mail-search-build.c
...[0xb76f859e] -> /usr/lib/dovecot/libdovecot-storage.so.0 [0xb76f860f] -> /usr/lib/dovecot/libdovecot-storage.so.0(mail_search_build+0x82) [0xb76f86f2] -> dovecot/imap [mail at box 10.1.1.206 SEARCH](imap_search_args_build+0x48) [0x805d8a8] -> dovecot/imap [mail at box 10.1.1.206 SEARCH](cmd_search+0xbb) [0x805342b] -> dovecot/imap [mail at box 10.1.1.206 SEARCH] [0x80564dc] -> dovecot/imap [mail at box 10.1.1.206 SEARCH] [0x8056579] -> dovecot/imap [mail at box 10.1.1.206 SEARCH](client_handle_input+0x2d) [0x80566ed] -> dovecot/imap [mail at box 10.1.1.206 SEARCH](client_input+0x...
2011 Nov 26
1
Assertion failure in 2.0.16 - SEARCH ()
...[0xb7692109] -> /usr/lib/dovecot/libdovecot-storage.so.0(+0x24177) [0xb7692177] -> /usr/lib/dovecot/libdovecot-storage.so.0(mail_search_build+0x82) [0xb7692242] - -> dovecot/imap [dancol 127.0.0.1 SEARCH](imap_search_args_build+0x4a) [0x805db5a] -> dovecot/imap [dancol 127.0.0.1 SEARCH](cmd_search+0xbf) [0x80537ef] -> dovecot/imap [dancol 127.0.0.1 SEARCH]() [0x80568cc] -> dovecot/imap [dancol 127.0.0.1 SEARCH]() [0x80569a2] -> dovecot/imap [dancol 127.0.0.1 SEARCH](client_handle_input+0x175) [0x8056c25] -> dovecot/imap [dancol 127.0.0.1 SEARCH](client_input+0x5f) [0x80574cf] -&g...
2005 May 26
0
Core dumps when opening an IMAP folder (Was: Re: 1.0-test70)
...AG_FAST) at imap-sync.c:43 ctx = (struct imap_sync_context *) 0x3c01d1c0 #7 0x1c01554f in cmd_sync (cmd=0x3c020040, flags=MAILBOX_SYNC_FLAG_FAST, tagline=0x3c00056f "OK Search completed.") at imap-sync.c:210 ctx = (struct cmd_sync_context *) 0x3c0230a0 #8 0x1c00eb66 in cmd_search (cmd=0x3c020040) at cmd-search.c:102 client = (struct client *) 0x3c020000 sargs = (struct mail_search_arg *) 0x8 args = (struct imap_arg *) 0x3c021048 args_count = 8 error = 0x0 charset = 0x0 #9 0x1c00fa7d in cmd_uid (cmd=0x3c020040) at cmd-uid.c:19...
2006 Mar 30
0
sig11 with 1.0.beta3 on openbsd-i386
...lags=28) at mail-storage.c:375 #6 0x1c0167fa in imap_sync_init (client=0x7f0b8000, box=0x82cf2840, imap_flags=2, flags=28) at imap-sync.c:46 #7 0x1c016c80 in cmd_sync (cmd=0x7f0b8044, flags=28, imap_flags=0, tagline=0x3c0005cf "OK Search completed.") at imap-sync.c:231 #8 0x1c00ff9f in cmd_search (cmd=0x7f0b8044) at cmd-search.c:99 #9 0x1c010fb5 in cmd_uid (cmd=0x7f0b8044) at cmd-uid.c:19 #10 0x1c01186b in client_handle_input (cmd=0x7f0b8044) at client.c:364 #11 0x1c01199a in _client_input (context=0x7f0b8000) at client.c:415 #12 0x1c05d0a4 in io_loop_handler_run (ioloop=0x848ed220) at iol...
2008 Mar 06
2
Squat Indexing
...s_squat_plugin.so [0x2b4664a6a99b] -> /usr/local/lib/dovecot/imap/lib21_fts_squat_plugin.so(squat_trie_get_last_uid+0x4c) [0x2b4664a6ac1c] -> /usr/local/lib/dovecot/imap/lib20_fts_plugin.so [0x2b4664862d0b] -> /usr/local/lib/dovecot/imap/lib20_fts_plugin.so [0x2b4664863bb3] -> imap(cmd_search+0xd9) [0x41b909] -> imap(cmd_uid+0x52) [0x41ca12] -> imap [0x41d348] -> imap [0x41d3e9] -> imap [0x41db5f] -> imap(client_input+0x5f) [0x41dd8f] -> imap(io_loop_handler_run+0xf8) [0x4894c8] -> imap(io_loop_run+0x1d) [0x4887ad] -> imap(main+0x3c2) [0x424f52] -> /lib/l...
2010 Nov 16
1
child 23925 killed with signal 6
...ib/dovecot/libdovecot-storage.so.0(index_storage_search_next_nonblock+0x530) [0x7f82a3e4e7 e0] -> /usr/lib/dovecot/libdovecot-storage.so.0(mailbox_search_next_nonblock+0x20) [0x7f82a3e36630] -> dovecot/imap() [0x416284] -> dovecot/imap(imap_search_start+0x106) [0x4166f6] -> dovecot/imap(cmd_search+0xc5) [0x40d535] -> dovecot/imap() [0x41032d] -> dovecot/imap() [0x41040d] -> dovecot/imap(client_handle_input+0x135) [0x410635] -> dovecot/imap(client_input+0x5f) [0x410f5f] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run+0xb5) [0x7f82a3bcf205] -> /usr/lib/dovecot/libdove...
2010 Jun 08
1
Dovecot v2.0.beta5 (2d6cf78982dc): Crashes upon client login
...= {buffer = 0x0, element_size = 30553128}, v = 0x0, v_modifiable = 0x0}, ignored_uid_changes = 30770416, ignored_modseq_changes = 0} ret = <value optimized out> #3 0x0000000000415a93 in imap_search_deinit (ctx=0x1d584e0) at imap-search.c:575 ret = 0 #4 0x00000000004160cc in cmd_search_more (cmd=0x1d583d8) at imap-search.c:402 ctx = (struct imap_search_context *) 0x1d584e0 opts = SEARCH_RETURN_ALL sync_flags = <value optimized out> end_time = {tv_sec = 30988688, tv_usec = 1024} id = 18766 id_min = <value optimized out>...