Displaying 3 results from an estimated 3 matches for "imap_bodystructure_is_plain_7bit".
2016 Dec 06
0
Segmentation fault in imap_bodystructure_is_plain_7bit
...load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/opt/dovecot2/libexec/dovecot/imap imap-postlogin'.
Program terminated with signal 11, Segmentation fault.
#0 imap_bodystructure_is_plain_7bit (part=part at entry=0x234cd50) 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=0x234be6...
2017 Jun 08
0
Segmentation fault in imap_bodystructure_is_plain_7bit
...load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/opt/dovecot2/libexec/dovecot/imap imap-postlogin'.
Program terminated with signal 11, Segmentation fault.
#0 imap_bodystructure_is_plain_7bit (part=part at entry=0x234cd50) 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=0x234be6...
2007 Mar 15
5
[PATCH 0/5] fix gcc warnings in CVS HEAD
Hi,
I have rewritten the patches I submitted earlier today for the CVS
HEAD. Some of the changes were already committed months ago.
On 2007/03/15 12:30, Timo Sirainen <tss at iki.fi> wrote:
> That's ok, but I'm not sure about bsearch_insert_pos(). It's the way it
> is mostly because I wanted to keep bsearch() API. If it can't return
> void * then maybe it could be