Displaying 3 results from an estimated 3 matches for "mailbox_watch_extract_notify_fd".
2017 Jul 19
3
2.2.devel (0bee280) crashdump virtual plugin
...y-inotify.c: No such file or directory.
(gdb) bt full
#0 io_loop_extract_notify_fd (ioloop=0x563456973540) at ioloop-notify-inotify.c:224
ctx = 0x0
io = <optimized out>
fd = <optimized out>
new_inotify_fd = <optimized out>
#1 0x00007f30bc2b740d in mailbox_watch_extract_notify_fd (box=0x563456973fc8, reason_r=reason_r at entry=0x7ffea4ebcfe8) at mailbox-watch.c:144
ioloop = 0x563456973540
file = 0x0
io = 0x91e89a45d153b800
iop = <optimized out>
temp_ios = {arr = {buffer = 0x5634566690e8, element_size = 8}, v = 0x5634566690e8, v_...
2017 Jul 20
0
2.2.devel (0bee280) crashdump virtual plugin
...;
Date: Wed Jul 19 23:19:12 2017 +0300
virtual: Optimize mailbox_notify_changes() when there's only a single backend mailbox
commit 2044eb7652b864a05842933e9097c583cb11256c
Author: Timo Sirainen <timo.sirainen at dovecot.fi>
Date: Wed Jul 19 23:11:12 2017 +0300
lib-storage: mailbox_watch_extract_notify_fd() - give better reason if mailbox has no IOs
This happens currently with virtual mailboxes.
commit a6280be05b9c90579bb59ff57a3035661706c3d3
Author: Timo Sirainen <timo.sirainen at dovecot.fi>
Date: Wed Jul 19 23:09:13 2017 +0300
lib: io_loop_extract_notify_fd() - Don't cr...
2017 Jul 19
2
2.2.devel (0bee280) crashdump virtual plugin
On 19.07.2017 09:39, Aki Tuomi wrote:
>
> On 19.07.2017 09:36, Thomas Leuxner wrote:
>> * Aki Tuomi <aki.tuomi at dovecot.fi> 2017.07.19 08:31:
>>
>>> oh and any idea which one of these crashes?
>> This one does:
>>
>> # cat Flagged/dovecot-virtual
>> *
>> :public/*
>> -Trash
>> -Trash/*
>> flagged
> Thanks,