Displaying 7 results from an estimated 7 matches for "index_mail_parse_body".
2008 Dec 10
2
assert with zlib and (maybe) fts
Hi,
I compressed a folder with the following script:
...
for i in *.*.*; do
file $i | grep bzip2 >/dev/null 2>&1
if [ $? -ne 0 ]; then
echo "Compress: $i"
cat "$i" | bzip2 -9 > ../tmp/$i
if [ $? -eq 0 ]; then
mv ../tmp/$i $i
fi
else
2008 Aug 29
1
Dovecot-1.1.2 assertion failure in preparsed_parse_next_header_init
...bc0d in message_parser_parse_next_block (ctx=0x812b650,
block_r=0xbfb4b24c) at message-parser.c:753
#8 0x080cbd5e in message_parser_parse_body (ctx=0x812b650,
hdr_callback=0x80968a0 <parse_bodystructure_part_header>,
context=0x812e658) at message-parser.c:816
#9 0x08097f21 in index_mail_parse_body (mail=0x8122668,
field=MAIL_CACHE_IMAP_BODYSTRUCTURE) at index-mail.c:753
#10 0x08098026 in index_mail_parse_bodystructure (mail=0x8122668,
field=MAIL_CACHE_IMAP_BODYSTRUCTURE) at index-mail.c:860
#11 0x0809852c in index_mail_get_special (_mail=0x8122668,
field=MAIL_FETCH_IMAP_BODYST...
2016 Dec 06
0
Segmentation fault in imap_bodystructure_is_plain_7bit
...d50) at
imap-bodystructure.c:458
458 if (data->content_subtype != NULL &&
(gdb) bt
#0 imap_bodystructure_is_plain_7bit (part=part at entry=0x234cd50) at
imap-bodystructure.c:458
#1 0x00007f920a0fbfaf in index_mail_body_parsed_cache_flags
(mail=0x234be60) at index-mail.c:587
#2 index_mail_parse_body_finish (mail=mail at entry=0x234be60,
field=field at entry=MAIL_CACHE_IMAP_BODYSTRUCTURE, success=success at entry=true)
at index-mail.c:1007
#3 0x00007f920a0fc369 in index_mail_parse_body (mail=mail at entry=0x234be60,
field=field at entry=MAIL_CACHE_IMAP_BODYSTRUCTURE) at index-mail.c:1081
#4 0...
2017 Jun 08
0
Segmentation fault in imap_bodystructure_is_plain_7bit
...d50) at
imap-bodystructure.c:458
458 if (data->content_subtype != NULL &&
(gdb) bt
#0 imap_bodystructure_is_plain_7bit (part=part at entry=0x234cd50) at
imap-bodystructure.c:458
#1 0x00007f920a0fbfaf in index_mail_body_parsed_cache_flags
(mail=0x234be60) at index-mail.c:587
#2 index_mail_parse_body_finish (mail=mail at entry=0x234be60,
field=field at entry=MAIL_CACHE_IMAP_BODYSTRUCTURE, success=success at entry=true)
at index-mail.c:1007
#3 0x00007f920a0fc369 in index_mail_parse_body (mail=mail at entry=0x234be60,
field=field at entry=MAIL_CACHE_IMAP_BODYSTRUCTURE) at index-mail.c:1081
#4 0...
2013 Nov 05
1
Message parser loops on certain messages (e.g. with a trailing CR character)
..._parser_parse_next_block (ctx=0xbe7c10,
block_r=0x7fff2141d6a0) at message-parser.c:1012
#10 0x00007f94f491b2fb in message_parser_parse_body (ctx=0xbe7c10,
hdr_callback=0x7f94f4c69a75 <parse_bodystructure_part_header>,
context=0xbf0450)
at message-parser.c:1075
#11 0x00007f94f4c6a876 in index_mail_parse_body (mail=0xbecd00,
field=MAIL_CACHE_IMAP_BODYSTRUCTURE) at index-mail.c:895
#12 0x00007f94f4c6aedb in index_mail_parse_bodystructure (mail=0xbecd00,
field=MAIL_CACHE_IMAP_BODYSTRUCTURE) at index-mail.c:1046
#13 0x00007f94f4c6b4a5 in index_mail_get_special (_mail=0xbecd00,
field=MAIL_FETCH_IMAP_BODYSTR...
2009 Jun 02
2
Panic with signal 6 core dump with revision 9116:9ae55b68cf61
...in "message-parser.c"
message_parser_parse_next_block(ctx = 0x00000001100cc118, block_r =
0x0fffffffffffecb0), line 768 in "message-parser.c"
message_parser_parse_body(ctx = 0x00000001100cc118, hdr_callback =
(nil), context = (nil)), line 831 in "message-parser.c"
index_mail_parse_body(mail = 0x00000001100c9878, field =
MAIL_CACHE_FLAGS), line 792 in "index-mail.c"
index_mail_get_parts(_mail = 0x00000001100c9878, parts_r =
0x0fffffffffffef28), line 224 in "index-mail.c"
mail_get_parts(mail = 0x00000001100c9878, parts_r =
0x0fffffffffffef28), line 71 in &...
2005 Sep 09
1
1.0alpha1: stack frame core
...t message-parser.c:269
#18 0x0006564c in message_parser_parse_body (ctx=0xe5820,
hdr_callback=0x3fba0 <parse_bodystructure_part_header>, body_callback=0,
context=0xde928) at message-parser.c:619
---Type <return> to continue, or q <return> to quit---up
#19 0x0003fca4 in index_mail_parse_body (mail=0xafd38, need_parts=0)
at index-mail.c:366
#20 0x000401ac in index_mail_parse_bodystructure (mail=0xafd38,
field=MAIL_CACHE_IMAP_BODYSTRUCTURE) at index-mail.c:525
#21 0x00040654 in index_mail_get_special (_mail=Variable "_mail" is not available.
) at index-mail.c:673
#22 0x...