search for: imap_arg_eol

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

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)
...t;> 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. $5 = {type = IMAP_ARG_EOL, parent = 0x0, str_len = 0, _data = {str = 0x0, literal_size = 0, list = {arr = {buffer = 0x0, element_size = 0}, v = 0x0, v_modifiable = 0x0}}, literal8 = 0} Aki
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)
...>> ... >>> 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. > > $5 = {type = IMAP_ARG_EOL, parent = 0x0, str_len = 0, _data = {str = > 0x0, literal_size = 0, list = {arr = {buffer = 0x0, element_size = 0}, > v = 0x0, v_modifiable = 0x0}}, literal8 = 0} > > Aki I was able to repeat this bug, thank you for your report. Aki
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...as */ /* [<flags>] [<internal date>] <message literal> */ ret = imap_parser_read_args(ctx->save_parser, 0, IMAP_PARSE_FLAG_LITERAL_SIZE, &args); @@ -239,6 +273,7 @@ /* need more data */ return FALSE; } + } /* APPLE - catenate */ if (args->type == IMAP_ARG_EOL) { /* last message */ @@ -295,6 +330,11 @@ return cmd_sync(cmd, sync_flags, imap_flags, msg); } + /* APPLE - catenate */ + if (args_indicate_catenate(args)) + return ctx->failed ? catenate_begin_cancel(cmd, args) : + catenate_begin_parsing(cmd, args); + if (!validate_args(ar...
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)
...eral8 = 0} (gdb) p args[3] $4 = {type = IMAP_ARG_ATOM, parent = 0x0, str_len = 4, _data = {str = 0x85e4110 "79:*", literal_size = 140394768, list = {arr = {buffer = 0x85e4110, element_size = 0}, v = 0x85e4110, v_modifiable = 0x85e4110}}, literal8 = 0} (gdb) p args[4] $5 = {type = IMAP_ARG_EOL, parent = 0x0, str_len = 0, _data = {str = 0x0, literal_size = 0, list = {arr = {buffer = 0x0, element_size = 0}, v = 0x0, v_modifiable = 0x0}}, literal8 = 0} (gdb) p args[5] $6 = {type = IMAP_ARG_NIL, parent = 0x0, str_len = 0, _data = {str = 0x0, literal_size = 0, list = {arr = {buffer = 0x0,...
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 09:32, Toni 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. > > Here's bt full instead of just bt: > #0 0x001d4402 in __kernel_vsyscall () > No symbol table info available. > #1