Displaying 4 results from an estimated 4 matches for "vlast".
Did you mean:
last
2014 Feb 11
1
Order of istream and ostream chains
...am;
*stream = scrambler_istream_create(input);
i_stream_unref(&input);
return mmail->super.istream_opened(_mail, stream);
}
static void scrambler_mail_allocated(struct mail *_mail) {
struct mail_private *mail = (struct mail_private *)_mail;
struct mail_vfuncs *v = mail->vlast;
union mail_module_context *mmail;
mmail = p_new(mail->pool, union mail_module_context, 1);
mmail->super = *v;
mail->vlast = &mmail->super;
v->istream_opened = scrambler_istream_opened;
MODULE_CONTEXT_SET_SELF(mail, scrambler_mail_module, mmail);
}
How can I reverse the...
2017 Aug 30
2
Segmentation fault with doveadm search
Hi,
We have a Ubuntu 14.04 server with dovecot 2.2.9
If I try to run
/usr/bin/doveadm search -u email at exmaple.com mailbox Junk savedbefore 30d
It will dump a core file.
We have a similar config on an other server and there is no problem there.
Any ideas how to prevent the core dump?
root at triws2:~# gdb --args doveadm search -u email at example.com mailbox Junk savedbefore 30d
Reading
2017 Aug 30
2
Segmentation fault with doveadm search
...save_cancel = 0x7ffff76e5b50 <fail_mailbox_save_cancel>,
copy = 0x7ffff69cfd30 <quota_copy>, transaction_save_commit_pre = 0x0,
transaction_save_commit_post = 0x0, transaction_save_rollback = 0x0,
is_inconsistent = 0x7ffff76e5b70 <fail_mailbox_is_inconsistent>},
vlast = 0x5555557e2038, pool = 0x5555557e1c50, metadata_pool = 0x0,
prev = 0x0, next = 0x0, index = 0x0, view = 0x0, cache = 0x0,
index_pvt = 0x0, view_pvt = 0x0, _perm = {file_uid = 0, file_gid = 0,
file_create_mode = 0, dir_create_mode = 0, file_create_gid = 0,
file_create_gid_origin = 0x0,...
2004 Dec 27
2
Wine crashes at Lotus Notes
Hello
Did anybody meet a problem with attachments from Lotus Notes under Wine?
I run FC3 and latest (20041201) Wine, Lotus Notes client 5.0.8. It works
fine, but crashes when I'm trying to attach any file to e-mail. Have you
seen any info about it?
Thanks a lot
Vladimir